vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   CA Evo (unlimited color schemes, vbadvanced support) (https://vborg.vbsupport.ru/showthread.php?t=131631)

KevNJ 01-20-2007 05:31 PM

trying to get this to work with cmps but with no luck.

any help, seems the header, and navbar do not show...but the side image does.. also the navbar links do not go to the proper links.

CyberAlien 01-20-2007 05:35 PM

Looks like css isn't loaded properly. Try to enable option to use external css files.

KevNJ 01-20-2007 06:22 PM

Quote:

Originally Posted by CyberAlien (Post 1163627)
Looks like css isn't loaded properly. Try to enable option to use external css files.

Wheres that option ?

CyberAlien 01-20-2007 06:23 PM

vBulletin Options -> Style & Language Settings -> Store CSS Stylesheets as Files

KevNJ 01-20-2007 06:40 PM

got it thanks ! :D :up:

KevNJ 01-20-2007 07:33 PM

okay i got the images working.

but since im using vbadvanced cmps on my cmps page which is my main homepage/ index

the links are showing as

mysite.com/usercp.php
mysite.com/faq.php

i need to change then to
mysite.com/forums/usercp.php etc

but when i edit my navbar they wont change

any help ?

:confused:

CyberAlien 01-20-2007 07:39 PM

In header, navbar and footer templates add /forums/ at the beginning of all links, so it would look like <a href="/forums/whatever.php

adnedarn 01-20-2007 07:55 PM

CyberAlien, can you please give me details on how to assign fixed width to last 4 table cells? I still havn't figured this out... ???
Thanks

CyberAlien 01-20-2007 08:08 PM

Replace that code with something like this:
Code:

        <tr align="center">
          <td class="thead" width="30">&nbsp;</td>
          <td class="thead" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td>
          <td class="thead" width="275" nowrap="nowrap">$vbphrase[last_post]</td>
          <td class="thead" width="150" nowrap="nowrap">$vbphrase[threads]</td>
          <td class="thead" width="150" nowrap="nowrap">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead" width="150" nowrap="nowrap">$vbphrase[moderator]</td>
          </if>
        </tr>


adnedarn 01-20-2007 08:28 PM

ohhh Okay- a width of 50 for the bottom 3 seems to be perfect. Thanks again!


All times are GMT. The time now is 10:11 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.01424 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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