vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Clean Blue (https://vborg.vbsupport.ru/showthread.php?t=171410)

hima85222 05-29-2008 02:31 PM

As the 3.7.1 version is out, will you update the style ?

Skierpetros 05-29-2008 04:29 PM

when you will update to 3.7.1?

Kinneas 05-30-2008 01:06 PM

Brilliant Style as I've said before, still using it and have no intention of changing it :)

Just thought I'd bring a couple of bugs to your attention.

In navbar, your Welcome phrase doesn't have a link to the URL for your username, which was a change done in 3.7.

To fix this, in navbar, find:
Code:

<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />

Replace with:
Code:

<strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong><br />

Also, in FORUMHOME, the collapse button for "Who's Online" is wrong, and collapses the "Upcoming Events" bit instead.

To fix this, in FORUMHOME, find:
Code:

                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
                        <a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
                </td>


Replace with:
Code:

                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
                        <a href="online.php$session[sessionurl_q]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
                </td>


Once again, thanks for this fantastic style :)

HaYLaZ 05-30-2008 02:30 PM

Quote:

Originally Posted by Kinneas (Post 1536208)
Brilliant Style as I've said before, still using it and have no intention of changing it :)

Just thought I'd bring a couple of bugs to your attention.

In navbar, your Welcome phrase doesn't have a link to the URL for your username, which was a change done in 3.7.

To fix this, in navbar, find:
Code:

<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />

Replace with:
Code:

<strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong><br />

Also, in FORUMHOME, the collapse button for "Who's Online" is wrong, and collapses the "Upcoming Events" bit instead.

To fix this, in FORUMHOME, find:
Code:

                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
                        <a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
                </td>


Replace with:
Code:

                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
                        <a href="online.php$session[sessionurl_q]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
                </td>


Once again, thanks for this fantastic style :)


Thanks for your help reply.

As soon as possible I will update style for vbulletin 371 version.

Skierpetros 05-30-2008 03:22 PM

now what i do to make the template work with 3.7.1 without losing my modifications on it?

PHILIPS-08 05-30-2008 04:16 PM

http://i30.tinypic.com/1zqslsm.gif

after i install this style i got my forum like this http://i30.tinypic.com/1zqslsm.gif

please any one tell me how to fix that thanx in advance

PHILIPS-08 05-31-2008 09:05 AM

any one

hima85222 06-01-2008 09:51 AM

will you update the style

HaYLaZ 06-01-2008 08:41 PM

Quote:

Originally Posted by Skierpetros (Post 1536319)
now what i do to make the template work with 3.7.1 without losing my modifications on it?

Yes you can. Because ı will write here upgraded xml and codes for manual upgrade.

Quote:

Originally Posted by PHILIPS-08 (Post 1536366)
http://i30.tinypic.com/1zqslsm.gif

after i install this style i got my forum like this http://i30.tinypic.com/1zqslsm.gif

please any one tell me how to fix that thanx in advance

Which version are you using?

Quote:

Originally Posted by hima85222 (Post 1537685)
will you update the style

As soon as possible may be tomorrow

Sym0n 06-02-2008 03:17 PM

Quote:

Originally Posted by HaYLaZ (Post 1514890)
styles&templates>cleanblue>main css customize hover sections your choice (underline or none) you can change link color too

HaYLaZ, I've followed your directions for changing the colour of links, as above, but this is changing all links on the entire forum. What I'd like to do is just have the links within threads a different colour and underlined. Is there anyway to achieve this?

Thanks

Sy


All times are GMT. The time now is 01:09 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.02240 seconds
  • Memory Usage 1,754KB
  • 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
  • (8)bbcode_code_printable
  • (5)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