![]() |
Forum Style - 3 Color Red, Green, Blue Premium PrevBB 4.1
1 Attachment(s)
Skin for new, and check again for me and report, i will fix all bug
thank all :up: Pls CLICK THANK FOR ME :D Live Demo: FOR 4.1 Blue http://prevbb.com/forum.php?styleid=13 Green http://prevbb.com/forum.php?styleid=15 Red http://prevbb.com/forum.php?styleid=16 my english no good, stupid T_T Thank wowheadtooltips support for all :up: thank all :up: Skin features: Compatible with CMS : No ( When big install, i can do it for upgdate) Compatible with Forum: Yes Compatible with Blog: Yes Fluid version: Yes Fixed version: No Compatible with 4.x.x: Tested with latest version 4.0.7 . Not sure with lower version so use at your risk Upgdate More 4.1 test all 4.1 PL1 , 4.1 L2 all good TIP: Ignore Style Version ( Use style file even if it was created by a different version of vBulletin?) you can click yes for ignore if not version 4.0.7 How to install: + download attachment + upload folder styles to your root forum/ (yourdomain/forum/styles...) + import XML + enjoy and mark as installed for better support. Upgdate 7/12/2010 Upgdate to 4.1 (SKIN EEE 4.1.zip):up: |
I don't understand :-/
|
Quote:
|
|
1 Attachment(s)
Great clean styles! Thank you.
However, the quote box seems to be a bit buggy w/ the code there I think. See attached. I haven't checked other colors. |
what mod you use bro ?
|
nice style and cool work
|
I have a lot of mods...but none that can affect the postbit. I've disabled mods via config.php, the error is still there. This is not related to any mod.
I am running 4.0.6 (not 4.0.7), could that be the reason? *edit* I've updated to 4.0.7. I've uninstalled, then reinstalled the style. I've disabled all mods. I've tested this on the other colors (green and red). All with the same result, the quote area produces the same error. No other installed styles have this glitch. Only the this one. There is definitely a bug with the quote code in this style. As such, it is unusable. I really hope it gets fixed...I really like the skin. |
Quote:
no bug with the quote, you can check again your site and you can check it other forum i swear it ok bro :erm: |
Well, I don't know what to do, or what to tell ya.
I'm running 4.0.7. I've uninstalled and reinstalled the styles. I've disabled all mods. I've tested all the colors (red/green/blue). I have no idea why it isn't working properly. There really isn't any else left for me to do (other than uninstall) unfortunately. |
I found the error (or rather, where it was). It was in the additional.css template. There had to have been improper css code there. I reverted it, and it works as it should now.
*edit I deleted the css template "additional.css". I pasted the content back into this template. For some reason, the error is gone. I can't explain it. It existed at one time, then at another, it's gone. I don't see how deleting the content from this template then "reinstalling" could do such a thing...all I know is that it seems to be working ok now (the quote issue). |
Also, it doesn't look like there is any difference between the icons that represent read forums and unread forums. Is this intentional?
There's no way to tell just by looking at the forum home page whether a particular forum has new responses/threads or not. This is a nifty feature in vb that allows users to efficiently navigate to new content just by looking at the forum home page. Practically all styles take advantage of it...this is the first style that I've seen that doesn't. Just curious if it was an oversight or if there was a good reason to do so. I suspect it was intentional since it would appear you removed the icon legend. |
1 Attachment(s)
Also, the top forum under each forum category has a different background color than the rest of the forums in that category (white vs light blue).
See attached: I like the clean looking stylization here...but I think that it needs a little more work. If these minor bugs were worked out, it'd be a stellar skin. ;) |
1 Attachment(s)
Hi
Pleas look to the picture Something is brocken what can i do? Greetings Jo |
@apokphp: you can going to styler var : and find
Quote:
@hohleweg: tell for me what color you use, i can make for you private Plugin template i can edit banner for you |
1 Attachment(s)
Hi
Look at the original Style this is o.k. The Style ist the blue. I think <br> is missing?! Greetings Jo |
nicely done, looks really clean.
|
I installed per the instructions, copying the vbb-green folder to a styles folder I created in my forum root. There was not one there previously. I also tried copying to the root of my site then loading the xml file. I am not getting any of the icons or images as show in the example. Any suggestions?
|
Use Internet Explorer, it will replace missing images with a red X. Right click and view properties. Examine the path that image should be. Move all your images to that directory. I had to do the same thing. Works fine now.
|
Quote:
I don't know which color to use exactly, just something that would match in the color scheme to differentiate between old and new content. I can even change the colors myself...the problem I'm having is that the code seems to have been changed to not allow the distinguishment between new and old content. Without the code there, changing the colors won't make a difference. I just prefer having that difference. Like I said, it's a great, clean style...one that'd I use with the minor issues resolved (and this seems to be the last remaining). As far as the banner, thanks, but I can at least do that part. ;) I'm just not hip on all the vb4.0 stylevars as I'm still on 3.8.x thinking. |
Quote:
|
My only complaint about these 3 themes (I use all three) is that there appears to be no image for new posts when viewing the main page. When one goes to the main page of their forums they have no way of knowing if there are new posts made, unless they click "View Unread Posts" or "What's New" or whatever.
Would love to have this addition! Otherwise, it is an amazing theme, I am really pleased with how it looks! |
Quote:
|
Quote:
i can fix all tomorow :up: |
thanks
|
I have created my own images and updated the templates to use the new images. Things are looking nice, except the quotes seem to be screwed a bit. Looking into it now.
EDIT As previous user said I reverted additional.css and all seems to be working now! Again, this themes took a little bit of coercion to get to look right, but still my favorite themes available for vB4! |
1 Attachment(s)
For those of you who would like the updated status icons they are attached to this post for all 3 colors offered. Simply unzip them to the base directory of your vBulletin installation and then edit the template for
Code:
forumhome_forumbit_level2_post Code:
<img src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-48.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /> Code:
<img src="styles/vbb/f_cat_{vb:raw forum.statusicon}.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /> Enjoy! Edit I have figured out how to fix the problem with the quote boxes without reverted additional.css, which messes up other parts of the theme. Simply remove the code block: Code:
.message { Blue's additional.css: Code:
/* CSS Document */ Code:
/* CSS Document */ Code:
/* CSS Document */ |
1 Attachment(s)
Me again. I redid the images used to show a link on the main page. Attached are the results that I'm currently using on my site (http://support.wowhead-tooltips.com, if you want to see a live implementation of this theme). Simply download whichever you wish to use, rename it to "f_cat_link.png" and upload it to the appropriate folder, depending which color theme you use.
Enjoy! |
I happened to notice that when using links on your main page (in lieu of forums) the spacing gets screwed up a little bit, so I have fixed it as well. Simply goto: Template Editor > FORUMHOME > forumhome_forumbit_level2_post and replace what's there with the following code.
HTML Code:
<li id="forum{vb:raw forum.forumid}" class="forumbit_post L2" id="bit_post"> Make sure you replace: HTML Code:
<img src="styles/vbb/f_cat_{vb:raw forum.statusicon}.png" class="forumicon" id="forum_statusicon_{vb:raw forum.forumid}" alt="" /> |
@prevbb.com
can you please update ur style with all the modifications from wowheadtooltips, seems he fixed a lot of bugs from you |
I changed all but now the two icons "f_cat_old_lock.png" and "f_cat_new_lock.png" are missing. Took the one from old and new post and renamed only, maybe important for the new style package.
|
1 Attachment(s)
Yeah I don't use either of those icons, so I didn't bother making them. Maybe later if I get bored I'll make them.
EDIT Working on them now...will post them shortly. EDIT #2 Here are the images, as promised. I think they turned out well! Below are what they look like and attached are the zip files previously posted with the updated images. http://support.wowhead-tooltips.com/...t_old_lock.pnghttp://support.wowhead-tooltips.com/...t_new_lock.pnghttp://support.wowhead-tooltips.com/...t_old_lock.pnghttp://support.wowhead-tooltips.com/...t_new_lock.pnghttp://support.wowhead-tooltips.com/...t_old_lock.pnghttp://support.wowhead-tooltips.com/...t_new_lock.png |
So after looking over the themes and checking for broken images, inconsistent colors, etc. it seems there are a lot of issues. Hopefully you can get them fixed, these are really marvelous themes, otherwise!
|
thanks for the images :)
|
have fix all again
and update big icon status, banner, logo... etc... and update big Ajax, jquery :D |
This new releases look incredible! Uploading to my site now.
By the way, my vBulletin forums uses all three themes if you would like to use them as a demo. The URL is http://support.wowhead-tooltips.com |
The new styles are amazing, great work! Only problem I have is with the "Show Signature" button on every post, it doesn't always work and I don't like it. I want signatures shown all the time, but I'm having a hard time removing it to always show the signature. Any suggestions?
EDIT I managed to figure it out. To remove the "Show Signature" button after every post simply edit "postbit_legacy" and replace the contents with: HTML Code:
{vb:raw template_hook.postbit_start} |
This is a wonderful style. Waiting for CMS and bug fixes before install.
|
@2fast4ya
Most of the bugs have been fixed in this new release. I have had no problems like previous versions, just a couple of changes I made because I didn't care for the feature. As far as CMS goes, you're on your own lol. |
That's too bad about the CMS. Any plans on making it work with the CMS soon? I would like my site to stay consistent. It's a gorgeous style.
|
All times are GMT. The time now is 06:05 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|