![]() |
|
Article Options |
#46
|
||||
|
||||
Help with forumhome
Hi
Great write up helped a lot, I've found the stylevars to be much easier to use then editing templates, as I know nothing about editing templates or css etc. I have one last thing to do on our test site before we move, I would like to insert this image below into the forumhome on vb4 like it is on vb3 is this possible? Regards, Dave
__________________
www.nirc.co.uk No members have liked this post.
|
#47
|
||||
|
||||
![]()
Originally Posted by tricksodave
I'm assuming your speaking about replacing the bottom "dull" image with what's shown at the top i.e. the nicer blue with rounded corners? Of that's the case you will need to modify some templates and css to show it properly but let me know.
![]()
__________________
Daddy Does Dios and Figs! https://www.linkedin.com/in/thelastsuperman Search - Use the search feature to find similar issues/answers. Information - Include screenshots, copy/pasted error codes, url etc. Fixed - Please return to your thread/post and let us know how it was fixed! Thanks - For participating! Click the "Like" ♥ on a post if someone helped you! No members have liked this post.
|
#48
|
||||
|
||||
Hi
Thanks for the reply, I would like to add the fish logo plus the rounded corners. I couldn't get the colour to be the same for some reason using the stylevars. Is it possible to use the original css templates for this? We have no web designer now he's gone AWOL. Dave
__________________
www.nirc.co.uk No members have liked this post.
|
#49
|
||||
|
||||
Originally Posted by tricksodave
Can anyone help with this, I'd really like to get vb4 to look like our old forum. Need to learn how to put the image in on the left also.![]()
Regards, Dave
__________________
www.nirc.co.uk No members have liked this post.
|
#50
|
||||||||||||||||
|
||||||||||||||||
![]()
Originally Posted by tricksodave
Well you can try something simple i.e.![]()
Edit additional.css and try something along the lines of:
^ Rough Example and that also removes the ability to define a image background for forumhead, meaning that using this method shown above you can't specify a alternate background i.e. a Gradient image as shown in your attachment. Another method is editing the templates themselves that contain the forumhead <div> tags i.e. Edit forumhome_forumbit_level1_nopost and find:
Add the code shown in blue:
Now edit additional.css and add:
^ And that method allows you to still define a gradient image background on forumhead and also inserts your image (*Adjust the forumhead background/colors via the stylevars system respectively and swap out the filename home.png in the code shown and link directly to your small & cropped white fish image and call it a day!) ![]()
__________________
Daddy Does Dios and Figs! https://www.linkedin.com/in/thelastsuperman Search - Use the search feature to find similar issues/answers. Information - Include screenshots, copy/pasted error codes, url etc. Fixed - Please return to your thread/post and let us know how it was fixed! Thanks - For participating! Click the "Like" ♥ on a post if someone helped you! The following members like this post: Disco_Dave
|
#51
|
||||
|
||||
First class, this should help us a lot...
Thanks for your time Dave
__________________
www.nirc.co.uk The following members like this post: TheLastSuperman
|
#52
|
|||
|
|||
As of today's date, is this article accurate to include 4.2 ?
__________________
No members have liked this post.
|
#53
|
||||
|
||||
![]()
best post i've read so far....great job! Thank you for this informative post!
![]() The following members like this post: TheLastSuperman
|
#54
|
||||
|
||||
![]()
It *should* be however don't hold me to that if let's say you find one discrepancy lol
![]()
__________________
Daddy Does Dios and Figs! https://www.linkedin.com/in/thelastsuperman Search - Use the search feature to find similar issues/answers. Information - Include screenshots, copy/pasted error codes, url etc. Fixed - Please return to your thread/post and let us know how it was fixed! Thanks - For participating! Click the "Like" ♥ on a post if someone helped you! The following members like this post: tacklebox joe
|
#55
|
||||
|
||||
![]()
no probs with vb4.2.0 PL3 regarding these instructions that i've personally encountered so far
No members have liked this post.
|
#56
|
||||
|
||||
Originally Posted by tacklebox joe
Thanks for the feedback Joe ![]()
![]()
__________________
Daddy Does Dios and Figs! https://www.linkedin.com/in/thelastsuperman Search - Use the search feature to find similar issues/answers. Information - Include screenshots, copy/pasted error codes, url etc. Fixed - Please return to your thread/post and let us know how it was fixed! Thanks - For participating! Click the "Like" ♥ on a post if someone helped you! No members have liked this post.
|
#57
|
|||
|
|||
hi TheLastSuperman,
I tried changing the min-height in the .doc_header of vbulletin-chrome.css but it dos not reflect the changes after saving . any idea as to why? No members have liked this post.
|
#58
|
|||
|
|||
Hey Supes,
your thread has been invaluable and I thank you HUGE for it!, I was wondering thou.. if you take a look at my forum www.autismfamilyforums.com you will notice the crowd in my header, and the space between the bottom of them... I would like to know why that is there?, and how can I get the crowd to sit on the nav bar? Thanks in advance.. Don PS: I am a HUGEEEE Superman fan myself... and work in comics... look me up on facebook. https://www.facebook.com/JediColourist The following members like this post: TheLastSuperman
|
#59
|
|||
|
|||
[IMG]
![]() Where do I change the Text colour I have circled and with happy face, I have looked everywhere and I can't seem to find where it is ![]() Thanks Don No members have liked this post.
|
#60
|
||||||||||||||||||||
|
||||||||||||||||||||
![]()
Well the bottom half can be easily modified via adding this to additional.css:
If we try this version to also snag the title, this is when it changes on all pages:
It's the top half i.e. the page title that is the issue, if you modify that via css per the bottom example above it changes on all pages not simply forumhome (which we will assume you do not want to do, only make the change on forumhome naturally) so you can at this point either: 1) Modify the template and specify the css via style="css here;" example: Edit the FORUMHOME template and find:
Change to:
OR 2) Make a plugin for this: AdminCP > Plugins & Products > Add New Plugin Product: vBulletin Hook location: parse_templates Title: Custom Style Changes Execution Order: 5
Change the STYLEID == 1 i.e. change the 1 to the styleid # of the style you are changing this in otherwise it will change in all styles not just the one in question you're working on ![]() So it's either option 1 or 2, option one means one less plugin on your site, option two is not technically css correct in a sense i.e. they say its best to use id="cssid" or class="cssclass" instead of style="css code here directly" but imho that's better than a plugin parsing/checking etc but the choice is up to you ![]()
__________________
Daddy Does Dios and Figs! https://www.linkedin.com/in/thelastsuperman Search - Use the search feature to find similar issues/answers. Information - Include screenshots, copy/pasted error codes, url etc. Fixed - Please return to your thread/post and let us know how it was fixed! Thanks - For participating! Click the "Like" ♥ on a post if someone helped you! The following members like this post: tbworld
Last edited by TheLastSuperman; 20 Mar 2014 at 01:07. |
![]() |
![]() |
||||
Article | Author | Type | Replies | Last Post |
1923Turk DefRed Style (based on vB Default Style) | staff80 | vBulletin 3.6 Styles | 7 | 21 Jan 2008 04:04 |
«
Previous Article
|
Next Article
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Article Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 23:32.