vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Custom Forum Status Icons (https://vborg.vbsupport.ru/showthread.php?t=102025)

mandogon 04-09-2008 09:54 PM

I have the same issue as above

kp^ 04-13-2008 12:35 AM

I'm with the above posters. I have 3.6.9 installed.

Thanks!

desmomax 04-16-2008 02:22 PM

Hallo,
i installed your mod and it works fine.
Today i found an error, if i go in a category of my forum i see an error message like this:

id="forum_statusicon_9" />

you can see here:
http://www.ilbraccoitaliano.net/foru...isplay.php?f=3

but if i display the main forum list no error :
http://www.ilbraccoitaliano.net/forum/index.php


Can someone help me?
thanx

desmomax 04-18-2008 11:34 AM

Nobody can help me?

soundbarrierpro 04-19-2008 09:48 PM

vb 3.7.0

using mod "columns on forumhome by xenon" and of course your mod
custom forum status icons"

My icons ain't changing. I installed the xml. I created a customicons directory and placed it at forum root. I edited the following:

forumhome_forumbit_columncell
Code:

<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" width="$column_width">
        <div>
                <img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" />
                <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
        </div>
        <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
</td>

forumhome_forumbit_level1_post

Code:

<tbody>
        <tr align="center">
                <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
               
                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
        <td><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td>
                        <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
                        <td>
                        <div>
                                <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                                <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
                        </div>
                        <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                        <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
                        <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
                        </td>
                </tr>
                </table>
               
                </td>
                <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
                <td class="alt1">$forum[threadcount]</td>
                <td class="alt2">$forum[replycount]</td>
                <if condition="$vboptions['showmoderatorcolumn']">
                <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
                </if>
        </tr>
</tbody>
<if condition="$childforumbits">
<tbody>
        $childforumbits
</tbody>
</if>

forumhome_forumbit_level2_post

Code:

<tr align="center">       
        <td><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td>
        <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
                <div>
                        <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                        <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
                </div>
                <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
                <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
        </td>
        <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
        <td class="alt1">$forum[threadcount]</td>
        <td class="alt2">$forum[replycount]</td>
        <if condition="$vboptions['showmoderatorcolumn']">
        <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
        </if>
</tr>
$childforumbits


ringleader 04-27-2008 08:58 PM

Quote:

Originally Posted by soundbarrierpro (Post 1494769)
vb 3.7.0

using mod "columns on forumhome by xenon" and of course your mod
custom forum status icons"

My icons ain't changing. I installed the xml. I created a customicons directory and placed it at forum root. I edited the following:

<snip>

I had this same issue there.
'Search this mod' is a useful function; try searching for 'xenon'.
https://vborg.vbsupport.ru/showpost....5&postcount=96

soundbarrierpro 04-29-2008 04:09 PM

Quote:

Originally Posted by ringleader (Post 1500980)
I had this same issue there.
'Search this mod' is a useful function; try searching for 'xenon'.
https://vborg.vbsupport.ru/showpost....5&postcount=96

You are the best! Finally. Question though.

How do you get the information to show up next to the icon? Mine just shows the link to the forum, ie. music forum. I'd like to have the latest thread info like this.

https://vborg.vbsupport.ru/external/2008/04/2.jpg

ringleader 04-29-2008 04:15 PM

Quote:

Originally Posted by soundbarrierpro (Post 1502434)
You are the best! Finally. Question though.

How do you get the information to show up next to the icon? Mine just shows the link to the forum, ie. music forum. I'd like to have the latest thread info like this.

[img]<snip>[/img]

In the template Forumhome templates >> forumhome_forumbit_columncell

FIND
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>

ADD AFTER
$forum[lastpostinfo]

This will just show it the way it normally shows up on the regular index.

To play around with the positioning of the text, find the last poster information in the template forumhome_lastpostby

soundbarrierpro 04-29-2008 04:39 PM

It works, but it creates the status icon next to the last post info. Basically you have your "forum" icon, then below it, the thread icon with the post info.

ringleader 04-29-2008 05:30 PM

Quote:

Originally Posted by soundbarrierpro (Post 1502463)
It works, but it creates the status icon next to the last post info. Basically you have your "forum" icon, then below it, the thread icon with the post info.

Put it in its own div like this
<div>$forum[lastpostinfo]</div>

And then work with aligning the divs together.


All times are GMT. The time now is 06:46 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.01328 seconds
  • Memory Usage 1,760KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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