vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Imagination Style - Multicolor ! (https://vborg.vbsupport.ru/showthread.php?t=214128)

Nadeemjp 05-24-2009 02:30 AM

hi sofia
i have blogs and vbexperience installed.
when i installed these styles, both blog and vbexperience are not showing in the navbar.
any help?

Sofia 05-24-2009 06:51 AM

Quote:

Originally Posted by Nadeemjp (Post 1816027)
ok sofia i dont know why but Green and DaerkBlue were not able to be used. but other choices like red turquoise and purple are not having trouble in link breaking.
now the only problem is how to change the font color of the logo in photoshop.
please can you tell me how to change it?

thankyou

Hi Nadeemjp.
You must use Photoshop to edit logo. PSD is included in the zip

Quote:

Originally Posted by mikey1991 (Post 1816039)
Okay, minor bug.

yourforum/images/gradients/Green

needs to be

yourforum/images/gradients/green

I'll fix this bug. Thank you.

Quote:

Originally Posted by mikey1991 (Post 1816041)
Hey sofia, You said we could request colours.

Could you possibly do a Crimson one? Like, along the lines of #CD0000 maybe?

Thanks alot.


Of course, Mikey. I can do it (tomorrow because today, I'm not here)

Quote:

Originally Posted by Nadeemjp (Post 1816069)
hi sofia
i have blogs and vbexperience installed.
when i installed these styles, both blog and vbexperience are not showing in the navbar.
any help?

You must edit header template. For blog, you can do this : https://vborg.vbsupport.ru/showthrea...ht=blog+navbar ;)

Sofia 05-24-2009 02:26 PM

1 Attachment(s)
Done! :)

See my screenshot. Tell me if it's ok, Mikey ;)

Sofia 05-24-2009 02:48 PM

Bug with Green Gradients fixed.

Nadeemjp 05-25-2009 06:11 AM

sofia, can you please guide me what codes should i add in the header template for the vbexperience or invite friends to be displayed in the navbar?

thank you

Nadeemjp 05-25-2009 06:14 AM

also, you gave me the link for blogs to be modified, thank you. but the thing is i submitted a support ticket in the vbulletin.com and they told me it is supposed to be visible by default.
in my other styles all the above three options cum buttons (vbexperience, blog, invite friends) is visible in the navbar by default and i never had to add them. but after installing imaginations, other stuff is fine but these three are not appearing.

i am sorry to bother you but i am not a technical person so i dont understand hwo to add these or how to make them appear in the navbar by default.

can you please help me?

Sofia 05-25-2009 07:23 AM

Quote:

Originally Posted by Nadeemjp (Post 1816667)
also, you gave me the link for blogs to be modified, thank you. but the thing is i submitted a support ticket in the vbulletin.com and they told me it is supposed to be visible by default.
in my other styles all the above three options cum buttons (vbexperience, blog, invite friends) is visible in the navbar by default and i never had to add them. but after installing imaginations, other stuff is fine but these three are not appearing.

i am sorry to bother you but i am not a technical person so i dont understand hwo to add these or how to make them appear in the navbar by default.

can you please help me?

Hello Nadeemjp.

Yes, but my style use Header template, that's why vbBlog and other don't show in your navbar. :)

In your header template,

Find and delete:


HTML Code:

<!-- nav buttons bar -->
<div style="0px">
    <table width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" border="0" width="100%" height="25" align="center">
    <tr align="center">
        <if condition="$show['member']">
            <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if>
        <if condition="$show['registerbutton']">
            <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
        </if>
        $template_hook[navbar_buttons_left]
        <td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
        <if condition="$show['communitylink'] AND $show['popups']">
            <td class="vbmenu_control"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
        <else />
            <if condition="$show['memberslist']">
                <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
            </if>
            <if condition="$show['quick_links_groups']">
                <td class="vbmenu_control"><a href="group.php?$session[sessionurl]">$vbphrase[social_groups]</a></td>
            </if>
        </if>
        <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
        <if condition="$show['popups']">
            <if condition="$show['searchbuttons']">
                <if condition="$show['member']">
                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
                <td class="vbmenu_control"><a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
            </if>
            <if condition="$show['member']">
                <td class="vbmenu_control"><a id="usercptools" href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
            </if>
        <else />
            <if condition="$show['searchbuttons']">
                <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                <if condition="$show['member']">
                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
            </if>
            <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
            <if condition="$show['member']">
                <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_contacts]</a></td>
            </if>
        </if>
        $template_hook[navbar_buttons_right]
        <if condition="$show['member']">
            <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
        </if>
        </tr>
    </table><div class="dcc"><div class="dcg"></div><div class="dcd"></div></div>
</div>
<!-- / nav buttons bar -->

<br />

In your template Navbar,

At the top of this template, add:

HTML Code:

<!-- nav buttons bar -->
<div style="0px">
    <table width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" border="0" width="100%" height="25" align="center">
    <tr align="center">
        <if condition="$show['member']">
            <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if>
        <if condition="$show['registerbutton']">
            <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
        </if>
        $template_hook[navbar_buttons_left]
        <td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
        <if condition="$show['communitylink'] AND $show['popups']">
            <td class="vbmenu_control"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
        <else />
            <if condition="$show['memberslist']">
                <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
            </if>
            <if condition="$show['quick_links_groups']">
                <td class="vbmenu_control"><a href="group.php?$session[sessionurl]">$vbphrase[social_groups]</a></td>
            </if>
        </if>
        <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
        <if condition="$show['popups']">
            <if condition="$show['searchbuttons']">
                <if condition="$show['member']">
                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
                <td class="vbmenu_control"><a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
            </if>
            <if condition="$show['member']">
                <td class="vbmenu_control"><a id="usercptools" href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
            </if>
        <else />
            <if condition="$show['searchbuttons']">
                <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                <if condition="$show['member']">
                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
            </if>
            <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
            <if condition="$show['member']">
                <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_contacts]</a></td>
            </if>
        </if>
        $template_hook[navbar_buttons_right]
        <if condition="$show['member']">
            <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
        </if>
        </tr>
    </table><div class="dcc"><div class="dcg"></div><div class="dcd"></div></div>
</div>
<!-- / nav buttons bar -->

<br />

:p

mikey1991 05-25-2009 08:46 AM

Quote:

Originally Posted by Sofia (Post 1816281)
Done! :)

See my screenshot. Tell me if it's ok, Mikey ;)

Perfect, thanks Sofia! :D

Nadeemjp 05-25-2009 10:27 AM

yahoooo............thank you so much sofia:)
u r an angel. i am so glad that the problem is solved:)
let me tell you that the styles you have created are the most finest ones so far i came across:)

you have been nice to support as well. really really glad that it worked and really glad to use these wonderful styles:)

appreciate your help a lot:)

thanx again:)

Sofia 05-25-2009 10:36 AM

Quote:

Originally Posted by Nadeemjp (Post 1816763)
yahoooo............thank you so much sofia:)
u r an angel. i am so glad that the problem is solved:)
let me tell you that the styles you have created are the most finest ones so far i came across:)

you have been nice to support as well. really really glad that it worked and really glad to use these wonderful styles:)

appreciate your help a lot:)

thanx again:)

Thank you, Nadeemjp :o

I'm glad that it works.

Soon : CA Evo for 3.8


All times are GMT. The time now is 01:43 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.01270 seconds
  • Memory Usage 1,832KB
  • 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
  • (2)bbcode_html_printable
  • (7)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