vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Shine - Professional style in black/yellow (https://vborg.vbsupport.ru/showthread.php?t=184183)

Ohiosweetheart 07-08-2008 03:20 PM

Quote:

Originally Posted by verino (Post 1569945)
sorry, but the alignment problem in forumhome still occur, how to fix the width ? :D

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.

Shazz 07-08-2008 03:43 PM

Your styles are so very nice, 5 Stars+++++++++

Ohiosweetheart 07-08-2008 04:47 PM

Thank ya sweetie :D

verino 07-09-2008 03:09 AM

Quote:

Originally Posted by Ohiosweetheart (Post 1570143)
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

Ohiosweetheart 07-09-2008 03:54 PM

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>


Ohiosweetheart 07-09-2008 03:56 PM

I checked the xml in this download zip and the correct code is there.

yaoren 07-09-2008 04:19 PM

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?

verino 07-10-2008 04:06 AM

Quote:

Originally Posted by Ohiosweetheart (Post 1571118)
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 :confused:

nice skin though ;)

just a thought, is it possible to make it fixed rather than fluid ?

Ohiosweetheart 07-12-2008 02:54 AM

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.

Ohiosweetheart 07-12-2008 02:57 AM

Quote:

Originally Posted by yaoren (Post 1571140)
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.


All times are GMT. The time now is 04:30 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.01260 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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