Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Light Style Details »»
Light Style
Version: 1.00, by Nutz Nutz is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-25-2006 Last Update: Never Installs: 113
 
No support by the author.

Light Style

Notes
I would include the PSD's used to make the skin but PS crashed before I saved them :|
I have removed the tcat collapse buttons from forumhome, and IM icons from the normal postbit because they did not fit the stye I was going for.
There are 2 .xml files in the zip; the one with 'X' at the end had a table width of 100% set and the file with out has a width of 750px (you can always change this in the header template)
You free to use this on your forums and the rest of your site as long as you retain the copyright notice at the bottom

Installation
  • Unzip ?fromBasics_Light? and upload the files in the upload folder to the correct places.
  • Log into your Admin control panel.
  • In 'Styles & Templates' Go to 'Styles & Templates' and Import Style XML File.

Enjoy!

And please don't forget to click Install!


For information on removing the copyright notice contact me via PM.

Thanks.
Copyright Mathew Summerfield [www.frombasics.com]

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 03-26-2006, 03:59 PM
nestoras's Avatar
nestoras nestoras is offline
 
Join Date: Aug 2005
Location: Greece
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well i replace it but your logo is still there!
Reply With Quote
  #13  
Old 03-26-2006, 04:26 PM
nestoras's Avatar
nestoras nestoras is offline
 
Join Date: Aug 2005
Location: Greece
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok done!thanks
Reply With Quote
  #14  
Old 03-26-2006, 04:41 PM
Oddjob Oddjob is offline
 
Join Date: Jan 2006
Location: Long Island, NY
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edited, -- Nevermind.
Reply With Quote
  #15  
Old 03-26-2006, 05:09 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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??
Reply With Quote
  #16  
Old 03-26-2006, 06:57 PM
Nutz's Avatar
Nutz Nutz is offline
 
Join Date: Aug 2004
Location: United Kingdom
Posts: 436
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thanks,
Mat
Reply With Quote
  #17  
Old 03-26-2006, 08:46 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #18  
Old 03-26-2006, 11:14 PM
Nutz's Avatar
Nutz Nutz is offline
 
Join Date: Aug 2004
Location: United Kingdom
Posts: 436
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry its 'forumhome_forumbit_level2_post'

Thanks,
Mat
Reply With Quote
  #19  
Old 03-26-2006, 11:29 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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" />
Reply With Quote
  #20  
Old 03-26-2006, 11:38 PM
Nutz's Avatar
Nutz Nutz is offline
 
Join Date: Aug 2004
Location: United Kingdom
Posts: 436
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thanks,
Mat

PS: Please click the install button
Reply With Quote
  #21  
Old 03-27-2006, 12:29 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:25 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.04466 seconds
  • Memory Usage 2,301KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete