vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Future Web 2.0 (https://vborg.vbsupport.ru/showthread.php?t=215236)

Sofia 06-13-2009 10:54 PM

I see your code and you use tags <h4> !!! ;)

Bubble #5 06-13-2009 11:19 PM

Reimported new xml. Same problem. I just turned on the style chooser so you can switch back and forth from original (Future) to the new one I just uploaded (future 2).

Where is <h4>?

Bubble #5 06-13-2009 11:46 PM

I looked at the source and found this:

Code:

<td class="tcat"><h4>Welcome to Radar Facts.</h4></td>
The only problem is we didn't add that, and when I search for <h4> in the templates it comes up with nothing. I also looked at the phrase welcome_to_the_x but h4 is not there either :(

Also found another h4 here:

Code:

<td class="tcat" width="100%"><h4>Threads in Forum<span class="normal"> : Main Forum</span></h4></td>
We didn't add that one either.

Where or how could it be picking these <h4> up?

Sofia 06-14-2009 12:11 PM

hummm... Probably a mod. Try to disable nthe hook system in your vb options.

Bubble #5 06-14-2009 04:23 PM

It was another skin that was causing it. The vbseo skin. I deleted the skin and all is back to normal. THANK YOU for helping me locate it :)

I just have 2 other small questions and I should be good to go. On the main forumhome and in thread view there is a post icon pictured. The same icon gets pictured at the top of the thread when you make a new thread. None of mine are showing up. I already know that it's an address problem. When I right click on the icon and look at the address it says /images/icons/icon1.gif. It should say /images/future/icons/icon1.gif. The icons ARE showing up in the ACP in the Post Icon Manager. I see no other place to set the address for these icons. Where else can I fix the address for the icons?:confused:

Also what is ca_morpheus?

Under Additional CSS Definitions, it says an image is in

Code:

.bbcode-header {
        background: #E0E0E0 url(images/ca_morpheus/misc/bg_bbcode.gif)

...but there is no ca_morpheus folder...?

Sofia 06-14-2009 04:30 PM

Quote:

Originally Posted by Bubble #5 (Post 1829614)
It was another skin that was causing it. The vbseo skin. I deleted the skin and all is back to normal. THANK YOU for helping me locate it :)

I just have 2 other small questions and I should be good to go. On the main forumhome and in thread view there is a post icon pictured. The same icon gets pictured at the top of the thread when you make a new thread. None of mine are showing up. I already know that it's an address problem. When I right click on the icon and look at the address it says /images/icons/icon1.gif. It should say /images/future/icons/icon1.gif. The icons ARE showing up in the ACP in the Post Icon Manager. I see no other place to set the address for these icons. Where else can I fix the address for the icons?:confused:

Also what is ca_morpheus?

Under Additional CSS Definitions, it says an image is in

Code:

.bbcode-header {
    background: #E0E0E0 url(images/ca_morpheus/misc/bg_bbcode.gif)

...but there is no ca_morpheus folder...?


CA-morpheus is an other style. This is a mistake, I'll fix this tomorrow.
For your other problem, I'll try to resolve it tonight.

Sofia 06-14-2009 08:43 PM

For the quote problem, delete in your additionnal css:

HTML Code:

.bbcode-start {
    border: solid 1px #BCBDC0;
    margin: 3px 20px 3px 20px;
}
.bbcode-header {
    background: #E0E0E0 url(images/ca_morpheus/misc/bg_bbcode.gif) top left repeat-x;
    border-bottom: solid 1px #BCBDC0;
    padding: 3px;
    color: #000000;
    font-size: 10px;
}
.bbcode-header .smallfont {
    font-size: 10px;
}
.bbcode-content {
    padding: 3px;
    background: #FFFFFF url(images/ca_morpheus/misc/bg_bbcode2.gif) top left repeat-x;
    color: #000000;
}
.bbcode-poster {
    color: #000000;
    padding-bottom: 4px;
    font-size: 12px;
}
.bbcode-poster strong {
    font-weight: normal;
    color: #000000;
}

Edit your template bbcode_quote and replace all your code by:

HTML Code:

<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
    <div class="smallfont" style="margin-bottom:2px">$vbphrase[quote]:</div>
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
    <tr>
        <td class="alt2" style="border:1px inset">
            <if condition="$show['username']">
                <div>
                    <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>
                    <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
                </div>
                <div style="font-style:italic">$message</div>
            <else />
                $message
            </if>
        </td>
    </tr>
    </table>
</div>

For your other problem (icons), it's because I don't use any post icons for this style. Post icons used are in the original folder. You must upload the original icons folder (vB) to "images/icons"

leonidas31 06-14-2009 08:45 PM

thank you sofia , simple et moderne bravo

ToUFiK_881 06-14-2009 10:09 PM

Sofia can you help me :(
i have probleme in this style look at the pictur
https://vborg.vbsupport.ru/

Sofia 06-14-2009 10:25 PM

Quote:

Originally Posted by ToUFiK_881 (Post 1829801)
Sofia can you help me :(
i have probleme in this style look at the pictur
http://www.nadorclub.com/list.jpg

AdminCP >> Styles & Templates >> Style Manager >> Future Web 2.0 - Main CSS (Go).

At the bottom of this page, find: Forum Jump Menu
Delete 'Transparent' for Font Color of Depth 1 Items


All times are GMT. The time now is 03:32 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.01046 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
  • (2)bbcode_html_printable
  • (2)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