vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   help changing some code (https://vborg.vbsupport.ru/showthread.php?t=111337)

Smiry Kin's 03-25-2006 06:28 PM

help changing some code
 
1 Attachment(s)
how i change these icons to say e.g New Posts or No New Posts ( in text )

i've seen it on another forum some where but complete lost it :(

Cheers!

GTAce 03-25-2006 06:56 PM

The easiest way, in my opinion, would be to create some images with the right color background and text on them that just says "New Posts" and "No New Posts" and then replace the

/statusicon/forum_new.gif

and

/statusicon/forum_old.gif

images with these new ones. You could also go through and do this using actual text by modifying the templates themselves, but this would take longer...I believe that would be in the forumbit templates.

Smiry Kin's 03-25-2006 07:32 PM

Quote:

Originally Posted by GTAce
The easiest way, in my opinion, would be to create some images with the right color background and text on them that just says "New Posts" and "No New Posts" and then replace the

/statusicon/forum_new.gif

and

/statusicon/forum_old.gif

images with these new ones. You could also go through and do this using actual text by modifying the templates themselves, but this would take longer...I believe that would be in the forumbit templates.

really want the text there tho >.< thanks for your help

any help pls??

Freesteyelz 03-26-2006 05:56 AM

Just as GTAce specified in the second part to his answer. Go to templates:

forumhome_forumbit_level1_post and forumhome_forumbit_level2_post

Find:

Code:

<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
And replace that with your text. :)

Smiry Kin's 03-26-2006 03:15 PM

Quote:

Originally Posted by Freesteyelz
Just as GTAce specified in the second part to his answer. Go to templates:

forumhome_forumbit_level1_post and forumhome_forumbit_level2_post

Find:

Code:

<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
And replace that with your text. :)

doesnt seem to do anything?....

Freesteyelz 03-26-2006 07:12 PM

It should work. Can you provide the template location and code you've inserted?


All times are GMT. The time now is 08:16 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.00990 seconds
  • Memory Usage 1,721KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete