• 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: RSsearch results page doesn't display main menu

This message has been removed by user's request. 13 years 3 days ago #13159

  • 61aabd1864dceb1c579c7516e0ddb547@RSJOOMLA_DELETED
  • 61aabd1864dceb1c579c7516e0ddb547@RSJOOMLA_DELETED's Avatar
This message has been removed by user's request.
The administrator has disabled public write access.

This message has been removed by user's request. 13 years 3 days ago #13160

  • 61aabd1864dceb1c579c7516e0ddb547@RSJOOMLA_DELETED
  • 61aabd1864dceb1c579c7516e0ddb547@RSJOOMLA_DELETED's Avatar
This message has been removed by user's request.
The administrator has disabled public write access.

Re:RSsearch results page doesn't display main menu 12 years 11 months ago #13237

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

If you download and install RSSearch! again, this issue will not occur. We have added a small fix, as it currently grabs the current ItemId and places it on the search result page.
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:RSsearch results page doesn't display main menu 12 years 9 months ago #13750

  • lzd212
  • lzd212's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hi, I just download and try this extension and it still has this bug, search result page didn't associated with the menu Itemid configured in module.
Please advice.

Regards,

Mike
The administrator has disabled public write access.

Re:RSsearch results page doesn't display main menu 12 years 9 months ago #13751

  • lzd212
  • lzd212's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Found the issue on tmpl/default.php line 90
<input type="hidden" name="itemid" value="<?php echo $itemid;?>" />
Change itemid to Itemid resolved this issue
<input type="hidden" name="Itemid" value="<?php echo $itemid;?>" />

Hopes it help for other persons looking for the solution.
Thanks to the developer for making this free extension.

Regards,

Mike
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!