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)

webspider 04-29-2008 12:41 PM

Nice style. Could you make a matching "Groan" button as well?

Thanks

1230 04-29-2008 06:38 PM

Hi,
vBulletin 3.7.0 stable.
Please update

strive_zoul 04-30-2008 07:35 AM

Great! Thanks:)

1230 04-30-2008 11:42 AM

Dear I'm install.
But slow speed.!

nachofrades 04-30-2008 03:22 PM

Very nice and balanced style, works perfectly, great job!

Thanks and Congrats.

:)

KHALIK 04-30-2008 04:07 PM

Gold ?

yousellstuff 04-30-2008 04:47 PM

how do u change the logo to your own and is there anyway to get rid of the calender icon

ShawneyJ 05-01-2008 04:52 AM

hi, i need to add some drop down menus, i cant seem to add this code:

Code:

<td id="mypopupmenu" class="vbmenu_control"><a href="#mypopupmenu">Chat</a> <script type="text/javascript">
thanks if you can help out ;)

HaYLaZ 05-01-2008 01:36 PM

Quote:

Originally Posted by webspider (Post 1502251)
Nice style. Could you make a matching "Groan" button as well?

Thanks

Attached

Quote:

Originally Posted by 1230 (Post 1503280)
Dear I'm install.
But slow speed.!

I think your server is slow.

Quote:

Originally Posted by KHALIK (Post 1503551)
Gold ?

Updated

Quote:

Originally Posted by yousellstuff (Post 1503586)
how do u change the logo to your own and is there anyway to get rid of the calender icon

Just change your own logo with cb/cb/logo.gif

Quote:

Originally Posted by jaycob (Post 1504160)
hi, i need to add some drop down menus, i cant seem to add this code:

Code:

<td id="mypopupmenu" class="vbmenu_control"><a href="#mypopupmenu">Chat</a> <script type="text/javascript">
thanks if you can help out ;)

Just add your dwropdown menu codes into navbar template. Than add your menu link code header like below;

Code:

<a id="mypopupmenu" href="$show[nojs_link]#mypopupmenu">Your Menu Link Name</a> <script type="text/javascript"> vbmenu_register("mypopupmenu",true);</script>

meolangthang 05-01-2008 01:52 PM

Thank you. I installed the gold update :D

strive_zoul 05-01-2008 03:10 PM

Cheers mate! Im installing

webspider 05-01-2008 03:48 PM

Nice style. Could you make a matching "Groan" button as well?

Thanks

HaYLaZ 05-01-2008 05:58 PM

Button added in this post

https://vborg.vbsupport.ru/showpost....2&postcount=89

webspider 05-01-2008 06:02 PM

Big Thanks!

ShawneyJ 05-01-2008 11:51 PM

Quote:

Originally Posted by HaYLaZ (Post 1504542)


Just add your dwropdown menu codes into navbar template. Than add your menu link code header like below;

good job thanks ;)

TheProphet 05-02-2008 10:01 AM

cheers for the update...

yousellstuff 05-03-2008 12:21 AM

if i wanted to add a contact button in the top nav bar, what would i do

XnaMe 05-04-2008 02:13 AM

Hello! I want to make some little change to my forum ... and i want to How To Remove The "Threads" And "Posts" Columns From The Forum Listing. I see a guide here when tell how to do that, but i get some problems! When i search for
Quote:

<td class="thead">$vbphrase[threads]</td>
i found it only in other skins, but in this no!!!

Can anyone tell me how to do that with this skin?

Thanks!

Edited:
I have to ask another thing!
In showthread i want to change the color of the links because are some ... like normal test! how to? Thanks again!

ShawneyJ 05-04-2008 02:24 AM

Quote:

Originally Posted by yousellstuff (Post 1506284)
if i wanted to add a contact button in the top nav bar, what would i do

this works, just copy and paste ;)

Code:

<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a>

HaYLaZ 05-04-2008 05:10 PM

Quote:

Originally Posted by XnaMe (Post 1507580)
Hello! I want to make some little change to my forum ... and i want to How To Remove The "Threads" And "Posts" Columns From The Forum Listing. I see a guide here when tell how to do that, but i get some problems! When i search for
i found it only in other skins, but in this no!!!

Can anyone tell me how to do that with this skin?

Thanks!

Edited:
I have to ask another thing!
In showthread i want to change the color of the links because are some ... like normal test! how to? Thanks again!

forumhome templates>forumhome_level1_nopost template find and remove red codes;

Code:

<td class="thead" width="3%">&nbsp;</td>
  <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead" width="25%" align="$stylevar[left]">$vbphrase[last_post]</td>
    <td class="thead" width="5%">$vbphrase[threads]</td>
  <td class="thead" width="5%">$vbphrase[posts]</td>

  <if condition="$vboptions[showmoderatorcolumn]">
  <td class="thead" width="10%">$vbphrase[moderator]</td>

open forumhome_level2_post template find and remove red codes;

Code:

<td class="alt2" width="175" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1" width="65">$forum[threadcount]</td>
<td class="alt2" width="65">$forum[replycount]</td>

<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1" width="120"><div class="smallfont">$forum[moderators]&nbsp;</div></td>


yousellstuff 05-04-2008 08:49 PM

Quote:

Originally Posted by jaycob (Post 1507598)
this works, just copy and paste ;)

Code:

<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a>

were do i put this though because i want to have this as one of the links on the top navbar

ShawneyJ 05-05-2008 12:06 AM

Quote:

Originally Posted by yousellstuff (Post 1508578)
were do i put this though because i want to have this as one of the links on the top navbar

open your header template and find:

Code:

