Problem
Thank you for this. I have it up and running on my forum. I manually inserted the links to the UserCP style because I use icons and have the order different. I also disabled the Push CIS menu in usercp option. When browsing the options (Ignored Threads, Ignored Forums, Settings) the plugin still inserts the Ignore section on the bottom of the UserCP (hook). How can I disable them all together?
Thanks |
I don't think I understand your question?
|
Sorry for the horrible explanation. I would like to disable the usercp links all together since I manually added them in next to my other Ignore options. I disabled the Push CIS menu in usercp (usercp_start) and the links do not show in UserCP. However when in CIS settings, Ignored Threads or Ignored Forums the links are back.
|
You will need to comment this line in each file you find it in:
Code:
$template_hook['usercp_navbar_bottom'] .= $ignored_threads_bit; Code:
#$template_hook['usercp_navbar_bottom'] .= $ignored_threads_bit; |
Perfect, thank you very much :D
|
There are problems with some uncached templates for instance wehn entering usercp debuger shows uncached template CIS_user_cp_ignored_threads.
Reported also here http://www.vbulletin.org/forum/showt...=181626&page=5 |
The plugin still inserts the Ignore section on the bottom of the UserCP (hook). How can I disable them all together?
|
All times are GMT -4. The time now is 07:58 PM. |
Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.