Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Super Stylish 2009 3.8.4 + Psd files ** New Details »»
Super Stylish 2009 3.8.4 + Psd files ** New
Version: 1.00, by rageedo rageedo is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.8.4 Rating:
Released: 09-27-2009 Last Update: Never Installs: 12
 
No support by the author.

Super Stylish 2009 3.8.4 + Psd files

**:: Name: Super Stylish 2009
**:: Version: 3.8.4
**:: Language : English
**:: Developer: heandshe2.com
**:: Published: 2009
**:: Demo :
Demo


How do I install the Style?

See the how to install.txt file in the Attachments


How to edit Link 1 - Links 7 in the Navbar?

Styles & Templates > Search in Templates > navbar >

Search for <!-- nav buttons bar2 -->


PLEASE click "Mark as Installed" , if you like it

Download Now

File Type: zip super_stylish_2009.zip (1.10 MB, 251 views)

Screenshots

File Type: jpg super_stylish.jpg (88.8 KB, 0 views)
File Type: jpg super_stylish2.jpg (67.8 KB, 0 views)
File Type: jpg super_stylish3.jpg (251.9 KB, 0 views)
File Type: jpg super_stylish4.jpg (75.9 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 10-08-2009, 08:20 AM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still there.
Code:
<!-- Ramen 1 -->

<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr> 
<td >
<img src="images/styles/super_stylish/oben_l.gif" border="0"></td>
<td align="center" background="images/styles/super_stylish/oben_bg.gif" width="100%" colspan="<if condition="$vboptions[showmoderatorcolumn]">
<p align="center">6<else />5</if>">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" style="text-decoration: none"/></a>
		
	<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" style="text-decoration: none">
		<font color="#3c5586" size="2">$forum[title]</font></a>	
		</td>
<td><img src="images/styles/super_stylish/oben_r.gif" border="0"></td></tr></tbody></table>

<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>

<td style="background: transparent url(images/styles/super_stylish/mitte_r.gif) repeat-y scroll right center; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" >
<img src="images/styles/super_stylish/mitte_r.gif" border="0"></td>
<td width="100%"> 
<table align="center" border="0" cellpadding="3" cellspacing="3" width="100%" bgcolor="#e4eeff">
<tbody><tr>
<td>
<!-- /Ramen 1 --> 


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
    <tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="175">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
    </tr>
$childforumbits
</tbody>
</if>
</table>

<!-- Ramen 2 -->
</center></td> </tr> </tbody></table>
</td>

<td style="background: transparent url(images/styles/super_stylish/mitte_l.gif) repeat-y scroll left center; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">
<img src="images/styles/super_stylish/mitte_l.gif" border="0"></td></tr></tbody></table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> 
<tbody><tr><td><img src="images/styles/super_stylish/unten_l.gif" border="0"></td> <td background="images/styles/super_stylish/unten_bg.gif" width="100%"></td>
<td><img src="images/styles/super_stylish/unten_r.gif" border="0"></tr></table>
<!-- Ramen 2 -->
<br>
Reply With Quote
  #13  
Old 10-08-2009, 08:26 AM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What I did was this
Code:
<p align="center">6<else />5</if>">
Changed to this.
Code:
<p align="center"><else />5</if>
And it took it away. But now it has a line going throught it. It nees to go down a bit.
Reply With Quote
  #14  
Old 10-08-2009, 08:39 AM
rageedo rageedo is offline
 
Join Date: Aug 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

correct :up:
Reply With Quote
  #15  
Old 10-08-2009, 08:56 AM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rageedo View Post
correct :up:
I added something else to get it where there was not a line through it.
Code:
<p align="center">&nbsp;<else />5</if>
Looks good now. thank you.
Reply With Quote
  #16  
Old 10-08-2009, 09:09 AM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No big deal, but for some reason it does not work in the "What's going on?" area at the bottom of the forum.
Reply With Quote
  #17  
Old 10-08-2009, 09:53 AM
rageedo rageedo is offline
 
Join Date: Aug 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

search in the forumhome template and do the same there
Reply With Quote
  #18  
Old 10-08-2009, 11:41 AM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rageedo View Post
search in the forumhome template and do the same there
Will do! thank you.
Reply With Quote
  #19  
Old 10-08-2009, 12:38 PM
BigDog56 BigDog56 is offline
 
Join Date: Jan 2007
Posts: 430
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tried about 20 different things and I can't get it to work.
Reply With Quote
  #20  
Old 10-09-2009, 12:17 PM
rageedo rageedo is offline
 
Join Date: Aug 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

post your forumhome template please.
Reply With Quote
  #21  
Old 11-12-2009, 10:38 AM
rageedo rageedo is offline
 
Join Date: Aug 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved
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 01:51 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04867 seconds
  • Memory Usage 2,341KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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
  • (5)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete