• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Change order of icons

Change order of icons 9 years 5 months ago #29370

  • ADepold
  • ADepold's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Dear Community,

I am using the RSSocial! Plugin on my Website, and love it.
There is just one little "feature" I can't find, or it is missing.

Is it possible to change the order of the icons displayed?

Maybe someone can help,
Alex
The administrator has disabled public write access.

Change order of icons 9 years 5 months ago #29395

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
At the current moment there is no option to order the icons. However, as a workaround, you can create a template override of the module to suit your needs.

You can head over to :


- copy default.php from

/modules/mod_rssocial/tmpl/

and paste it here:

/templates/template_name/html/mod_rssocial/

- head over to :
/modules/mod_rssocial

- edit mod_rssocial.php and retrieve the $socials array

- edit the newly created default.php and paste the $socials array (that you retrieved in the previous steps) after the following line:
defined('_JEXEC') or die('Restricted access');

- change the order of the items from the array $socials as per your needs

This feature is on our to-do list and will be available in the future versions of the module.
My help is not official customer support. To receive your support, submit a ticket by clicking here
Last Edit: 9 years 5 months ago by cosmin.cristea.
The administrator has disabled public write access.

Change order of icons 9 years 5 months ago #29411

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
We have created a step by step guide for this scenario in our documentation, you can find it here:

http://www.rsjoomla.com/support/documentation/view-article/1318-change-default-ordering.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!