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)

rasputin 10-15-2007 08:17 AM

Quote:

Originally Posted by Ultima07 (Post 1302213)
There's some flaws with this, even though it works. The icon wont change to unread or the other way around unless you CLICK ON THE CATEGORY name. Even if you click on a thread inside the cateogry (from the main page), it will stay the same icon (as unread).

Also this is have an affect with the sub forums too.


I have the same problem!

Any suggestion?

Kwikms 10-15-2007 10:43 AM

I use this mod in my forum for quite a long time and like it very much :) Actually, I modified it to show other custom infos for every forum as well.

http://www.fehler-im-film.de/forum/f...play.php?f=389

You can see the images, but also "IMDB", "OFDB" and "Kino.de" custom links.

I added a field "Kinostart" (theatrical release) which has the date. But the format is english. I tried to get the german format without any success.

What I tried so far is

Code:

if ($forum['subinfos'] == 'kinostart')
{
$forum['customsubinfos'] = date("d.m.Y", strtotime($forum['kinostart']));
}

But then it is just empty.

Any ideas how to convert the date?

Kwikms 10-15-2007 10:47 AM

And another thing :)

I activated the option to show the forum infos on the forumdisplay with no subs also

http://www.fehler-im-film.de/forum/f...splay.php?f=53
(Herr der Ringe - Die Gef?hrten 2001; R: Peter Jackson; Mit: Noel Appleby, Sean Astin, Sala Baker, u.v.a. in this case).

I want to show the custom icon there as well but didnt get it to work. How can I do that?

jolinary 10-15-2007 01:45 PM

Very nice hack :) thx u :)

compatible for vb 3.6.8

rasputin 10-24-2007 10:01 PM

Quote:

Originally Posted by Ultima07 (Post 1302213)
There's some flaws with this, even though it works. The icon wont change to unread or the other way around unless you CLICK ON THE CATEGORY name. Even if you click on a thread inside the cateogry (from the main page), it will stay the same icon (as unread).

Also this is have an affect with the sub forums too.

ANY SUGGESTION FOR THIS PROBLEM? IS IMPORTANT!

BelMaseto 11-07-2007 10:17 PM

Just I've moved my board to a subfolder in public_html, and Custom Status Icons seems don't find the images now: I must edit manually the location of each image to include the path of the new subfolder.

Am I missing something ?

powerbook 11-24-2007 11:23 PM

Hi,

There doesn't seem there is much action in this forum but I'll try in anycase..

When you have more than one style active is there a way of making each style having it's own forum icons?

Thanks

Pete C 11-26-2007 01:00 PM

Quote:

Originally Posted by powerbook (Post 1388883)

When you have more than one style active is there a way of making each style having it's own forum icons?

Thanks

If you're using this particular hack, I would suggest that you just edit the forumhome_forumbit_level1_post template & the forumhome_forumbit_level2_post template, for each of the styles you want the modification to work on.

Audentio 01-27-2008 11:44 PM

Does this work with 3.7? :)

leannet 04-03-2008 10:09 AM

I do not have this
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>

I have <td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>

Is that the same thing, is there a reason my code is different?


All times are GMT. The time now is 08:17 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.01231 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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