View Full Version : Forum Home Enhancements - Forum Icons
Elmer
12-03-2009, 10:00 PM
Forum Icons is a product that adds an option in the edit/add new forum page to set a forum icon.
To make it work, you will need to make a template modification, I did try to do it with a plugin, but got frustrated trying but failing to make it work. :D
I promise I will be looking into this so we don't have to edit any template, but in the meantime...
How to Install:
1- Upload the product xml file.
2- Edit forumhome_forumbit_level2_post
Find:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace it with:
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
If you use it, please mark it as installed :)
halkum
12-04-2009, 09:28 PM
I just use HTML in the description. Good template mod though! If it ever releases as a product without a template mod I'll grab it up.
halkum
12-04-2009, 09:31 PM
Screw it, installed.
Nadeemjp
12-05-2009, 01:50 AM
i currently used the html code for 3.8.4.
does this mean we wont be able to use html codes in description on vb4.0?
Dr.osamA
12-05-2009, 03:44 AM
try
thanxx
installed
________
ANAL PLEASURE (http://www.++++tube.com/categories/96/pleasure/videos/1)
gedr80
12-05-2009, 03:58 AM
Thank you very much
dacho
12-06-2009, 01:11 PM
Thanks man
SİMAR
12-06-2009, 02:18 PM
Thank you
compact123
12-06-2009, 08:24 PM
thanks installed but how i can like that?
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/external/2010/01/51.png
Greight
12-07-2009, 09:18 AM
Bug found;
If you use html markups for the forum title, this is added to the forum description :
" style="float: left; margin-right: 4px;" />
Greight
12-09-2009, 07:34 AM
Bug found;
If you use html markups for the forum title, this is added to the forum description :
" style="float: left; margin-right: 4px;" />
So no idea ?
Micky_1
12-09-2009, 09:12 PM
thanks installed but how i can like that?
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/external/2010/01/51.png
Find:
<div class="forumdata">
Replace it with:
<div class="forumdata">
<vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" />
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p>
</vb:if>
PikeyXB
12-10-2009, 12:45 AM
Close, but no cigar :).....for me I ended up with two images, one in the right place and the original one
Find:
<div class="forumdata">
Replace it with:
<div class="forumdata">
<vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" />
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p>
</vb:if>
CFodder
12-10-2009, 01:52 AM
**EDIT, fixed by reinstall **
Alfa1
12-11-2009, 12:30 AM
This is included in vbulletin by default. There is no need to use a hack to show forum icons.
Micky_1
12-11-2009, 03:14 AM
This is included in vbulletin by default. There is no need to use a hack to show forum icons.
Where? :confused:
Greight
12-11-2009, 06:02 AM
This is included in vbulletin by default. There is no need to use a hack to show forum icons.
That will change the side icon but this adds an icon beside it.
Greight
12-11-2009, 12:02 PM
Bug found;
If you use html markups for the forum title, forum name + this code is added to the forum description :
" style="float: left; margin-right: 4px;" />
Waiting for a solution:confused:
Elmer
12-11-2009, 08:39 PM
Waiting for a solution:confused:
Remove from alt="{vb:raw forum.title}" the bold part, that's the code you need to place in your template .
Cableguy69
12-11-2009, 08:48 PM
So is there a way to display it as shown in this picture?
https://vborg.vbsupport.ru/
Tize.
12-12-2009, 01:33 AM
Thank you very much Elmer! Installed!!
Muchas gracias Elmer como siempre trayendonos novedades y cosas guapas.
Saludos.
Greight
12-12-2009, 06:17 PM
Remove from alt="{vb:raw forum.title}" the bold part, that's the code you need to place in your template .
Thanks
Fixed
Bacon Butty
12-12-2009, 08:52 PM
This is included in vbulletin by default. There is no need to use a hack to show forum icons.
This.
I was starting to think I was going crazy, theres no need for this mod. Unique forum icons, as in... a different icon per forum is a default feature.
Admin CP->Forum Manager ->Prefix for Forum Status Images
compact123
12-12-2009, 09:32 PM
This.
I was starting to think I was going crazy, theres no need for this mod. Unique forum icons, as in... a different icon per forum is a default feature.
Admin CP->Forum Manager ->Prefix for Forum Status Images
Forum Status diffirent...
halkum
12-12-2009, 10:11 PM
I for one love this mod. Thank you.
VonDoom
12-12-2009, 10:35 PM
Does this work in subforums? I had installed it in for use in my subforums but it didnt work. so im just wondering. I know there are alot of different beta versions of 4.0 right now so its all good. but still curious.
g00gl3r
12-13-2009, 05:55 PM
This.
I was starting to think I was going crazy, theres no need for this mod. Unique forum icons, as in... a different icon per forum is a default feature.
Admin CP->Forum Manager ->Prefix for Forum Status Images
How does this prefix thing work then? Do you simply enter the path to an image?
whitetigergrowl
12-15-2009, 04:42 PM
subforum_link-48.png
Sub forum link images are not showing properly. I get the red x.
I also couldn't find that image in the VB directory. How do I resolve this?
KURTZ
12-17-2009, 02:55 PM
How does this prefix thing work then? Do you simply enter the path to an image?
i'm interested too in this issue ... :)
Greight
12-17-2009, 03:03 PM
i'm interested too in this issue ... :)
Forum Status images are usually shown alongside the forum in a forum listings to indicate the read status.
This prefix must only contain alphanumerical characters, though the following are also allowed - _ / ., a folder name is also acceptable to be placed within the status icon directory.
The following images are currently in use for status icons, you will need to create images with the specified prefix to match.
forum_link.gif
forum_new.gif
forum_new_lock.gif
forum_old.gif
forum_old_lock.gif
This prefix can be set for each forum in forum manager/edit forum.
KURTZ
12-17-2009, 03:11 PM
Forum Status images are usually shown alongside the forum in a forum listings to indicate the read status.
This prefix must only contain alphanumerical characters, though the following are also allowed - _ / ., a folder name is also acceptable to be placed within the status icon directory.
The following images are currently in use for status icons, you will need to create images with the specified prefix to match.
forum_link.gif
forum_new.gif
forum_new_lock.gif
forum_old.gif
forum_old_lock.gif
This prefix can be set for each forum in forum manager/edit forum.
OK but this is a different thing ... :)
however thx
Greight
12-17-2009, 03:24 PM
OK but this is a different thing ... :)
however thx
This is exactly what you guys meant.
kisanjong
12-19-2009, 07:52 AM
Thanks :)
TunerNetwork
12-21-2009, 12:16 AM
This is a kick arse mod, just installed, now i can't stop customizing!
Here is mine so far, not done yet, but feel it gave my forum page a lil more ummmphhhh!
http://www.subislobs.com/forums/forum.php
masons
12-21-2009, 12:37 PM
Yeah I LOVE IT.. it is awesome!
http://tinyurl.com/yz9tdnl
SledgeHead
12-22-2009, 01:11 AM
So is there a way to display it as shown in this picture?
https://vborg.vbsupport.ru/
Anyone find a solution to get this yet?
bandare
12-22-2009, 04:42 PM
Anyone find a solution to get this yet?
looking for the same too....
barcena
12-22-2009, 06:32 PM
Estos iconos son el icono del foro como tal o iconos aparte?
Are those the main forum icons or extra icons?
Thanks in advance
Merjawy
12-23-2009, 05:09 PM
i currently used the html code for 3.8.4.
does this mean we wont be able to use html codes in description on vb4.0?
Works fine on 4.0
Other hacks of the like made my forumhome page speed goes way down in the past attempts..
So I've always used the forum discription to add icons and worked great
footose
12-24-2009, 04:14 PM
I have modified the template code so that you can put icon's in the category fields of the site also.
Open forumhome_forumbit_level1_nopost
Find <span class="forumtitle">
Insert Above:
<vb:if condition="$forum['iconlocation']">
<img style="float:left;" src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" />
</vb:if>
Looks like this:
https://vborg.vbsupport.ru/external/2010/02/83.jpg
Medina
12-24-2009, 07:11 PM
Hello,
Is it possible to make the same mod. like this;
https://vborg.vbsupport.ru/showthread.php?t=148060&highlight=multiFicons
It replace the icons instead of insert a whole new one next to it.
Kind regards
Bouncer222
12-26-2009, 03:22 AM
I see it says Version: 4.0.0 RC 4
Does it work on latest vb 4.0 gold? if not , please update!
acanuck
12-26-2009, 03:30 AM
I see it says Version: 4.0.0 RC 4
Does it work on latest vb 4.0 gold? if not , please update!
Yes it does :)
kf4eok
12-26-2009, 04:56 AM
Thanks for the mod it great.
Installed
Nadeemjp
12-26-2009, 06:00 AM
I have tried the vb4 version and it seems to be fine and the htkml codes can be used there.
If you want the icon to allign with the description and the heading, then probably you might wanna go ahead and use this hack, but for me, simple html codes work.
for example use the following codes, when describing the name of the forum:
<img src="/cat_icons/games1.png" border="0"> Forum Games
and it should display the icon besides you forum name.
please remember to upload a category of icons and then give the path.
Bouncer222
12-26-2009, 01:58 PM
It doesnt state in the description how to actually set the icon you want for each forum , how do I do this?
acanuck
12-26-2009, 11:38 PM
It doesnt state in the description how to actually set the icon you want for each forum , how do I do this?
You create a folder through ftp say called "icons" inside the images folder
then add the images in there :)
Bouncer222
12-27-2009, 12:01 AM
K I had the icons set up like that since vb 3.8.4 since I used a similiar mod like this before, the icons are in an images/icons folder and they are named by the forum id such as: 16.gif 17.gif etc..
But how do I make them show up for each forum that I want them to show up? That is my question.
Toxic2
12-27-2009, 12:24 AM
When you make a new forum Name and below is the description, In the Description box
<img src="/cat_icons/games1.png" border="0"> Forum Games
Not sure if it will work in the name, haven't tried, but in the description box it does, you can use Photobucket, tiny pic embed/url code (not the BBC code link) as well
Bouncer222
12-27-2009, 01:38 AM
So all I have to do is put that in the description and the icon will show up? If so, what is the point of the modification posted in this mod description?
Toxic2
12-27-2009, 02:28 AM
well.....your talking about 2 different ways to get the Icons. The mod is a template edit and the other way is a manual html edit. 2 different ways to accomplish the same thing. Its kinda a hassle to do it manual but you have options
SoFresh
12-28-2009, 01:46 AM
Has anyone figured out how to get the icon to the left of both title and description?
saviola8x
12-28-2009, 04:14 PM
I want like this : http://www.tinhte.com/forum.php
How to make ? Help me, plz
SoFresh
12-29-2009, 03:37 PM
I want like this : http://www.tinhte.com/forum.php
How to make ? Help me, plz
Seems like you should just be able to remove the notifier icon image and replace it with the forum icon.
fayax
12-30-2009, 06:33 AM
deleted.
fayax
12-30-2009, 07:34 AM
Voted Excellent!!!!
Could someone please write better directions for all the steps to help others. :)
Here is what mine looks like just with two forums icons so far. Check out my site for changes that will come as I work on the icons slowly and pick them carefully.
fayax
12-31-2009, 06:13 AM
wooohoooo got it all done..Check it out. Looks excellent!!!
House M.D.
12-31-2009, 08:32 PM
Is there any way to modify this mod so it looks like this? (I'm in the process of converting from SMF to VB)
https://vborg.vbsupport.ru/external/2010/01/49.png
fayax
12-31-2009, 10:56 PM
I am also looking for what MD and another user said earlier to make the icons go to the left instead of under the forum titles. Also making the those icons linkable with the same link as the forum icon.
SLY LS1
01-01-2010, 01:23 PM
Is there any way to modify this mod so it looks like this? (I'm in the process of converting from SMF to VB)
https://vborg.vbsupport.ru/external/2010/01/49.png
I would like the template mod to make it look like this aswell if someone could write it
SledgeHead
01-01-2010, 06:50 PM
I think we are all waiting on one that looks like that. lol
JonUrban
01-02-2010, 11:46 PM
There must be a way to make the forum name move to the right of the icon, so the icon does not sit under the title.
Elmer? Anyone?
compact123
01-03-2010, 01:55 AM
this is impossible? so is there a way to display it as shown in this picture?
https://vborg.vbsupport.ru/
Verionia
01-03-2010, 02:32 AM
How can I replace some original forum icons with a different one, not an additional one?
SLY LS1
01-03-2010, 02:42 AM
How can I replace some original forum icons with a different one, not an additional one?
Just replace the original icons with your own that are found in the "images/statusicon" folder
Verionia
01-04-2010, 12:58 AM
Just replace the original icons with your own that are found in the "images/statusicon" folder
Oo sorry, meant that for each forum I want a different image for each. How do I do this? Thx.
Anyone get this to work with subforums?
The fix for subforums should be to add the same code to forumhome_forumbit_level2_nopost in the same spot, I think.
hcmagix
01-08-2010, 10:30 AM
The fix for subforums should be to add the same code to forumhome_forumbit_level2_nopost in the same spot, I think.
correctly
Still not working. Strange?
Juggernaut
01-10-2010, 05:37 PM
Great plugin Elmer, I love it :D
Exelente producto Elmer.
youradhere4222
01-11-2010, 05:40 AM
thanks installed but how i can like that?
http://img134.imageshack.us/img134/4720/88385311.png
http://img363.imageshack.us/img363/2268/ads305zjg8.png
http://www.picdo.net/Fichiers/36a6c3531356381c7777bae5b277e5/Sans-titre.png
I'm looking for this as well.
House M.D.
01-12-2010, 04:35 AM
URGENT
I will pay for someone to modify this mod to look like this :
https://vborg.vbsupport.ru/external/2010/01/49.png
PM me with quote
KURTZ
01-12-2010, 10:40 AM
i think this hack is dead ... :S
MrPHD
01-12-2010, 12:56 PM
This is very in did a good script for vBulletin. Works fine on all plataforms.
Andre31
01-12-2010, 06:56 PM
Dont work! Uninstall!
sveinung
01-13-2010, 09:25 AM
were do you Upload the product xml file.?
sveinung
01-14-2010, 05:50 AM
bump:)
GreigM
01-14-2010, 08:00 AM
in admincp go to plugins and products, then manage products, then import product, browse for the xml
GreigM
01-14-2010, 10:04 PM
Good mod, I made a little modification so that the image is clickable and is a link to the forum
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></a></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
albrens
01-15-2010, 06:07 AM
Thanks dear :)
KURTZ
01-15-2010, 06:18 AM
Good mod, I made a little modification so that the image is clickable and is a link to the forum
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></a></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
can you post your product? :)
Highwayfrunkis
01-17-2010, 04:53 PM
This.
I was starting to think I was going crazy, theres no need for this mod. Unique forum icons, as in... a different icon per forum is a default feature.
Admin CP->Forum Manager ->Prefix for Forum Status Images
This is correct.
Admin cp> forum manager> edit the forum of choice> go all the way to the bottom of the page where it says: Forum Icon Configuration
Add an image to wherever and you can put the address in there.
My question however, is I can only get this to work on the default VB style. When I go to another style, the forum icons no longer show up. Anyone know what I can do? Thanks!
Killeglass
01-17-2010, 09:20 PM
Very cool mod makes thing much easier:up:
Nightridr
01-20-2010, 10:13 AM
Good mod, I made a little modification so that the image is clickable and is a link to the forum
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></a></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
Good mod Elmer.......Interested in this Greigm ...... i was going to ask where but now i look i see, im so stupid sometimes. Nice addition to this mod Greigm. Nice work guys ...... installed
bandare
01-20-2010, 10:30 AM
This is correct.
Admin cp> forum manager> edit the forum of choice> go all the way to the bottom of the page where it says: Forum Icon Configuration
Add an image to wherever and you can put the address in there.
when you say add an image, do you just add in that box the name of the image such as "PC_racing.png" then put that image in the statusicon folder? If that is the case then I'm doing something wrong.
GreigM
01-20-2010, 10:47 AM
you will need to add the path to the image
images/statusicons/PV_racing.png
or whatever your path is
sveinung
01-20-2010, 11:15 PM
What is a path???
texasteamplayer
01-21-2010, 03:51 PM
it would be a lot more convenient if images could be links, instead of paths. That way, album, or attachment images could be used for this on the fly, rather than having to ftp in and transfer images over and over.
dangerin
01-21-2010, 04:08 PM
is possible to have an example how to modify the code ti insert images?
and the principal icon of the forum must be ever here or it must be modified in someone mode?
thanks
Hall of Famer
01-23-2010, 04:02 AM
Why do I always get an error saying "Undisclosed tag"?
denman75
01-23-2010, 06:27 AM
just want to say thanks ,great mod
Hall of Famer
01-24-2010, 04:05 AM
Can someone please answer me? I really want this mod to work on my forum...
House M.D.
01-25-2010, 03:04 AM
Can someone please answer me? I really want this mod to work on my forum...
This mod is dead - good luck getting any answers. I offered to pay someone (some time ago) to make it so the forum icon sits to the left of the title and description. I received no assistance whatsoever.
I managed to figure it out myself though ...
https://vborg.vbsupport.ru/external/2014/03/62.png
Good luck!
SledgeHead
01-25-2010, 05:22 AM
You aren't going to post how you did it? It looks really great and I would love to be able to use this.
GreigM
01-25-2010, 06:39 AM
Yeah would like to know as well :)
steve1966
01-25-2010, 07:16 AM
if you dont mind sharing i would also like to know what you did to fix please
New Joe
01-25-2010, 07:21 AM
It would be nice to know how you did that.
House M.D.
01-25-2010, 08:32 PM
To make the forum icon sit to the left of the title and description, you need to do this :
Uninstall any previous version and install a fresh copy. Do not make any edits to the mod except for what you see below.
It took a lot of trial and error to get this right - If you like what you see, please make a PayPal donation to mcs@sunwave.net to cover my time in getting this done. Thank you.
1) Install a fresh copy of this mod
2) Open up : Styles and Templates / Style Mananger / Edit Templates / Forum Home Templates / forumhome_forumbit_level2_post
Look for :
<div class="datacontainer">
Add this code after that line :
<div style="float: left; margin-right: 5px;">
<vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></a></vb:if>
</div>
<div style="float: left; width: 90%;">
Look for :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace that line with :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if></div>
That's it! - Hit the "Save and Reload" button and your done.
This will show the icon to the left of the title and description. Also, if you hover your mouse over the icon, it will show that board titles name. If you click on the icon, it will take you to that boards location.
I hope you enjoy it - any donations would be greatly appreciated.
Here is what the results will look like :
https://vborg.vbsupport.ru/external/2014/03/62.png
New Joe
01-25-2010, 11:30 PM
Thanks House MD, that worked just as you said.
The only real problem with any of this is that this will only show in on Style, day you have 2 or 3 Styles the pictures will only show in the one Style.
Does anyone know how to get over this so pictures would show in say 3 Styles?
I have a Thread on the topic where I know it works on 3.8 but for 4.0 there would need to be some code changes:
https://vborg.vbsupport.ru/showthread.php?t=233925
SledgeHead
01-26-2010, 07:26 PM
For some reason it is putting the icon on top of the Forum Title and not next to the title and description.
House M.D.
01-26-2010, 08:05 PM
For some reason it is putting the icon on top of the Forum Title and not next to the title and description.
I'm not sure what to suggest - it's working fine here.
Micky_1
01-26-2010, 10:53 PM
Hello,
if the forum description is long the text not behind the icon.
House M.D.
01-27-2010, 12:48 AM
For some reason it is putting the icon on top of the Forum Title and not next to the title and description.
Hello, if the forum description is long the text not behind the icon.
Change :
<div style="float: left;">
To :
<div style="float: left; width: 90%;">
Micky_1
01-27-2010, 03:59 AM
Thanks! :up:
SledgeHead
01-27-2010, 07:36 PM
That worked until I changed my screen resolution to 1024 X 768. On 1400 X 1050 it worked perfectly, but making the resolution smaller put the icons on top of the forum titles again. :(
House M.D.
01-28-2010, 04:12 PM
That worked until I changed my screen resolution to 1024 X 768. On 1400 X 1050 it worked perfectly, but making the resolution smaller put the icons on top of the forum titles again. :(
Change the width to 80% and see if that solves your issue.
messengermatt
01-28-2010, 04:40 PM
I would like the template mod to make it look like this aswell if someone could write it
I added the code and it says *unclosed tag* can someone help
messengermatt
01-28-2010, 04:45 PM
I dont have forumhome_forumbit_level2_post in my theme :s how else can i use this ?
messengermatt
01-28-2010, 04:59 PM
I dont have forumhome_forumbit_level2_post in my theme :s how else can i use this ?
Here is the code relating to forumhome_forumbit_level2_post
<li id="forum{vb:raw forum.forumid}" class="forumbit_post L2">
<div class="forumrow table">
<div class="foruminfo td">
<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
<div class="forumdata">
<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>
</div>
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
<vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']">
<div class="moderators">
<h4>{vb:rawphrase moderators}:</h4>
<ol class="commalist">
{vb:raw forum.moderators}
</ol>
</div>
</vb:if>
<vb:if condition="$show['subforums']">
<div class="subforums">
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
<ol class="subforumlist commalist">
{vb:raw forum.subforums}
</ol>
</div>
</vb:if>
<vb:if condition="$show['forumsubscription']">
<p class="unsubscribe">
<a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" rel="nofollow">{vb:rawphrase unsubscribe_from_this_forum}</a>
</p>
</vb:if>
</div>
</div>
</div>
<vb:if condition="$forum['statusicon'] != 'link'">
<h4 class="nocss_label">{vb:rawphrase forum_actions}:</h4>
<ul class="forumactionlinks td">
<vb:if condition="$vboptions['externalrss']"><li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li></vb:if>
<vb:if condition="$show['member']"><vb:if condition="$show['forumsubscription']"><li class="forumactionlink unsubslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase unsubscribe_from_this_forum}">{vb:rawphrase unsubscribe_from_this_forum}</a></li><vb:else /><li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li></vb:if></vb:if>
</ul>
<h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4>
<ul class="forumstats td">
<li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
<li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
</ul>
<div class="forumlastpost td">
<h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4>
<div>
{vb:raw forum.lastpostinfo}
</div>
</div>
</vb:if>
</div>
<vb:if condition="$childforumbits">
<ul class="childsubforum">
{vb:raw childforumbits}
</ul>
</vb:if>
</li>
SledgeHead
01-28-2010, 08:05 PM
Change the width to 80% and see if that solves your issue.
That did the trick. Thanks! Works fantastically and looks great.
Do you know how to add this to subforums? I thought pasting the same code into forumhome_forumbit_level1_post would do the trick, and it was close, but the image path was off a little bit and I wasn't sure which changes needed to be made.
mfbmike
01-29-2010, 03:08 AM
Thanks a ton house.
www.digitalsportscene.com
Got them up and running on my site if anyone wants a demo.
messengermatt
01-29-2010, 10:16 AM
I'm also looking to add the images to sub forums aswell as main forums
GreigM
01-29-2010, 11:35 AM
forumhome_forumbit_level2_nopost I think for sub forums
movslow
01-29-2010, 04:14 PM
No dice here.
It only works on the main forums, does not work on sub forums, or sub forums that are links.
I tried modifying the post as described in the post above in regards to getting it to work w/sub forums, but it did not work.
:confused:
Extra PC
01-29-2010, 04:42 PM
nice
how to put the image under forum name like here
www.extra-pc.com/testforum
movslow
01-29-2010, 05:57 PM
I was thinking, I'm sure it would be possible, can we have a quick how-to on what is needed to place the icon on the different forums themselves.
(icon here)Title
Forum1
Forum2
Forum3
(icon here)Title2
Forum1
Forum2
Forum3
(icon here)Title3
Forum1
Forum2
Forum3
so on.
Thanks.
:up:
Spiritvn
02-04-2010, 03:21 PM
For who want to replace the icon instead of a nearby icon:
Edit the forumhome_forumbit_level2_post template
Find:
<img src="{vb:stylevar imgdir_statusicon}/category_forum_{vb:raw forum.statusicon}.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
Replace:
<vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}"/><vb:else /><img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /></vb:if>
The forum without private icon will still display status icon. Do the same for forumhome_forumbit_level1_post for your subforum.
If you have forums without post, do again for nopost template.
#moveslow:
You can find on the forumhome_forumbit_level2_post
<h2 class="forumtitle" >
Then add before:
<vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}"/></vb:if>
It's better with small icon and you can controll with css by class, .forumicon controls status icon so if you want to place that position, you should change the class, add new class and edit its style.
dangerin
02-04-2010, 04:08 PM
Thanks for this mod but i'm not able to change the icons..
i've done all the opeations but now i do nothave any icon in my forum.
there's somene that can give me a decsription more easy for me.
thanks to all
Spiritvn
02-04-2010, 10:35 PM
Thanks for this mod but i'm not able to change the icons..
i've done all the opeations but now i do nothave any icon in my forum.
there's somene that can give me a decsription more easy for me.
thanks to all
1. import the product
2. do as my b4 post
3. place your icon link on the forum manager
I dont think it's so hard for the ppl
JonoE
02-05-2010, 08:53 AM
nice
how to put the image under forum name like here
www.extra-pc.com/testforum
Please can someone answer this.
New Joe
02-05-2010, 09:18 AM
As this Mod isn't supported it's up to the posters to help out.
So you might wait a long time for things like that.
The mod works and some extras have been mentioned about moving the picture to different places, so I'd just go with what is here for now.
dangerin
02-05-2010, 10:30 AM
Thanks but i've done all and the image do not appear.
where you indicate iconlocation i've put my address for example /images/statusicon/forum/xxxxx.jpg or gif or png but i do not see.
Also if i put the address indicated how can i change an icon for every forum? i thought and i've read that it was possible. it's correct?
thanks
cindy helmond
02-05-2010, 10:58 AM
not working for me added the path to image (full url) but no icons showing on vb 4.01 any help?
thx
denman75
02-05-2010, 11:14 AM
Thanks but i've done all and the image do not appear.
where you indicate iconlocation i've put my address for example /images/statusicon/forum/xxxxx.jpg or gif or png but i do not see.
Also if i put the address indicated how can i change an icon for every forum? i thought and i've read that it was possible. it's correct?
thanks
try to use the full path ,perhaps its working ?
denman75
02-05-2010, 11:16 AM
not working for me added the path to image (full url) but no icons showing on vb 4.01 any help?
thx
u are sure u make the changes in forumhome_forumbit_level2_post
ps what template u have Cindy ?
i can try to upload it and give it a try on my board
cindy helmond
02-05-2010, 11:22 AM
u are sure u make the changes in forumhome_forumbit_level2_post
ps what template u have Cindy ?
i can try to upload it and give it a try on my board
this is the code without the template edit !!!
<li id="forum{vb:raw forum.forumid}" class="forumbit_post L2">
<div class="forumrow table">
<div class="foruminfo td">
<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
<div class="forumdata">
<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>
</div>
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
<vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']">
<div class="moderators">
<h4>{vb:rawphrase moderators}:</h4>
<ol class="commalist">
{vb:raw forum.moderators}
</ol>
</div>
</vb:if>
<vb:if condition="$show['subforums']">
<div class="subforums">
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
<ol class="subforumlist commalist">
{vb:raw forum.subforums}
</ol>
</div>
</vb:if>
<vb:if condition="$show['forumsubscription']">
<p class="unsubscribe">
<a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" rel="nofollow">{vb:rawphrase unsubscribe_from_this_forum}</a>
</p>
</vb:if>
</div>
</div>
</div>
<vb:if condition="$forum['statusicon'] != 'link'">
<h4 class="nocss_label">{vb:rawphrase forum_actions}:</h4>
<ul class="forumactionlinks td">
<vb:if condition="$vboptions['externalrss']"><li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li></vb:if>
<vb:if condition="$show['member']"><vb:if condition="$show['forumsubscription']"><li class="forumactionlink unsubslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase unsubscribe_from_this_forum}">{vb:rawphrase unsubscribe_from_this_forum}</a></li><vb:else /><li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li></vb:if></vb:if>
</ul>
<h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4>
<ul class="forumstats td">
<li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
<li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
</ul>
<div class="forumlastpost td">
<h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4>
<div>
{vb:raw forum.lastpostinfo}
</div>
</div>
</vb:if>
</div>
<vb:if condition="$childforumbits">
<ul class="childsubforum">
{vb:raw childforumbits}
</ul>
</vb:if>
</li>
dangerin
02-05-2010, 11:23 AM
yes i've also addes the full path with and without http:// but the icon do not appear ..
Spiritvn
02-05-2010, 11:41 AM
Thanks but i've done all and the image do not appear.
where you indicate iconlocation i've put my address for example /images/statusicon/forum/xxxxx.jpg or gif or png but i do not see.
Also if i put the address indicated how can i change an icon for every forum? i thought and i've read that it was possible. it's correct?
thanks
Should use the full path to test. Use IE if you see a red X, it's bad link, if you dont see anything, it's wrong code.
So revert the template and do like my post #119:
https://vborg.vbsupport.ru/showpost.php?p=1974739&postcount=119
For who want place it nearby the forum description:
Find:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace with:
<vb:if condition="$show['forumdescription']"><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float:left; padding-left: 2px; padding-right: 2px;" id="forum_statusicon_{vb:raw forum.forumid}"/><p class="forumdescription">{vb:raw forum.description}</p><vb:else /><p class="forumdescription">{vb:raw forum.description}</p></vb:if></vb:if>
Edit the red pixel number to style it fix your design.
Below code is for who wanna make it below the forum description:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float:left; padding-left: 2px; padding-right: 2px;clear: both;" id="forum_statusicon_{vb:raw forum.forumid}"/></vb:if></vb:if>
It's easy to help if you give your link
dangerin
02-05-2010, 11:54 AM
I've pasted exactly the code and in forumhome_forumbit_level2_post i have this code :
P.s. my stile is simple black
<li id="forum{vb:raw forum.forumid}" class="forumbit_post L2">
<div class="forumrow table">
<div class="foruminfo td">
<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
<div class="forumdata">
<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>
</div>
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
<vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']">
<div class="moderators">
<h4>{vb:rawphrase moderators}:</h4>
<ol class="commalist">
{vb:raw forum.moderators}
</ol>
</div>
</vb:if>
<vb:if condition="$show['subforums']">
<div class="subforums">
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
<ol class="subforumlist commalist">
{vb:raw forum.subforums}
</ol>
</div>
</vb:if>
<vb:if condition="$show['forumsubscription']">
<p class="unsubscribe">
<a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" rel="nofollow">{vb:rawphrase unsubscribe_from_this_forum}</a>
</p>
</vb:if>
</div>
</div>
</div>
<vb:if condition="$forum['statusicon'] != 'link'">
<h4 class="nocss_label">{vb:rawphrase forum_actions}:</h4>
<ul class="forumactionlinks td">
<vb:if condition="$vboptions['externalrss']"><li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li></vb:if>
<vb:if condition="$show['member']"><vb:if condition="$show['forumsubscription']"><li class="forumactionlink unsubslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase unsubscribe_from_this_forum}">{vb:rawphrase unsubscribe_from_this_forum}</a></li><vb:else /><li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li></vb:if></vb:if>
</ul>
<h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4>
<ul class="forumstats td">
<li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
<li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
</ul>
<div class="forumlastpost td">
<h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4>
<div>
{vb:raw forum.lastpostinfo}
</div>
</div>
</vb:if>
</div>
<vb:if condition="$childforumbits">
<ul class="childsubforum">
{vb:raw childforumbits}
</ul>
</vb:if>
</li>
After i ho in acp forum manager and in the line for the address i put the full path or also the direct but i do not see nothing in my forums
denman75
02-05-2010, 12:05 PM
I've pasted exactly the code and in forumhome_forumbit_level2_post i have this code :
P.s. my stile is simple black
<li id="forum{vb:raw forum.forumid}" class="forumbit_post L2">
<div class="forumrow table">
<div class="foruminfo td">
<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
<div class="forumdata">
<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>
</div>
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
<vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']">
<div class="moderators">
<h4>{vb:rawphrase moderators}:</h4>
<ol class="commalist">
{vb:raw forum.moderators}
</ol>
</div>
</vb:if>
<vb:if condition="$show['subforums']">
<div class="subforums">
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
<ol class="subforumlist commalist">
{vb:raw forum.subforums}
</ol>
</div>
</vb:if>
<vb:if condition="$show['forumsubscription']">
<p class="unsubscribe">
<a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" rel="nofollow">{vb:rawphrase unsubscribe_from_this_forum}</a>
</p>
</vb:if>
</div>
</div>
</div>
<vb:if condition="$forum['statusicon'] != 'link'">
<h4 class="nocss_label">{vb:rawphrase forum_actions}:</h4>
<ul class="forumactionlinks td">
<vb:if condition="$vboptions['externalrss']"><li class="forumactionlink rsslink"><a href="external.php?{vb:raw session.sessionurl}type=RSS2&forumids={vb:raw forum.forumid}" title="{vb:rawphrase view_forum_rss_feed}">{vb:rawphrase view_forum_rss_feed}</a></li></vb:if>
<vb:if condition="$show['member']"><vb:if condition="$show['forumsubscription']"><li class="forumactionlink unsubslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=removesubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase unsubscribe_from_this_forum}">{vb:rawphrase unsubscribe_from_this_forum}</a></li><vb:else /><li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li></vb:if></vb:if>
</ul>
<h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4>
<ul class="forumstats td">
<li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
<li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
</ul>
<div class="forumlastpost td">
<h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4>
<div>
{vb:raw forum.lastpostinfo}
</div>
</div>
</vb:if>
</div>
<vb:if condition="$childforumbits">
<ul class="childsubforum">
{vb:raw childforumbits}
</ul>
</vb:if>
</li>
After i ho in acp forum manager and in the line for the address i put the full path or also the direct but i do not see nothing in my forums
seeing nothing strange
but do u use any other third party image blockers
or limited guests mods ,
last thing what u can do is disable all of your mods/plugs except the forum icon mods
and see what it does
cindy helmond
02-05-2010, 12:05 PM
Should use the full path to test. Use IE if you see a red X, it's bad link, if you dont see anything, it's wrong code.
So revert the template and do like my post #119:
https://vborg.vbsupport.ru/showpost.php?p=1974739&postcount=119
For who want place it nearby the forum description:
Find:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace with:
<vb:if condition="$show['forumdescription']"><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float:left; padding-left: 2px; padding-right: 2px;" id="forum_statusicon_{vb:raw forum.forumid}"/><p class="forumdescription">{vb:raw forum.description}</p><vb:else /><p class="forumdescription">{vb:raw forum.description}</p></vb:if></vb:if>
Edit the red pixel number to style it fix your design.
Below code is for who wanna make it below the forum description:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p><vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float:left; padding-left: 2px; padding-right: 2px;clear: both;" id="forum_statusicon_{vb:raw forum.forumid}"/></vb:if></vb:if>
It's easy to help if you give your link
ok thx but i have default style of vb 4 what i have to do :
red X ??
Spiritvn
02-05-2010, 12:11 PM
ok thx but i have default style of vb 4 what i have to do :
red X ??
It's for default style :)
Just revert the template to default, then re-do it, you can test yourself.
Remember, it's for POSTED FORUM. If your forum without post, it does not use that template, so, post some testing post first.
Again, If s1 need help, give the forum i will check if what u r doing wrong.
---------
The X within IE display means WRONG LINK IMAGE. Firefox does not display the wrong link so you hard to know if you got the wrong.
dangerin
02-05-2010, 12:20 PM
I only have a product for the resize of images that i've also disabled but is ever the same result.
i do not understand what's happening..
but now i can not deactive all the products
cindy helmond
02-05-2010, 12:29 PM
It's for default style :)
Just revert the template to default, then re-do it, you can test yourself.
Remember, it's for POSTED FORUM. If your forum without post, it does not use that template, so, post some testing post first.
Again, If s1 need help, give the forum i will check if what u r doing wrong.
---------
The X within IE display means WRONG LINK IMAGE. Firefox does not display the wrong link so you hard to know if you got the wrong.
ok thx !!
Spiritvn
02-05-2010, 02:36 PM
I only have a product for the resize of images that i've also disabled but is ever the same result.
i do not understand what's happening..
but now i can not deactive all the products
Did you read and do as i said?
dangerin
02-05-2010, 05:23 PM
This is included in vbulletin by default. There is no need to use a hack to show forum icons.
What do you mean?
I'm interested becaus i'm trying from two days to change icons but i do not see nothing . ..
dangerin
02-05-2010, 05:24 PM
Did you read and do as i said?
Yeas read and done bu without result
dangerin
02-05-2010, 06:58 PM
To make the forum icon sit to the left of the title and description, you need to do this :
Uninstall any previous version and install a fresh copy. Do not make any edits to the mod except for what you see below.
It took a lot of trial and error to get this right - If you like what you see, please make a PayPal donation to mcs@sunwave.net to cover my time in getting this done. Thank you.
1) Install a fresh copy of this mod
2) Open up : Styles and Templates / Style Mananger / Edit Templates / Forum Home Templates / forumhome_forumbit_level2_post
Look for :
<div class="datacontainer">
Add this code after that line :
<div style="float: left; margin-right: 5px;">
<vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></a></vb:if>
</div>
<div style="float: left; width: 90%;">
Look for :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace that line with :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if></div>
That's it! - Hit the "Save and Reload" button and your done.
This will show the icon to the left of the title and description. Also, if you hover your mouse over the icon, it will show that board titles name. If you click on the icon, it will take you to that boards location.
I hope you enjoy it - any donations would be greatly appreciated.
Here is what the results will look like :
https://vborg.vbsupport.ru/external/2014/03/62.png
I've also done all that is written in this post but without result.
if i change the principal incon that appear in imges/statusicon it appear but i can not manage evry forum how i could with this great mod but unsupported.
Is possible for the futur to indicate in a mod that is unsupporte so i do not download and install more? thanks to all and i hope to have solution about this problem.
messengermatt
02-05-2010, 09:59 PM
I need some help here, i installed the mod and it didnt work i also searched for the specific code and it wasnt found in the style im using which is just a normal style with a different colour.
I posted a few posts back about my issue and nobody helped me out but sub forums support would be a good thing as thats what i need
Gamempire
02-07-2010, 04:18 PM
i made an interesting change to the template modification, different from that this coder use in this mod:
https://vborg.vbsupport.ru/showthread.php?t=235240
opacity and different forum icons for each forum..
however, you did a great job for the product, Elmer :)
Aclikyano
02-08-2010, 12:57 AM
how do i remove where it says LAST POST by where the name of the section is?
Aclikyano
02-08-2010, 12:58 AM
I have modified the template code so that you can put icon's in the category fields of the site also.
Open forumhome_forumbit_level1_nopost
Find <span class="forumtitle">
Insert Above:
<vb:if condition="$forum['iconlocation']">
<img style="float:left;" src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" />
</vb:if>
Looks like this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=108062&stc=1&d=1261678452
hey anyway to remove where it says LAST POST???
movslow
02-08-2010, 01:19 PM
#moveslow:
You can find on the forumhome_forumbit_level2_post
<h2 class="forumtitle" >
Then add before:
<vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}"/></vb:if>
It's better with small icon and you can controll with css by class, .forumicon controls status icon so if you want to place that position, you should change the class, add new class and edit its style.
Thanks for the reply, but this isn't what I was needing.
I've enclosed a screenshot so you can see what/where I am referring to.
http://movslow.com/stuff/forumicons.jpg
My 2 questions are:
1.) The RED underlines are the sub-forum icons, is it possible to place something there?
2.) The RED X, is the category description, is it possible to place something there as well?
Thanks again for your help.
:up:
Ranger187
02-08-2010, 01:23 PM
Did ya bother to read the post above yours from yesterday? ;) He said how to put an icon in the category description bud...
New Joe
02-08-2010, 11:39 PM
i made an interesting change to the template modification, different from that this coder use in this mod:
https://vborg.vbsupport.ru/showthread.php?t=235240
opacity and different forum icons for each forum..
however, you did a great job for the product, Elmer :)
Yes, a big thanks for that code, I had been looking for a way to do that for many week.
Good work.
delmarva
02-09-2010, 04:38 AM
Good mod, I made a little modification so that the image is clickable and is a link to the forum
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></a></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
Thank you for this. :)
Great Mod.. *INSTALLED*
abdulbasitsaeed
02-14-2010, 03:50 AM
Thank you Elmer, for this lovely mod. :)
To make the forum icon sit to the left of the title and description, you need to do this :
Uninstall any previous version and install a fresh copy. Do not make any edits to the mod except for what you see below.
It took a lot of trial and error to get this right - If you like what you see, please make a PayPal donation to mcs@sunwave.net to cover my time in getting this done. Thank you.
1) Install a fresh copy of this mod
2) Open up : Styles and Templates / Style Mananger / Edit Templates / Forum Home Templates / forumhome_forumbit_level2_post
Look for :
<div class="datacontainer">
Add this code after that line :
<div style="float: left; margin-right: 5px;">
<vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></a></vb:if>
</div>
<div style="float: left; width: 90%;">
Look for :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace that line with :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if></div>
That's it! - Hit the "Save and Reload" button and your done.
This will show the icon to the left of the title and description. Also, if you hover your mouse over the icon, it will show that board titles name. If you click on the icon, it will take you to that boards location.
I hope you enjoy it - any donations would be greatly appreciated.
Here is what the results will look like :
https://vborg.vbsupport.ru/external/2014/03/62.png
Thank you very much, House M.D.! :)
This worked perfectly on my side. To make the space even on both sides of the forum icon, I changed margin-right: to 15 px instead of 5.
Pro-eSports.com
02-17-2010, 10:35 PM
Someone said that vBulletin already has this integrated by default, is this true? Because then I don't need this mod.
dangerin
02-18-2010, 05:18 AM
is not the same thing.. you can chamnge the icon on the root indicated reading it with firebug on your site but this mod has a different result and you change every icon in every forum.
Regret that for me do not work from a lot of day also if i executed all instructions but must be a problem of my Vb that i do not know
Rafa-el
02-19-2010, 07:32 PM
Sorry for the question, but, where is the Plugin Option? ACP-??
Thanks.
Pro-eSports.com
02-20-2010, 03:22 AM
Sorry for the question, but, where is the Plugin Option? ACP-??
Thanks.
ACP - PLUGINS & PRODUCTS - MANAGE PRODUCTS - [Add/Import Product]
Rafa-el
02-22-2010, 01:08 AM
I mean the Option to configure the plugin.
angedelamort
02-22-2010, 04:53 AM
I saw this plugin and said to myself it's great. Just before I did an install I read the whole thread and someone said to write html in the description (AdminCP -> Forum Manager -> Edit Forum -> Description).
so if you just put that at the beginning of your text:
<img src="path/to/icons/your_icon.png" align="left" border="0" />My forum description.
it does the same thing if I'm not mistaken? Or maybe this plugin does more? So no need to install a plugin or change any templates. Except if you want something like some people requested, to put the icon to take the full size, it may be an interesting plugin.
dangerin
02-22-2010, 05:22 AM
but with this code in template forum you can use AN icon for A forum and with this mod ( if work ) is possible to have a different icon for a different forum.
saghir
02-22-2010, 08:30 AM
help ....
where can i fine // forumhome_forumbit_level2_post
for edit , plz tell me i am new
dangerin
02-22-2010, 08:46 AM
you found it in the templates manager seraching those word and you find the template indicated.
i hope that at you works ok the mod ..
at me do not work sigh sigh
saghir
02-22-2010, 09:51 AM
thanks, can u tell me plz from where i can upload XML file,
saghir
02-22-2010, 09:59 AM
yep, i change code and upload xml file, but no result
dangerin
02-22-2010, 10:03 AM
i've the same problem..
i do not see the icons on forum :-(
i've installed all correctly but no icons appear..
i'm waitig from a lot of days a solution about it.
i use firefox and vb 4.0.1 for now and as soon as possible i update at 4.0.2 but i wait for this
abdulbasitsaeed
02-22-2010, 10:20 AM
Dear dangerin, could you kindly give a link to your forums? :)
saghir
02-22-2010, 11:51 AM
dangerin, Thanx for reply
anybody can help, for 2 questions :
http://images.meremmelek.net/images/y4my6iqw5wa3bpxez5fk.jpg (http://images.meremmelek.net/)
1. how to remove "LAST POST" ?
2. how to align child forum, to the above ?
thank you
Jabong82
02-26-2010, 03:45 AM
I don't know if this would help anyone, but I couldn't get this code to work at first. Then I tried it on the "forumhome_forumbit_level1_post" instead of the level 2 template and it worked for me.
I have my directory installed on the home page (no forum directory). Give it a whirl and see if it works for you. Both House MDs and the OPs worked here. Worse case scenario if it doesn't work you can revert the template. Good luck.
duditas
03-01-2010, 03:19 AM
This addon is reallly nice and useful. It works fine for me, thanks a lot. :)
zeroality
03-03-2010, 12:56 AM
Works on 4.0.2 just fine.
badawidollah
03-11-2010, 07:58 PM
installed
robsta
03-12-2010, 07:35 AM
have installed VSa - Sub-Forum Manager
use this mod Forum Icons but i can´t see the icons ;(
skaterext
03-12-2010, 09:04 AM
hi my site problem whati is problem.
Database error in vBulletin 4.0.2:
Invalid SQL:
UPDATE forum SET
title_clean = 'Toplantı Odası',
title = 'Toplantı Odası',
description_clean = '',
description = '',
link = '',
displayorder = 2,
parentid = 1,
daysprune = -1,
defaultsortfield = 'lastpost',
defaultsortorder = 'desc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options - 8192, options),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options - 256, options),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
options = IF(options & 131072, options - 131072, options),
styleid = 0,
imageprefix = '',
password = '',
MARCO1_forumnocontent = '0',
iconlocation = 'images/icons/174.gif'
WHERE forumid = 2;
MySQL Error : Unknown column 'MARCO1_forumnocontent' in 'field list'
Error Number : 1054
Request Date : Friday, March 12th 2010 @ 04:03:28 AM
Error Date : Friday, March 12th 2010 @ 04:03:28 AM
Script : http://www.balikvakti.com/admincp/forum.php?do=update
Referrer : http://www.balikvakti.com/admincp/forum.php?do=edit&f=2&s=
IP Address : *******
Username : ****hidden****
Classname : vB_Database
MySQL Version : 5.1.44-log
Popa Andrei
03-14-2010, 10:40 PM
a site with icons?
TimberFloorAu
03-14-2010, 10:52 PM
Why not just use the BUILT in method for Forum Status Icons.
We do < see our site :)
Popa Andrei
03-16-2010, 02:27 AM
icons doesent apear for subforum.
How can i make it appear for subforums to?
New Joe
03-16-2010, 02:51 AM
Why not just use the BUILT in method for Forum Status Icons.
We do < see our site :)
Could you please let us know how to do this.
I see you have icons on all your subForums too.
Thanks
Extra PC
03-16-2010, 02:09 PM
no mod needed
www.extra-pc.com/vb
Popa Andrei
03-16-2010, 11:59 PM
how can y add icons to subforum to.
someone please help :(
cad2go
03-19-2010, 03:18 PM
This.
I was starting to think I was going crazy, theres no need for this mod. Unique forum icons, as in... a different icon per forum is a default feature.
Admin CP->Forum Manager ->Prefix for Forum Status Images
:eek:
News to me!:D:o
tbf with this mod you can use both
Toxic2
03-20-2010, 06:50 AM
@ skaterext disable all Marcos1 Mods before you try to make any major changes on your bulletin, after you made your changes or added a mod, then enable Your Morcos1 mods, I have the same problem. Hope that works for you, the Key is, if you see a mod Name such as Marcos in a db error, it normally is a indication of a mod conflict. Not sure what this is "'Toplantı Odası'," but if it is a Mod you may need to disable it also. You also may have to disable all mods as well, but start with the ones I mentioned and see how it goes.
Sworm
03-20-2010, 03:37 PM
Hi, should be possible to add the forum images on the right?
yessenia1974
03-21-2010, 05:01 AM
Not working but tried. Thank you anyway.:(
Popa Andrei
03-21-2010, 05:42 AM
icons doesent apear for subforum.
How can i make it appear for subforums to?
no one knows how to do this?
Drache
03-24-2010, 09:20 PM
To make the forum icon sit to the left of the title and description, you need to do this :
Uninstall any previous version and install a fresh copy. Do not make any edits to the mod except for what you see below.
It took a lot of trial and error to get this right - If you like what you see, please make a PayPal donation to mcs@sunwave.net to cover my time in getting this done. Thank you.
1) Install a fresh copy of this mod
2) Open up : Styles and Templates / Style Mananger / Edit Templates / Forum Home Templates / forumhome_forumbit_level2_post
Look for :
<div class="datacontainer">
Add this code after that line :
<div style="float: left; margin-right: 5px;">
<vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></a></vb:if>
</div>
<div style="float: left; width: 90%;">
Look for :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace that line with :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if></div>
That's it! - Hit the "Save and Reload" button and your done.
This will show the icon to the left of the title and description. Also, if you hover your mouse over the icon, it will show that board titles name. If you click on the icon, it will take you to that boards location.
I hope you enjoy it - any donations would be greatly appreciated.
Here is what the results will look like :
https://vborg.vbsupport.ru/external/2014/03/62.png
how can I make it sit on top of the description thanks.
zelnik
04-12-2010, 09:24 AM
Don't suppose anyone has any urls handy for nice forum graphics to use with this mod? thanks
Pro-eSports.com
04-14-2010, 07:11 PM
For some reason this mod doesn't work for me. I'm using vB 4.0.3 and the image doesn't show up even when the path is correctly.
Instead of showing the image it just shows the forum name again in the description (on the place where the icon should be).
Please help me.
MudRacing
04-15-2010, 08:00 AM
For my vbulletin 4.0.3:
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"> <a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></a> </vb:if> {vb:raw forum.description} </p><vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
DxSEO
04-15-2010, 08:30 AM
For some reason this mod doesn't work for me. I'm using vB 4.0.3 and the image doesn't show up even when the path is correctly.
Instead of showing the image it just shows the forum name again in the description (on the place where the icon should be).
Please help me.
i am having same problem in 4.3
MudRacing
04-16-2010, 08:53 PM
Icons in sub-forum is possible?
Peter Lo
04-21-2010, 03:17 AM
Could you share more detailed instructions on how you did it for your australiabound site? The icons look good there!
Why not just use the BUILT in method for Forum Status Icons.
We do < see our site :)
wanno
05-17-2010, 02:20 PM
Another much better solution is this:
In forum manager --> forum --> Subject
Put in the name field before the forum category name this code:
<img src="http://www.yourdomain.com/iconname.jpg" border="0" />
and you have icons in all subforums as well.
darrenjdoc
05-25-2010, 05:36 PM
I had this working on the other build of 4.0 but now when i have upgraded to the latest build it wont work when i do it like this -
acp>forum manager>name of forum and then where it says Forum Icon Configuration i add in the path - images/statusicon/bin.png where bin in my image.
The statusicon hasnt moved when the site was updated.
Anybody any ideas ?
darrenjdoc
05-25-2010, 05:48 PM
Another much better solution is this:
In forum manager --> forum --> Subject
Put in the name field before the forum category name this code:
<img src="http://www.yourdomain.com/iconname.jpg" border="0" />
and you have icons in all subforums as well.This works very well. Thanks
texasteamplayer
05-28-2010, 02:49 AM
Change :
<div style="float: left;">
To :
<div style="float: left; width: 90%;">
change? the second code (with the width 90%) is what you have in your original instructions.
I also have the icon sitting on top of the forum title.
updates?
http://img12.imageshack.us/img12/8650/55677405.jpg
your24hourstore
06-01-2010, 09:29 PM
:)
not even an error just nuthin not red x or nothing
sadiq6210
06-10-2010, 08:54 PM
Thanks but what about rtl languages ?
zurrie
08-13-2010, 05:54 PM
Did this support for 4.0.6 now?
caciocode
08-17-2010, 07:14 PM
Tagged for later
ComoEstaEso-com
09-03-2010, 12:11 AM
Did this support for 4.0.6 now?
x2... works on 4.0.6?
pportuese
09-23-2010, 05:30 PM
I can't get this to work. I installed it, then went to forum manager -> edit forum -> forum icon configuration and put in the link. Nothing. I tried putting the link in a few different ways. Nothing shows up.
If I put the link in the address bar it shows up so I know the link is good.
/images/Sponsor-banner
Popa Andrei
09-30-2010, 12:32 PM
this mode is more better and advanced and easy to use
https://vborg.vbsupport.ru/showthread.php?t=244351
mayank8789
10-01-2010, 10:40 AM
where is forum icon configurations options. i am not saw admin control panel whare is.
The Coon
10-24-2010, 08:48 AM
It does not work since 3.0.8 ... can someone confirm this?
gokhansancar
10-27-2010, 05:32 PM
does this works on 4.0.8?
i did install but couldt make it work,
Hausgarten
10-29-2010, 01:41 PM
works fine with 4.0.8 - very nice addon!
dpatel304
01-24-2011, 07:18 AM
Great mod. Is there any way to make it so the icons don't fade darker when there are no new posts? I'd like the icons to remain the same brightness no matter what the status of read/unread posts are.
Sdahe
01-31-2011, 11:44 PM
Would this work on V 4.1.1?
Krusty1231
02-03-2011, 04:30 PM
It does not for me - 4.1.1
deverill2010
02-03-2011, 07:18 PM
Is there anyway to make the individual icons link to a website?
I want to use it for sponsorship of showing people logos but I need it when the icon is clicked to redirect them to their website.
Sworm
03-15-2011, 08:03 PM
Should be possible to show icons on the right?
doctorsexy
04-29-2011, 09:08 AM
Anyone got this working with 4.1.3
bad2dbone
05-09-2011, 02:29 AM
im waiting for a actual way just to import the product its alot easier i have 4.1.3 as well lookin for a way to make it work
Kirk.H
06-05-2011, 04:34 AM
Excellent Job :) Installed
herbertjoei
06-06-2011, 05:05 AM
hi im a newbie in vbulletin, where do i upload the xml file? sorry!
avitor
06-06-2011, 08:48 AM
works 100% easy install.
thanks
avitor
06-06-2011, 08:56 AM
hi im a newbie in vbulletin, where do i upload the xml file? sorry!
1
just go to your admin cp >plugin & products >manage products > use the "add import product" (find this bellow the all plugin list-is show as a blue link)
2
select the XML file you downloaded from this thread.>Allow Overwrite YES
good lack
denman75
06-16-2011, 02:33 PM
its not working anymore after updating vb version to 4.1.4 and new template update
trackpads
07-17-2011, 02:22 PM
For who want to replace the icon instead of a nearby icon:
Edit the forumhome_forumbit_level2_post template
Find:
<img src="{vb:stylevar imgdir_statusicon}/category_forum_{vb:raw forum.statusicon}.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
Replace:
<vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}"/><vb:else /><img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /></vb:if>
The forum without private icon will still display status icon. Do the same for forumhome_forumbit_level1_post for your subforum.
If you have forums without post, do again for nopost template.
#moveslow:
You can find on the forumhome_forumbit_level2_post
<h2 class="forumtitle" >
Then add before:
<vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}"/></vb:if>
It's better with small icon and you can controll with css by class, .forumicon controls status icon so if you want to place that position, you should change the class, add new class and edit its style.
Awesome and thanks!!
Samhayne-STS
08-23-2011, 04:50 PM
its not working anymore after updating vb version to 4.1.4 and new template update
I have it working fine on vb 4.1.5p1. You probably need to go back in and re-do your edits to the template, if the update stomped them.
tele955848
08-24-2011, 07:04 PM
Hatte ueberall im Forum folgende Nachricht stehen:
If you use it, please mark it as installed
Habe es aber Markiert - Frechheit !!
:mad:
hhumas
08-30-2011, 07:09 AM
can I get it for 4.1.4 ?
Zen10
10-09-2011, 05:29 PM
Love the icons everthing worked well until 4.1.5 :)
I have tried this on 4.1.7 but now it replaces the new post icons with your thread icons any ideas please ?
Thanks
Southernphuk
01-09-2012, 06:03 PM
It is possible to add the icon and title of the parent forum to a thread. Just add this code where you want it in SHOWTHREAD
<div id="ThreadForum" class="pagetitle">
<vb:if condition="$GLOBALS['foruminfo']['iconlocation']"><img src="{vb:raw GLOBALS.foruminfo.iconlocation}" alt="{vb:raw GLOBALS.foruminfo.title}" style="float: left; margin-right: 4px;" /></vb:if>
<h1><span class="forumtitle">{vb:rawphrase forum}: <a href="{vb:link forum, {vb:raw GLOBALS.forum}}">{vb:raw GLOBALS.foruminfo.title}</a></span></h1>
<vb:if condition="$GLOBALS['foruminfo']['description']"><p class="description">{vb:raw GLOBALS.foruminfo.description}</p></vb:if>
</div>
I placed it just above {vb:raw poll} so it appears just under the breadcrumb.
epsilon80
10-18-2012, 08:00 AM
To make the forum icon sit to the left of the title and description, you need to do this :
Uninstall any previous version and install a fresh copy. Do not make any edits to the mod except for what you see below.
It took a lot of trial and error to get this right - If you like what you see, please make a PayPal donation to mcs@sunwave.net to cover my time in getting this done. Thank you.
1) Install a fresh copy of this mod
2) Open up : Styles and Templates / Style Mananger / Edit Templates / Forum Home Templates / forumhome_forumbit_level2_post
Look for :
<div class="datacontainer">
Add this code after that line :
<div style="float: left; margin-right: 5px;">
<vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></a></vb:if>
</div>
<div style="float: left; width: 90%;">
Look for :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace that line with :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if></div>
That's it! - Hit the "Save and Reload" button and your done.
This will show the icon to the left of the title and description. Also, if you hover your mouse over the icon, it will show that board titles name. If you click on the icon, it will take you to that boards location.
I hope you enjoy it - any donations would be greatly appreciated.
Here is what the results will look like :
https://vborg.vbsupport.ru/external/2014/03/62.png
thankyou :D
fayax
12-24-2012, 07:31 PM
Good mod, I made a little modification so that the image is clickable and is a link to the forum
<vb:if condition="$show['forumdescription']"><p class="forumdescription"><vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" /></a></vb:if>{vb:raw forum.description}</p>
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p></vb:if>
Excellent work GriegM
sree krishna
03-08-2014, 02:38 PM
To make the forum icon sit to the left of the title and description, you need to do this :
Uninstall any previous version and install a fresh copy. Do not make any edits to the mod except for what you see below.
It took a lot of trial and error to get this right - If you like what you see, please make a PayPal donation to mcs@sunwave.net to cover my time in getting this done. Thank you.
1) Install a fresh copy of this mod
2) Open up : Styles and Templates / Style Mananger / Edit Templates / Forum Home Templates / forumhome_forumbit_level2_post
Look for :
<div class="datacontainer">
Add this code after that line :
<div style="float: left; margin-right: 5px;">
<vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></a></vb:if>
</div>
<div style="float: left; width: 90%;">
Look for :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace that line with :
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if></div>
That's it! - Hit the "Save and Reload" button and your done.
This will show the icon to the left of the title and description. Also, if you hover your mouse over the icon, it will show that board titles name. If you click on the icon, it will take you to that boards location.
I hope you enjoy it - any donations would be greatly appreciated.
Here is what the results will look like :
https://vborg.vbsupport.ru/external/2014/03/62.png
your code working for me
Thank you
oldfan
03-11-2014, 04:25 PM
works with 4.2.2 fine
jrw422dx
05-31-2014, 10:29 PM
Ignore I figure it out!! easy mod to add icons
Could I get some install instructions please? I see no detailed install instructions. What do you do as far as naming the icons, where to put them?
Jon
jrw422dx
06-01-2014, 05:23 PM
How can they be made to show in the sub forums? When I click on a category they do not show up. Is it possible to have them show there too?
oldfan
03-29-2023, 12:53 PM
Works with 4.2.5. thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.