Lampwrights Forum

Lampwrights Forum (http://www.lampwrights.com/index.php)
-   Other Vbulletin Mods (http://www.lampwrights.com/forumdisplay.php?f=16)
-   -   Problem (http://www.lampwrights.com/showthread.php?t=90)

MySite 03-21-2011 12:42 PM

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

Jeff 03-21-2011 04:20 PM

I don't think I understand your question?

MySite 03-21-2011 05:57 PM

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.

Jeff 03-22-2011 06:49 AM

You will need to comment this line in each file you find it in:

Code:

$template_hook['usercp_navbar_bottom'] .= $ignored_threads_bit;
So it looks like:

Code:

#$template_hook['usercp_navbar_bottom'] .= $ignored_threads_bit;

MySite 03-22-2011 11:56 AM

Perfect, thank you very much :D

voter 04-05-2011 08:24 AM

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

Andersan 10-31-2014 03:49 AM

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 04:37 PM.

Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.