![]() |
Disable reputation in certain forums!
Well yes I want to disable reputation in a certain section/subforum.
I searched and found this post which needed the same thing but no answer: https://vborg.vbsupport.ru/showthread.php?t=115319 Any help appreciated! |
I haven't tried it so I don't know if it will work, but you could try making a plugin with code like:
PHP Code:
The problem is figuring out where to do that. I'm not sure you can do it in a "global" hook (one that gets run on every page) because I think sometimes you don't know what forum you're dealing with until you get in to the specific script. You could probably start out with a plugin using showthread_getinfo and something like: PHP Code:
(or else try what HMBeaty suggests in the next post). |
Or you could just wrap the reputation images in a conditional in the postbit so that you can only see it on certain forums
|
Quote:
Code:
if (in_array($thread['forumid'], array(80, 102)) Code:
Parse error: syntax error, unexpected T_VARIABLE in /home/user/public_html/forums/showthread.php(377) : eval()'d code on line 2 Quote:
The forum Ids would be 80, 102 |
Quote:
HTML Code:
<if condition="in_array($post['forumid'], array(80,102))"> |
Quote:
PHP Code:
|
Quote:
Thanks :D |
Count your parenthesis - you need to have an equal amount of ( and ) and you do not.
|
1 Attachment(s)
Quote:
Attached file |
Quote:
|
Quote:
|
Ahhhh, but you do it so well. ;)
|
Quote:
|
what is the Hook Location for the xml attached above please?
|
Quote:
|
Quote:
interesting, but my vB says it's not a hook , it's a plugin, so was up to copyAndPaste :confused: I'll try it, thank you |
You should be using Plugins & Products > Download / Upload Plugins, then scroll to the bottom and use the "Browse" button to find the xml file on your computer. (but if you want to use "Add New Plugin" and copy/paste the code, that's OK too).
|
All times are GMT. The time now is 02:27 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|