• 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: tip to integrate with No#s Advanced Module Manager

tip to integrate with No#s Advanced Module Manager 13 years 6 months ago #11628

  • flora
  • flora's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi
I thought this post might be useful for someone

for those who are using Advanced Module Manager:
www.nonumber.nl/extensions/advancedmodulemanager
if you want the search results to direct you to the advanced module manager view INSTEAD of the default joomla module view, go to this file:

/plugins/system/rsfinder.php
and change this :
lines 162-167
if(!empty($results))
						foreach($results as $result){
							if($index<$limit)
								$output .= '<li><a href="index.php?option=com_modules&client=0&task=edit&cid[]='.$result->value.'" id="result_'.$index.'" class="rsInactive">'.$result->text.' <em>(edit module)</em></a></li>'."\n";
							$index ++;
						}


to this
 
if(!empty($results))
						foreach($results as $result){
							if($index<$limit)
								$output .= '<li><a href="index.php?option=com_advancedmodules&client=0&task=edit&cid[]='.$result->value.'" id="result_'.$index.'" class="rsInactive">'.$result->text.' <em>(edit Advanced module manager)</em></a></li>'."\n";
							$index ++;
						}

Regards :)
The administrator has disabled public write access.

Re:tip to integrate with No#s Advanced Module Manager 13 years 6 months ago #11636

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

Thank you for sharing this with others.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re:tip to integrate with No#s Advanced Module Manager 13 years 5 months ago #11685

  • flora
  • flora's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
welcome :)
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!