Quote:
Originally Posted by xtremecoders
PROBLEM FIXED !!!!!!
Its an array function Syntax Problem and was easy to fix it....
all you have to do is to find and replace inside the script all in_array function with the correct syntax.
Marco uses syntax like ... in_array($vbulletin->userinfo['usergroupid'],$MARCO1_NoHideUSG) , which is wrong and lead to array corruption.
The Correct is in_array($vbulletin->userinfo['usergroupid'],array(MARCO1_NoHideUSG))
Steps :
1: Open the Product MARCO1 BBCODE Hide vB4.xml using an editor like wordpad
2: Edit -> Select all & Delete
3: Paste the next Script.
4: Save the file
5: Upload again the new file using as always vb product manager and install it.
You can see a sample of a working mod HERE
Now all working as it should.
Do it and inform me if is OK...
Xtremecoders.org
|
works perfect, the only problem with this mod is when someone make a blog the hide dont work same if the put "blog this post"