![]() |
Quote:
|
it support 3.7 Gold ?
|
Why dont you update this nice mod for versione 3.7?
thanx I use it with 3.7 and i receive this error: http://www.ilbraccoitaliano.net/foru...isplay.php?f=3 |
Thanks wery nice :-)
|
There is no need to use mod for this feature in vBulletin 3.7 because the feature comes as standard with the software. Please see this thread:
https://vborg.vbsupport.ru/showthrea...category+icons |
many thanx
|
I had this hack along with forum home in columns hack working fine till I upgraded from vb 3.71 to vb 3.72. Now I get red X's and when I right click on the X it shows me this .../statusicons/forum_new.gi%3C/a%3Ef not showing the right gif. Anyone know what might be causing this?
|
thanks for this great mod, works fine for me in vB 3.7.2
|
dkny, try uninstalling and reinstalling the mod again. It's working for me in 3.7.2.
|
Im having problems finding the exact code to change in forumhome_forumbit_level1_post template.
You want me to find: Code:
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> and my code is this: Code:
<td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> |
you will have problems if you have any image prefixes set up on your forums, but as you are wanting to use this mod my guess is you don't have prefixes set up, so this will not effect the forum, i had the same code, as you but just replaced it, apparently that extra variable is vbulletin built in way of showing icons, but i couldn't get it to work and find this mod much easier by far :-)
|
what will be search and replace string for vb 3.7.3? structure is quite different.
|
is this mod upgraded to 3.7.3?
|
Quote:
|
great mod
|
Killer Mod and works great with Vbulletin 3.8.1
http://www.highdefjunkies.com/ I have been searching forever for a mod like this. Awesome!! |
Installed and working perfectly on 3.8.2 - thanks for the mod! Nominated!
But OHHHHH... there is no need for this mod- it's built in to vBulletin now... No, screw that. The vB default way is WAY too complicated to set up. This mod is, by far, easier. |
When you click on the icon on the forum nothing happens.. You can't mark that forum read and it's really ticking my users off.. Any way to fix it? And I searched but couldn't find, is there a newer version that is compatible with 3.8.2?
|
Working like charm in 3.8.4
|
Quote:
|
Going to install on 3.8.4 thank you
|
Quote:
|
Hi guys,
I can't understand why this plug-in is not working to me. I have Vbulletin 3.8.4 The code in the file "forumhome_forumbit_level1_post" is: <td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].jpg" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> instead for the file "forumhome_forumbit_level2_post" the code is: <td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>. I've installed the plug-in as explained in the instructions and i've replaced the code with the new one. Does anyone knows why the plug-in is still not working? |
Anyone get this working for VB4? I desperately need it working! It worked fine for me under VB 3.8.4. I just upgraded to vb4 and it doesn't work. The template edits are very different.
|
Anyone tryed this mod on VB 4 ?
|
Quote:
|
Quote:
I have the same code in 3.8.5 and this is what I did which worked: Step 1: Upload the Plugin via the Product Manager! Step 2: Edit the forumhome_forumbit_level1_post template Find: ----- <td class="alt1" width="30" style="border-right-width: 0;"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> Replace with: ------------- <td><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td> Step 3: Edit the forumhome_forumbit_level2_post template Find: ----- <td class="alt2" width="30"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> Replace with: ------------- <td class="alt2"><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td> |
I'm having the hardest time with setting this up in v4... can anyone help? *cry*
|
All times are GMT. The time now is 06: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:
|