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)

topanet 11-29-2005 08:03 AM

i have downloaded the new installer version from you..
but, i still have a problem with the column.. try take a look at my attachment.. the column not orderly setup..
and in some sample in this thread, i saw that we can add more "moderator" column in right side of column.. how can i add that column??

and i have take a look in forumhome_forumbit_level1_nopost either.. its same with your last correction/update to fix column.. but the result is the same..

what i must to do to fix this problem?? btw, great job to made this theme, i really really like it.. :)

topan.

LincolnForums 11-29-2005 01:04 PM

Quote:

Originally Posted by topanet
i have downloaded the new installer version from you..
but, i still have a problem with the column.. try take a look at my attachment.. the column not orderly setup..
and in some sample in this thread, i saw that we can add more "moderator" column in right side of column.. how can i add that column??

and i have take a look in forumhome_forumbit_level1_nopost either.. its same with your last correction/update to fix column.. but the result is the same..

what i must to do to fix this problem?? btw, great job to made this theme, i really really like it.. :)

topan.


I had that same problem.

I fixed it by only allowing a certain number of characters there

vB Options -> Forum Listings Display Options -> Last Thread Title Maximum Displayed Characters

try setting that to something like 15?

Andrew 11-29-2005 02:38 PM

That's the easiest way to fix it without getting messy with the templates, and the moderator column is an option somewhere within vBulletin itself (It's on one of the vBulletin Options pages, but I can't remember which one it is.)

OneShot 11-29-2005 08:40 PM

I got the same problem as topanet. Any ideas on how to fix it, except the solution from LincolnInForums?

Cheers
OS

Andrew 11-29-2005 09:56 PM

Did you try the column alignment fix that I added to the style description ? If not, give that a try and it should fix the spacing issues. If you have tried that and it didn't fix it I can take a look and see if something changed between 3.5.0 and 3.5.1, but it will be a day or so before I can look into it.

topanet 11-30-2005 02:02 AM

Quote:

Originally Posted by Andrew
Did you try the column alignment fix that I added to the style description ? If not, give that a try and it should fix the spacing issues. If you have tried that and it didn't fix it I can take a look and see if something changed between 3.5.0 and 3.5.1, but it will be a day or so before I can look into it.

from the lastet download, you have already fix this issue in your xml...
so when i take a look your forumhome_forumbit_level1_nopost is already change with your update..

here is i try to update the column fix:
<tr align="center">
<td class="thead" width="5%">&nbsp;</td>
<td class="thead" width="55%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="30%">$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="125">$vbphrase[moderator]</td>
</if>
</tr>

also in Main Table Width (StyleVar) i used 95%... it look perfect when our browser is 1024x728 also in Maximum Size condition, if you minimize the window (scroll min) the table will be mess up again..
i don't know what happen... still confusing right now..

Andrew 11-30-2005 02:49 AM

I know I fixed the problem with the Main Table Width style variable - You should be able to put anything in there and have it work (Within reason.) Also - If the column allignment fix has been applied I can only assume that it's because you're allowing too many characters in the Last Post column. I tried to break it on my developement forums and was not succesful. If you want to - Send me a PM with a link to your forums so I can take a first hand look at the issue.

topanet 12-05-2005 12:25 AM

i have somethin interesting after i doing your advice to revert the forumhome_forumbit_level1_nopost into default..
1. BEFORE LOGIN, all table is lost.. see attachment
2. AFTER LOGIN, the table is good and align... no matter we minimize or scroll min or max, the table still constant and looks good... see attachment

hope can give you some idea to fix this???

many thanks for your support..

topan.

Andrew 12-05-2005 12:54 AM

You need to revert all of the Forum Home templates that I modified - I think all together there are 3 forumhome_forumbit templates as well as the main forumhome template that were changed.

Farcaster 12-05-2005 05:14 AM

I'm having an odd issue that I'm wondering if anyone has encountered before with this skin. For moderators, the forum display is showing the list of topics, followed by the regular footer, and then it repeats the entire topic list again starting at the "New Thread" button. Any idea of where this duplication is coming from? It does not do this for non moderators.

Andrew 12-05-2005 02:35 PM

Could you post a screenshot or two of the problem so I can get a better idea of what's happening ?

studiodrama 12-06-2005 05:58 PM

ok, i'm a total noob at this so forgive me..

but can anyone tell what is missing with my installing this style? I notice light blue and white still... when i think it should be black like the screenshot.. can anyone tell what i have missing or did wrong?

http://theanimalhouse.us/forum/

ty so much

OneShot 12-07-2005 08:44 AM

After you uploaded/installed your style in the ACP, you have to upload manualy the needed images. And then to make it show you can either set it as Default Style for your board, or if your users are allowed to select a style you should have a Style Selector Box at the lower left of your board.

Andrew 12-07-2005 01:24 PM

Here's a set of instructions I wrote that I found buried in this thread - Hope it helps you out:

https://vborg.vbsupport.ru/showpost....&postcount=024

studiodrama 12-07-2005 05:41 PM

ooo, thanks you guys! One shot, I believe my Black and Gold images are all showing up, it's some left over light blue and white background from the default style that I still see..

Thanks so much Andrew, I've read the instructions. That's exactly what I did, and I did it again just in case and the light blue and white are still there. I see the black and gold images, I just don't see the black background in some areas.. I do see new yellow text, but it is over white background. It's as if only half of the style .xml is showing up. Some default colors are over-riding it or something.

Could this be because I have Vb 3.5.2 and the style is version 3.5.1 ?

or do I need to delete the default style or something? I do show both default style and Black and Gold style in my style manager.

hmmmmmmmmmmmmmmmmm I wonder. It's as if some light blue from the default style is overiding the new style. Any ideas?

(forgive me everyone, this is my first forum)

Andrew 12-07-2005 07:50 PM

Quote:

Originally Posted by studiodrama
ooo, thanks you guys! One shot, I believe my Black and Gold images are all showing up, it's some left over light blue and white background from the default style that I still see..

Thanks so much Andrew, I've read the instructions. That's exactly what I did, and I did it again just in case and the light blue and white are still there. I see the black and gold images, I just don't see the black background in some areas.. I do see new yellow text, but it is over white background. It's as if only half of the style .xml is showing up. Some default colors are over-riding it or something.

Could this be because I have Vb 3.5.2 and the style is version 3.5.1 ?

or do I need to delete the default style or something? I do show both default style and Black and Gold style in my style manager.

hmmmmmmmmmmmmmmmmm I wonder. It's as if some light blue from the default style is overiding the new style. Any ideas?

(forgive me everyone, this is my first forum)

Did you add it as a new style or as a child to the default style ?

studiodrama 12-07-2005 10:52 PM

Wow Andrew.... i was just looking at my forum... and i see a style picker at the bottom left of my forum.. It was on default style. I chose black and gold and now everything is perfect!!!!!

Wow, ok, now I will try to remove the user option to chose a style.. hopefully I can do that.

Thank you so much for helping me... I can rest easy now... as soon as i remove the chooser.. lol

Ty so much :p

dvsDave 12-13-2005 06:00 PM

Andrew this style rocks! I am trying to base a Drupal theme off this for a vB + Drupal installation. Has anybody else done this and Andrew, would you be interested in helping?

Andrew 12-13-2005 06:17 PM

What's Drupal ??? Depending on what it is I could prolly help you out, but it will have to wait until Monday (I have final exams tomorrow through Friday, and my band has gigs booked all weekend.) Drop me a PM with a little more info on the project, and I'll see what I can do.

Lecter 12-13-2005 07:08 PM

http://drupal.org/ is the official website of Drupal, an open source content management platform.

Also take a look at:

https://vborg.vbsupport.ru/showthread.php?t=97341

Hope that helps.

Lecter

Andrew 12-13-2005 08:08 PM

Crazy stuff ... I can prolly help to create a matching style for that, but like I said before it'll be about a week before I can do so.

HansMuenchen 12-14-2005 03:09 AM

Hi!

Very great job and I realy want say thank you for that beautifull style and also for publish the PSD files.

THNX!

Greetings out of Munich
Hans

LBSources 12-15-2005 05:01 AM

NVM .. i just changed the setting in the templates

Main Table Width (pixels or percentage) (This is the width of the table that contains all your vBulletin content)

thangs

dvsDave 01-02-2006 03:38 PM

Andrew, Do you have any plans to update Black and Gold to version 3.5.2?

HansMuenchen 01-02-2006 04:04 PM

Quote:

Originally Posted by dvsDave
Andrew, Do you have any plans to update Black and Gold to version 3.5.2?

Well, I installed it at 3.5.2 and works very fine ;)

Greetings
Hans

Supes 01-02-2006 04:47 PM

I installed it but for some reason my quick reply box is white. How do I get it black like in the your screenshot?

Here is mine :
https://vborg.vbsupport.ru/external/2006/01/11.jpg

da prez 01-02-2006 08:14 PM

in admincp under styles and templates, find black and gold, click all style options

scroll down till you see input fields, i think that is right one.

change colors there, and be sure font isn't black or it will be hard to see ;)

Supes 01-02-2006 08:26 PM

excellent thanks, that did the trick :D That particular section was blank for some reason.

Cromulent 01-02-2006 08:26 PM

So does this have the new Skype images that were introduced in VB 3.5.2 or does it just use the default ones? Nice style by the way, I think I maybe using this one in the near future.

Andrew 01-02-2006 09:07 PM

No - This doesn't have matching Skype icons. I will see if Lecter can get a matching one, since he is the one that provided me with the dark version of the other icons.

Lecter 01-02-2006 10:20 PM

Quote:

Originally Posted by Andrew
No - This doesn't have matching Skype icons. I will see if Lecter can get a matching one, since he is the one that provided me with the dark version of the other icons.

I took the most recent ones off of the Skype website, gave them a black background with transparency.

Please let me know if there are any issues.

Enjoy, and happy new year!

Lecter

Lecter 01-02-2006 10:27 PM

And here is a smaller sized (17x17 pixel) version of im_skype.gif to match the size of the other IM icons.

dvsDave 01-03-2006 06:29 PM

Quote:

Originally Posted by Lecter
And here is a smaller sized (17x17 pixel) version of im_skype.gif to match the size of the other IM icons.

Thank you much Lector, the Skype icons were just what I was looking for.

Cromulent 01-03-2006 06:42 PM

Thank you for that Lecter, it is much appreciated :).

jklimczak 01-07-2006 09:02 PM

Any word on 3.5.3 update

Andrew 01-07-2006 09:05 PM

Quote:

Originally Posted by jklimczak
Any word on 3.5.3 update

There weren't any changes between 3.5.2 and 3.5.3 that affected this style, so even though it's a 3.5.2 XML file it will work just fine with 3.5.3. I will eventually update the XML file though, but I just had my wisdom teeth removed, so I'm a bit under-the-weather at the moment.

jklimczak 01-10-2006 04:04 PM

Quote:

Originally Posted by Andrew
There weren't any changes between 3.5.2 and 3.5.3 that affected this style, so even though it's a 3.5.2 XML file it will work just fine with 3.5.3. I will eventually update the XML file though, but I just had my wisdom teeth removed, so I'm a bit under-the-weather at the moment.


I installed it I feel you on that ? if i would whant to chane the gold outlines to Pink how hard would that be

Andrew 01-10-2006 04:50 PM

You would have to edit all of the images and the CSS to change the gold to pink. If you have Adobe Photoshop it shouldn't be that hard. If anything it's going to be time consuming.

jklimczak 01-11-2006 01:30 AM

thank u

forumsoup.com 02-08-2006 08:20 PM

I put this on my site, love it, rated this thread as "Excellent", and clicked installed. Thanks!


All times are GMT. The time now is 12:40 AM.

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.02031 seconds
  • Memory Usage 1,826KB
  • 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_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