vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Forum Icons (https://vborg.vbsupport.ru/showthread.php?t=229529)

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

Quote:

Originally Posted by herbertjoei (Post 2204143)
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

Quote:

Originally Posted by Spiritvn (Post 1974739)
For who want to replace the icon instead of a nearby icon:

Edit the forumhome_forumbit_level2_post template

Find:

Code:

<img src="{vb:stylevar imgdir_statusicon}/category_forum_{vb:raw forum.statusicon}.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" />
Replace:

Code:

<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

Code:

<h2 class="forumtitle" >
Then add before:

Code:

<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

Quote:

Originally Posted by denman75 (Post 2208531)
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

HTML Code:

<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

Quote:

Originally Posted by House M.D. (Post 1966482)
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 :
Code:

<div class="datacontainer">

Add this code after that line :
Code:

<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 :
Code:

<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>

Replace that line with :
Code:

<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

Quote:

Originally Posted by GreigM (Post 1956037)
Good mod, I made a little modification so that the image is clickable and is a link to the forum

Code:

<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

Quote:

Originally Posted by House M.D. (Post 1966482)
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 :
Code:

<div class="datacontainer">

Add this code after that line :
Code:

<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 :
Code:

<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>

Replace that line with :
Code:

<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


All times are GMT. The time now is 12:53 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
  • Page Generation 0.01624 seconds
  • Memory Usage 1,811KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (13)bbcode_code_printable
  • (1)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete