vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   Black and Gold 3.5 (https://vborg.vbsupport.ru/showthread.php?t=97160)

Andrew 10-30-2005 11:27 PM

Quote:

Originally Posted by Lecter
http://lecter.org/forum/

Hope that helps.

Lecter

Cheers mate - Do you mind if I add that link to the style information to make it easier for people to find ?

JGNYC 10-31-2005 12:54 AM

Ever since I set this theme as my default, users have been saying that when they try to visit the site they're directed to www.mydomain.com/profile.php rather than www.mydomain.com/forums/profile.php
Is there a place in the theme that I could edit a path?

Holidazed 10-31-2005 01:14 AM

Quote:

Originally Posted by Andrew
I don't know of any styles that use those images including the vBulletin default style. Unfortunately I am using one of my clients dev boards for workling on my styles until I can renew my license and download 3.5 - Because of that I can't link you to my working copy. However, with 80+ installs I am sure someone here has a working version that you could take a look at.

Well, you were right. Your style was not the master style, it was a child style and therefore picked up the mistake I had in the master style. I got it all resolved.

Thank you

Andrew 10-31-2005 02:10 AM

Quote:

Originally Posted by JGNYC
Ever since I set this theme as my default, users have been saying that when they try to visit the site they're directed to www.mydomain.com/profile.php rather than www.mydomain.com/forums/profile.php
Is there a place in the theme that I could edit a path?

Are you using vBAdvanced or another portal ? If sp can you check to make sure you have your paths set correctly - Also you might have to edit your navbar template to contain the full URL to your pages (I.E. - Change usercp.php to http://www.domain.com/directory/usercp.php)

JGNYC 10-31-2005 02:29 AM

Quote:

Originally Posted by Andrew
Are you using vBAdvanced or another portal ? If sp can you check to make sure you have your paths set correctly - Also you might have to edit your navbar template to contain the full URL to your pages (I.E. - Change usercp.php to http://www.domain.com/directory/usercp.php)

I'm using VBPortal and the only path I know that I could set is in the Forum admin where it's set correctly.

Andrew 10-31-2005 02:44 PM

Quote:

Originally Posted by JGNYC
I'm using VBPortal and the only path I know that I could set is in the Forum admin where it's set correctly.

I tried to register on your forum to take a look but I got placed in a moderation queue ... Just for future reference you might want to allow members awaiting moderation to view the forums. You allow guests to view them but not members awaiting moderation - To me that just doesn't make too much sense. Let me know when I get moderated so I can take a closer look.

JGNYC 10-31-2005 02:49 PM

Quote:

Originally Posted by Andrew
I tried to register on your forum to take a look but I got placed in a moderation queue ... Just for future reference you might want to allow members awaiting moderation to view the forums. You allow guests to view them but not members awaiting moderation - To me that just doesn't make too much sense. Let me know when I get moderated so I can take a closer look.

I approved you.
Sorry about that, I did this recently because I was having trouble with a few users using proxies and registering a bunch of times.

Andrew 10-31-2005 03:06 PM

Quote:

Originally Posted by JGNYC
I approved you.
Sorry about that, I did this recently because I was having trouble with a few users using proxies and registering a bunch of times.

I looked around and couldn't find a broken link to profile.php anywhere - Could you ask your users that reported the problem which specific links were not working ?

Lecter 10-31-2005 09:15 PM

Quote:

Originally Posted by Andrew
Cheers mate - Do you mind if I add that link to the style information to make it easier for people to find ?

Certainly, Andrew. In fact, I'd be honored. :)

biagrin 11-04-2005 11:48 AM

hey great skin - ive been using this one for about 8 months (since 3.0.7). i have a problem now though - how do i align the posts and threads columns on forumhome

Andrew 11-04-2005 12:00 PM

Quote:

Originally Posted by biagrin
hey great skin - ive been using this one for about 8 months (since 3.0.7). i have a problem now though - how do i align the posts and threads columns on forumhome

In the "forumhome_fourmbit_level1_nopost" template you need to set a width="XX%" value for all of the table cells. If you don't understand what that is let me know and I will post a replacement template for you - I had someone else request how to do that as well.

biagrin 11-04-2005 12:12 PM

thanks andrew - i appreciate the quick response :)

MarkyLeonard 11-04-2005 07:33 PM

Excellent work!!!

teamgofast 11-11-2005 01:01 AM

installed!!!!

Lecter 11-12-2005 07:31 PM

I decided that I prefered text buttons instead of the send to friend and printer icons, so I created them.

I'm attaching them on the chance anyone else would like them.

Enjoy!

Lecter

optrex 11-15-2005 04:05 PM

I've noticed the "last post" area's are all different widths.

Can you tell me how to make them all the same so that they fit the widest title?

Andrew 11-15-2005 07:09 PM

In the "forumhome_forumbit_level1_nopost" template you need to set a fixed width for the last post column. I don't have the style installed on my new developement forums at the moment or I would give you a more detailed explanation. Let me know if that doesn't make sense and I'll try and post a new template entirely that you can just copy and paste.

Lecter 11-15-2005 10:07 PM

Since I am interested in this as well, I looked at "forumhome_forumbit_level1_nopost" and the only line I could find with last post in it was:

Code:

<td class="thead" width="175">$vbphrase[last_post]</td>
If I change width="175" to width="500" there is no change. If change it to width="50%" all but the first forum are affected.

Is there another line that should have a fixed width applied to?

Lecter

Andrew 11-15-2005 10:53 PM

In forumhome_forumbit_level1_nopost find:
HTML Code:

        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="175">$vbphrase[last_post]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>
          </if>
        </tr>

And replace it with:
HTML Code:

        <tr align="center">
          <td class="thead" width="41">&nbsp;</td>
          <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="175">$vbphrase[last_post]</td>
          <td class="thead" width="60">$vbphrase[threads]</td>
          <td class="thead" width="60">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead" width="125">$vbphrase[moderator]</td>
          </if>
        </tr>

You might need to alter the individual widths to suit your forum, but for the most part this should fix the spacing problem. Please keep in mind though that if you have a thread title that is really long (Like a URL) it will still throw the alignment out of wack and that is unavoidable.

optrex 11-16-2005 09:52 AM

Thanks Andrew,

You gave me the clue I needed. I copied the whole of the forumhome_forumbit_level1_nopost file from my default style to your style and it sorted it ;)

GuaRRand 11-16-2005 11:19 AM

The additional icons are smilies... :?

Andrew 11-16-2005 12:01 PM

Quote:

Originally Posted by GuaRRand
The additional icons are smilies... :?

Yes - They can be used to replace the default vBulletin Post Icons and Smilies (Which are smilies as well - Just different ones.) The default vBulletin ones look horrid on a dark background - If you want to use them just overwrite the contents of the images/icons and images/smilies directories with them.

Zombie79 11-16-2005 04:04 PM

I have translated it to german and modified the thread statusicons and some other things. Now I use it on powerforen.de.
Nice Style. ;)

Snake 11-16-2005 06:36 PM

Great looking skin!

silly rabbit 11-18-2005 06:39 AM

Andrew, just upgraded to 3,5,1 - any issues reported using this version???

Yea / Nay??

Rabbit

Andrew 11-18-2005 01:17 PM

No - There were only minor changes to the templates between 3.5.0 and 3.5.1. However, If you don't mind the wait I can download a new .XML file from 3.5.1 when I get home from work. Come to think of it I should prolly do that anyways :p

OneShot 11-18-2005 02:03 PM

I've got Black&Gold 3.5 running on a 3.5.1 board. Absolutly no problems I can see.

JGNYC 11-20-2005 02:59 PM

I'm having trouble with the color in the quick reply box and regular reply box. There is no frame so you can't see where to type.

Andrew 11-20-2005 03:08 PM

I've had one other person report a bug like that. However, he was using the 3.0.X version of the style on 3.5.X (Which causes that glitch among many others.) Are you using the correct version of Black and Gold for the version of vBulletin you are running ?

JGNYC 11-20-2005 03:23 PM

Quote:

Originally Posted by Andrew
I've had one other person report a bug like that. However, he was using the 3.0.X version of the style on 3.5.X (Which causes that glitch among many others.) Are you using the correct version of Black and Gold for the version of vBulletin you are running ?

Yes, I'm running 3.5.1 and just uploaded a fresh style and still have the same problem.

JGNYC 11-20-2005 04:05 PM

It appears to be working again. I think it was an image path issue.

Andrew 11-20-2005 11:52 PM

<font color="Yellow">The .XML file has now been updated for vBulletin 3.5.1 - If you are currently using this style and plan on upgrading or already have upgraded you need only to revert the two forumhome_forumbit templates that changed since 3.5.0.</font>

OneShot 11-22-2005 01:38 PM

Which templates exactly have changed? And I noticed a problem, when I change the Thread title after posting, the updated title is perfectly visible when I look up the post/thread, but in the forum view - both main and sublevel it still shows the old one. Its not the biggest problem around but its quite annoying sometimes.

Andrew 11-22-2005 01:48 PM

Quote:

Originally Posted by OneShot
Which templates exactly have changed? And I noticed a problem, when I change the Thread title after posting, the updated title is perfectly visible when I look up the post/thread, but in the forum view - both main and sublevel it still shows the old one. Its not the biggest problem around but its quite annoying sometimes.

The "forumhome_forumbit_level1_post" and the "forumhome_forumbit_level2_post" templates are the only two that require a revert. As for the thread titles not updating - That sounds like more of a bug with vBulletin itself and not with the style. Might want to check vB.com to see if anything like that has been reported.

OneShot 11-22-2005 02:47 PM

Thanks for the info. As far as the thread edting goes - that is a "feature" in vBulletin to disallow Thread Title editing after a certain time period.

teedizz 11-22-2005 09:20 PM

why doesnt this work when i add sub-forums?

i mean it works but the sub-forums aernt clickable although they are displayed.

teedizz 11-23-2005 06:14 PM

heres an exapmle of my problems with sub forums...this is juss an example

http://users.adelphia.net/~teedow23/2.JPG

Andrew 11-26-2005 04:30 PM

I'm not sure what is causing that - I'm out of town at the moment but I can look into it Monday morning from work.

teedizz 11-26-2005 07:47 PM

no need bro, I fixed it ;)

friendfinder.co 11-27-2005 06:47 AM

thanks, very nice


All times are GMT. The time now is 08:02 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.01369 seconds
  • Memory Usage 1,833KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (12)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