Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles

Reply
 
Thread Tools
Future Web 2.0 Details »»
Future Web 2.0
Version: 1.00, by Sofia Sofia is offline
Developer Last Online: Aug 2012 Show Printable Version Email this Page

Version: 3.8.x Rating:
Released: 06-02-2009 Last Update: 06-02-2009 Installs: 454
Re-useable Code Translations  
No support by the author.

Future Web 2.0



Blue, Black and White








Forumhome




Nav Buttons with Rollover and PM Box



Forumdisplay




Statusicon




Showthread






How to add a button in the navbar?

1. Create your button with the PSD (in the zip).
You must create 2 images : normal and over : titleimage_normal.gif and titleimage_over.gif

2. In your template "header",
Find:

HTML Code:
<!-- CALENDAR -->

<td width="61" style="vertical-align: bottom;"><a href="calendar.php$session[sessionurl_q]"><img src="images/future/misc/calendar_nav.gif" border="0" overSrc="images/future/misc/calendar_over.gif" clickSrc="images/future/misc/calendar_over.gif"></a></td>

<!-- / CALENDAR -->
Add below:

Code:
<!-- YOUR IMAGE -->

<td width="61" style="vertical-align: bottom;"><a href="your_link"><img src="images/future/misc/titleimage_nav.gif" border="0" overSrc="images/future/misc/titleimage_over.gif" clickSrc="images/future/misc/titleimage_over.gif"></a></td>

<!-- / YOUR IMAGE -->
Replace "your_link" and "titleimage" in this code.

If you want to add button "blog", read this: https://vborg.vbsupport.ru/showthrea...highlight=blog and my previous code.


vBadvanced:
Copy and paste future folder to http://www.yoursite.com/images/future/


Please click INSTALL if you like this style.

Enjoy !

Download Now

File Type: zip Future - Web 2.0.zip (505.6 KB, 1226 views)

Screenshots

File Type: jpg profile.jpg (66.2 KB, 0 views)
File Type: png forumdisplay.png (48.9 KB, 0 views)
File Type: png forumhome.png (79.2 KB, 0 views)
File Type: png global.png (107.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Achromat

Comments
  #22  
Old 06-13-2009, 10:54 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I see your code and you use tags <h4> !!!
Reply With Quote
  #23  
Old 06-13-2009, 11:19 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>?
Reply With Quote
  #24  
Old 06-13-2009, 11:46 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #25  
Old 06-14-2009, 12:11 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hummm... Probably a mod. Try to disable nthe hook system in your vb options.
Reply With Quote
  #26  
Old 06-14-2009, 04:23 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?

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...?
Reply With Quote
  #27  
Old 06-14-2009, 04:30 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bubble #5 View Post
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?

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.
Reply With Quote
  #28  
Old 06-14-2009, 08:43 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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"
Reply With Quote
  #29  
Old 06-14-2009, 08:45 PM
leonidas31 leonidas31 is offline
 
Join Date: Jan 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you sofia , simple et moderne bravo
Reply With Quote
  #30  
Old 06-14-2009, 10:09 PM
ToUFiK_881 ToUFiK_881 is offline
 
Join Date: Apr 2009
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sofia can you help me
i have probleme in this style look at the pictur
Reply With Quote
  #31  
Old 06-14-2009, 10:25 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ToUFiK_881 View Post
Sofia can you help me
i have probleme in this style look at the pictur
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
Reply With Quote
Reply

Thread Tools

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 05:22 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.04560 seconds
  • Memory Usage 2,357KB
  • Queries Executed 26 (?)
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
  • (5)bbcode_code
  • (3)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete