vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   Light Style (https://vborg.vbsupport.ru/showthread.php?t=111356)

nestoras 03-26-2006 03:59 PM

well i replace it but your logo is still there!

nestoras 03-26-2006 04:26 PM

ok done!thanks

Oddjob 03-26-2006 04:41 PM

Edited, -- Nevermind.

Smiry Kin's 03-26-2006 05:09 PM

Quote:

Originally Posted by Nutz
You can find the New Post icons in the images folder named 'fB_Light/statusicon'. Just replace the images in there with the ones you want.

yeh :S but how to make it use text?? must be simple. im just looking in the wrong places??

Nutz 03-26-2006 06:57 PM

Oh. You can edit that in the 'forumhome_forumbit_level1_post' template :)

Thanks,
Mat

Smiry Kin's 03-26-2006 08:46 PM

Quote:

Originally Posted by Nutz
Oh. You can edit that in the 'forumhome_forumbit_level1_post' template :)

Thanks,
Mat

matt, i've tried to change the image code, but nout happens? what i doing wrong? :(

also dude, any chance in making a psd?? just for added on buttons n stuff :s also logo etc etc?... possible to modify the dark skin you got? wish i was good with PS, lol

Nutz 03-26-2006 11:14 PM

Sorry its 'forumhome_forumbit_level2_post' :D

Thanks,
Mat

Smiry Kin's 03-26-2006 11:29 PM

bah i aint got a clue what to edit it to!?

what ever i try it just says no new posts. even with forums with new posts!! :(:( help dude! pweese, btw it looks so good in this style :P

also the code im removing and replace with the text is :

Code:

<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />

Nutz 03-26-2006 11:38 PM

OK.

## FIND ##
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" />
##########

## REPLACE WITH ##
<if condition="$forum[statusicon] == 'new' ">
#New Post Text#
<else />
#Old Post Text#
</if>
###################

That should get you started :)
Just note that there can be 5 types of $forum[statusicon]
  • new - New Post
  • old - No New Posts
  • old_lock - No New Posts and Locked
  • new_lock - New Posts and Locked
  • link - the forum is a link

So you can add condictions for each eg.
<if condition="$forum[statusicon] == 'old_lock' ">
#Old Locked Text#
</if>

Hope that helps :D

Thanks,
Mat

PS: Please click the install button :D

Smiry Kin's 03-27-2006 12:29 AM

thanks dude was thinking if i gotta use the else command, but theres another template with the nopost etc? was well confusing :S lol cheers bud

oh edit.

wot about code for changing colour size etc??

just <font size=#> wrap around?


All times are GMT. The time now is 01:59 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.02049 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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