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

Reply
 
Thread Tools
Shine - Professional style in black/yellow Details »»
Shine - Professional style in black/yellow
Version: 1.02, by Ohiosweetheart Ohiosweetheart is offline
Developer Last Online: Jul 2011 Show Printable Version Email this Page

Version: 3.7.3 Rating:
Released: 07-01-2008 Last Update: 10-04-2008 Installs: 25
Uses Plugins Template Edits
Additional Files  
No support by the author.

Shine, one of my more popular themes, has been upgraded, and re-designed a bit, for 3.7.2. Shine offers you -
  1. A built-in left side column
  2. separated forum categories
  3. Valid XHTML 1.0 Transitional

Installation Instructions -
  1. Click on the "Install" button on the right of this post, then download the zip file to your computer and extract it (I put it on my desktop, it's easier to remember where I put it!).
  2. Open your ftp client to your server. Go to your forum's images folder, open it, and create a styles folder.
  3. Next, upload the Shine folder via FTP to your server, into the styles folder, so that your image path is images/styles/shine/buttons, for example.
  4. After you've uploaded the folder, open your admin control panel on your forum, and import the xml file, by going to Styles & Templates > Download / Upload styles > Import Style XML File.
  5. Click on the Browse button, locate the xml file for shine, and double-click it, so it loads in that box, then hit the Import button.
The left-side column is located in the forumhome template. Scroll down to $navbar, and just under that you'll see the commenting for the side column. The title goes in the title block, of course, and your code goes where you see Enter your code, text, image here. NOTE, this side column is for forumhome only. It will not work on every page, and I don't plan to make one that does.

You'll find a blank logo in PNG format, for easy customizing.


Enjoy!

Show Your Support

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

Comments
  #32  
Old 07-08-2008, 03:20 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by verino View Post
sorry, but the alignment problem in forumhome still occur, how to fix the width ?
Very strange. I looked at it on both my forums after re-importing the xml, and it works fine.


Check your forumdisplay template and forumhome_forumbit_level1_nopost templates and be sure that this code is there. It is there in the xml, I just looked.

Code:
<td class="thead" width="3%">&nbsp;</td>
      <td class="thead" width="65%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="20%">$vbphrase[last_post]</td>
      <td class="thead" width="5%">$vbphrase[threads]</td>
      <td class="thead" width="5%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="0%">$vbphrase[moderator]</td>
      </if>
If this is correct in both templates, try clearing your browser cache, and emptying your temp files.
Reply With Quote
  #33  
Old 07-08-2008, 03:43 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your styles are so very nice, 5 Stars+++++++++
Reply With Quote
  #34  
Old 07-08-2008, 04:47 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank ya sweetie
Reply With Quote
  #35  
Old 07-09-2008, 03:09 AM
verino verino is offline
 
Join Date: May 2008
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohiosweetheart View Post
Very strange. I looked at it on both my forums after re-importing the xml, and it works fine.


Check your forumdisplay template and forumhome_forumbit_level1_nopost templates and be sure that this code is there. It is there in the xml, I just looked.

Code:
<td class="thead" width="3%">&nbsp;</td>
      <td class="thead" width="65%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="20%">$vbphrase[last_post]</td>
      <td class="thead" width="5%">$vbphrase[threads]</td>
      <td class="thead" width="5%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="0%">$vbphrase[moderator]</td>
      </if>
If this is correct in both templates, try clearing your browser cache, and emptying your temp files.
Hi

Here's the code in the template :

Forumdisplay :

Quote:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<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>
</thead>
$forumbits
</table>
Forumhome_forumbit_level1_nopost :

Quote:
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="35">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead" width="65">$vbphrase[threads]</td>
<td class="thead" width="65">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>
</if>
</tr>
Should I replace that with the one you give above ?

Thank's
Reply With Quote
  #36  
Old 07-09-2008, 03:54 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes definitely replace it, in both templates.

replace this part only (it is identical in both templates) -

Code:
       <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>

with this -
Code:
 
      <td class="thead" width="3%">&nbsp;</td>
      <td class="thead" width="65%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="20%">$vbphrase[last_post]</td>
      <td class="thead" width="5%">$vbphrase[threads]</td>
      <td class="thead" width="5%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="0%">$vbphrase[moderator]</td>
      </if>
Reply With Quote
  #37  
Old 07-09-2008, 03:56 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I checked the xml in this download zip and the correct code is there.
Reply With Quote
  #38  
Old 07-09-2008, 04:19 PM
yaoren's Avatar
yaoren yaoren is offline
 
Join Date: May 2007
Location: Maryland, USA
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice skin, downloaded to try out on my forum, thanks!

Plan to use it since I really love it although I have a quick simple question. For some reason the whos_online gif isn't showing up for a couple hacks that would normally use it. I know this is most likely a really easy fix and I've done it before but right this second I can't figure out how to fix the issue. Any help?
Reply With Quote
  #39  
Old 07-10-2008, 04:06 AM
verino verino is offline
 
Join Date: May 2008
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohiosweetheart View Post
I checked the xml in this download zip and the correct code is there.
yes but the error still there.

strange .......... for now i uninstall this, until further checking

nice skin though

just a thought, is it possible to make it fixed rather than fluid ?
Reply With Quote
  #40  
Old 07-12-2008, 02:54 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry it's not working for you. I've tried to duplicate the problem and can't, so I don't know what else to do.

You would have to make it fixed.
Reply With Quote
  #41  
Old 07-12-2008, 02:57 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yaoren View Post
Nice skin, downloaded to try out on my forum, thanks!

Plan to use it since I really love it although I have a quick simple question. For some reason the whos_online gif isn't showing up for a couple hacks that would normally use it. I know this is most likely a really easy fix and I've done it before but right this second I can't figure out how to fix the issue. Any help?
I believe that the whos_online image for this theme is saved in .png format, rather than gif. Just looked better.

I know which hacks you're talking about. I've had to open the xml file, locate the image, and change it from .gif to .png. for it to show up. You'll need to do the same.
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 11:16 PM.


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.04610 seconds
  • Memory Usage 2,324KB
  • 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
  • (4)bbcode_code
  • (6)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
  • (4)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