<if condition="$vboptions['enablememberlist']"><a href="memberlist.php$session[sessionurl_q]" >$vbphrase[members_list]</a></if>
add the code i gave you after that.

pewa 05-05-2008 09:08 AM

Hi,

Great skin! Just a tiny question, when I go into my Admin panel I get:

"Out-of-Date Custom Templates Found!"

Clean blue:
footer
Default Template Updated in vBulletin 3.7.0 Release Candidate 4 by Jelsoft
Your Custom Template Last Edited in vBulletin 3.7.0 Beta 4 by haylaz

HaYLaZ 05-05-2008 06:14 PM

It isnt a real problem. Dont worry;)

pewa 05-05-2008 07:49 PM

Quote:

Originally Posted by HaYLaZ (Post 1509582)
It isnt a real problem. Dont worry;)

Good, then I won't! :)

waheedmiah 05-05-2008 08:59 PM

Thats Awsome, thanx for that :)

RecklessTim 05-05-2008 10:05 PM

First I want to say thank you for this GREAT style. I love it.

I am having a few security token problems with members registering. I am not 100% sure if it's this style, but I haven't narrowed it down yet. I have the newest version of this style installed... Is it possible that it's this style?

These security tokens can be a real PITA :)

habilonline 05-06-2008 12:29 PM

thanks haylaz..

ShawneyJ 05-06-2008 12:43 PM

Quote:

Originally Posted by RecklessTim (Post 1509818)
First I want to say thank you for this GREAT style. I love it.

I am having a few security token problems with members registering. I am not 100% sure if it's this style, but I haven't narrowed it down yet. I have the newest version of this style installed... Is it possible that it's this style?

These security tokens can be a real PITA :)

i got a contact us email saying a member went in to user cp to upload a pic and a token appeared, i had to take it off default sorry.

HaYLaZ 05-06-2008 02:46 PM

Quote:

Originally Posted by RecklessTim (Post 1509818)
First I want to say thank you for this GREAT style. I love it.

I am having a few security token problems with members registering. I am not 100% sure if it's this style, but I haven't narrowed it down yet. I have the newest version of this style installed... Is it possible that it's this style?

These security tokens can be a real PITA :)

Can you Try to register on another template?
I tried to register and ı dont take any error ıt seems normal.

Quote:

Originally Posted by jaycob (Post 1510377)
i got a contact us email saying a member went in to user cp to upload a pic and a token appeared, i had to take it off default sorry.

I tried to upload a pic too but there is no problem;)

RecklessTim 05-06-2008 05:15 PM

I created a default theme and was able to register without any problems/errors.
I can register when the site is using this theme as well, but after you submit the registration and you get to the screen confirming that your email has been sent, if you click on the provided link to return you to the previous page, you get the error.

Eneswar 05-07-2008 12:07 PM

Quote:

Originally Posted by jaycob (Post 1508752)
open your header template and find:

Code:

<if condition="$vboptions['enablememberlist']"><a href="memberlist.php$session[sessionurl_q]" >$vbphrase[members_list]</a></if>
add the code i gave you after that.


I cant find that code.....

ShawneyJ 05-08-2008 01:21 PM

Quote:

Originally Posted by HaYLaZ (Post 1510528)
I tried to upload a pic too but there is no problem;)

yeah everything works fine for me to, just not others for some reason.




Quote:

Originally Posted by Eneswar (Post 1511560)
I cant find that code.....

did you open your header template and put that code in to "Search in Template" and then click "Find" ???

marcos_ 05-08-2008 02:13 PM

Dear Haylaz

i want to change header. but when i removed , Control panel,FAQ,etc 's table removed too.

How can i remove properly only logo and logo's band?

https://vborg.vbsupport.ru/external/2008/05/74.jpg

And why the thread on the left?

HaYLaZ 05-08-2008 03:15 PM

Quote:

Originally Posted by marcos_ (Post 1512709)
Dear Haylaz

i want to change header. but when i removed , Control panel,FAQ,etc 's table removed too.

How can i remove properly only logo and logo's band?

https://vborg.vbsupport.ru/external/2008/05/74.jpg

And why the thread on the left?

Header and navbar codes are in asme template which name ise header. If you want to remove header you must create a new table for navbar buttons.
I cant understand second question can you give your forum link

fpena 05-08-2008 04:58 PM

I just had a user complain about the security token. Is there a fix for this?

edit -- I just did a search and found the solution. It's a big of a pain because you have to make manual edits to all of the affected templates. But at least it was a problem I could address myself so no complaints there!

HaYLaZ 05-08-2008 07:38 PM

I have registered on your forum and there is no problem.

XnaMe 05-08-2008 07:51 PM

Hello! How can i change the link style?

I want ... to change the links color and underline them because the links are some like the normal text! Understand?

marcos_ 05-08-2008 08:39 PM

Quote:

Originally Posted by HaYLaZ (Post 1512762)
Header and navbar codes are in asme template which name ise header. If you want to remove header you must create a new table for navbar buttons.
I cant understand second question can you give your forum link



That screenshot is on local.

thread's name and date are on left. i think they must be on right or centered

ShawneyJ 05-09-2008 06:03 AM

Quote:

Originally Posted by HaYLaZ (Post 1513005)
I have registered on your forum and there is no problem.

i honestly can not find a problem at all! but yet another complain today about a token.
now i have no idea what a token is or looks like lol.
i tried IE and Firefox still cant find an error, i did everything to uploading pics, albums, avatar, posting etc: cant find a token.

someone give me a screen shot and i'll believe it lol.


All times are GMT. The time now is 01:01 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.01869 seconds
  • Memory Usage 1,836KB
  • 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
  • (9)bbcode_code_printable
  • (21)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
  • (40)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