Customers SupportDocumentation




Reply
 
Thread Tools
  #1  
Old 05-06-2008, 11:18 AM
Member
 
Join Date: Jun 2008
Posts: 9
Bug in red carbon 3.7.1

This's happend if we are using FireFox browsers

Internet Explorer and Opera is running well..

Need update ASAP
Attached Thumbnails
Bug in red carbon 3.7.1-report_red_carbon_skin_error.jpg  
Reply With Quote
  #2  
Old 05-06-2008, 11:52 AM
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
Re: Bug in red carbon 3.7.1

Hello,

This happens when the overall width of the forum is too small to accomidate all the navigation items. (I'm assuming you've changed the default value). I recommend you use the two tier navigation system we've intergrated to avoid such problems. (Check the demo forum for example and the documentation for instructions).
Reply With Quote
  #3  
Old 05-06-2008, 11:55 AM
Member
 
Join Date: Jun 2008
Posts: 9
Re: Bug in red carbon 3.7.1

I didn't change anythink..

Do you have any wide xml ? by default it's using 1024 resolution?
Reply With Quote
  #4  
Old 05-06-2008, 12:32 PM
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
Re: Bug in red carbon 3.7.1

Quote:
Do you have any wide xml ?
We have instructions here of how to change the width of the forum.

Quote:
by default it's using 1024 resolution?
Our styles are designed to be flexible and work with resolutions of 1024 X 780 and upwards.

Maybe I've misunderstood somthing?
Reply With Quote
  #5  
Old 11-06-2008, 03:58 PM
Member
 
Join Date: Jun 2008
Posts: 9
Re: Bug in red carbon 3.7.1

Hi,

If i turned on vBulletin Options -> Forum Listings Display -> Show Moderator Column, all thread disappear.

Onother think is, Multi Quote button doesn't seems different if we click it?
Reply With Quote
  #6  
Old 11-06-2008, 09:34 PM
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
Re: Bug in red carbon 3.7.1

Hello,

This was a reported bug and fixed in our latest release.

A manual fix:

In the forumhome_forumbit_level1_nopost template

Replace:

Code:
<if condition="$vboptions['showmoderatorcolumn']">
    <tr align="center">
      <td width="5%" class="thead">&nbsp;</td>
      <td width="40%" class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
      <td width="25%" class="thead">$vbphrase[last_post]</td>
      <td width="10%" class="thead">$vbphrase[threads]</td>
      <td width="10%" class="thead">$vbphrase[posts]</td>
      <td width="10%" class="thead">$vbphrase[moderator]</td>
    </tr>
    <else />
       <tr align="center">
      <td width="5%" class="thead">&nbsp;</td>
      <td width="50%" class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
      <td width="25%" class="thead">$vbphrase[last_post]</td>
      <td width="10%" class="thead">$vbphrase[threads]</td>
      <td width="10%" class="thead">$vbphrase[posts]</td>
    </tr>
   $childforumbits
</tbody>
</if>
With:

Code:
<if condition="$vboptions['showmoderatorcolumn']">
    <tr align="center">
      <td width="5%" class="thead">&nbsp;</td>
      <td width="40%" class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
      <td width="25%" class="thead">$vbphrase[last_post]</td>
      <td width="10%" class="thead">$vbphrase[threads]</td>
      <td width="10%" class="thead">$vbphrase[posts]</td>
      <td width="10%" class="thead">$vbphrase[moderator]</td>
    </tr>
   $childforumbits
</tbody>
    <else />
       <tr align="center">
      <td width="5%" class="thead">&nbsp;</td>
      <td width="50%" class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
      <td width="25%" class="thead">$vbphrase[last_post]</td>
      <td width="10%" class="thead">$vbphrase[threads]</td>
      <td width="10%" class="thead">$vbphrase[posts]</td>
    </tr>
   $childforumbits
</tbody>
</if>
Quote:
Onother think is, Multi Quote button doesn't seems different if we click it?
It does change though I agree it isn't as obvious as it could be. I'll release a update for this.

Last edited by admin; 11-06-2008 at 09:36 PM.
Reply With Quote
Reply

Thread Tools



All times are GMT. The time now is 10:25 PM.