![]() |
Currently Active Users Area
Okay, so I changed the following phrase a long time ago:
Code:
Most users ever online was X, [date] at [time] Code:
Most users ever online: X - [date] at [time] Code:
Most users ever online: X Code:
Users currently online: X Screenshot: http://i101.photobucket.com/albums/m...rcia/WGO-1.jpg |
If you look at the source code, each of those is within a <p>stuff</p> tag and there is not class associated with it. So, you would need to modify the template in order to do what you want.
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.) |
Quote:
http://i101.photobucket.com/albums/m...arcia/WGO2.png EDIT: I found the template via Edit Templates, though. It's FORUMHOME. Now the question is what do I edit? |
forumhome
|
Quote:
|
Quote:
Also, what would the additional.css code look like? Something like this? Code:
.wgobox { |
You may want to take a look at the W3Schools site in my signature. They have excellent information about CSS. .wgobox is a class, yes. If you give something it's own class, like <div class="myfirst">, then you would write css like:
.myfirst {display:inline; float:left;} |
Quote:
I made the codes the following: Code:
<div class="myfirst">{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></div> Code:
<div class="myfirst">{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</div> Did I do something wrong? |
Then just add this line to get the <ol> block to clear them:
HTML Code:
.wgo_block .section div ol { |
Quote:
What do I put for the padding, though? Something like 1px? Code:
.wgo_block .section div ol { |
Just add some padding like you have there. I doubt you only want 1px though, probably more likely 5px or 10px.
|
Quote:
If you compare Dance of the Dream Eater (Dark) and Test (Default Style) by selecting in the Quick Style Chooser, does it look like the original back on Dream Eater (Dark)? Also, one last question: if you again look at Test (Default Style) with no edited templates, you'll notice that "Users currently online..." and "Most users ever online..." line up with the user listings, but not on Dream Eater (Dark / Light) What could I adjust to fix the minor alignment issue? |
Something is interferring with the style chooser on your site and I cannot change styles.
|
Quote:
Anyway, you can use this direct link. Here's a direct link to go back to Dance of the Dream Eater (Dark). |
The spacing looks just fine to me.
(And no, I'm using Chrome. I am guessing the code you added for those lights, that I keep breaking, it causing the issue with the dropdown as it is broken on both styles.) |
Quote:
Anyway, thanks. How about my last question? :) Quote:
|
That's just some more padding. Just add some padding-left.
|
Quote:
|
Yes.
Don't be afraid to try something - especially just a little CSS that you can so easily remove if it is wrong. If you don't like trying things on your live site, then you really should have a test site set up. It makes things a lot easier. |
Quote:
I went ahead tried the following earlier, and both didn't work: Code:
.myfirst { Code:
.wgo_block .section div ol { |
Well, no, that won't work because you didn't specify any padding. Please take a look at the W3Schools site in my signature.
padding-left: xx; You need to specify something. |
Quote:
Code:
.wgo_block .section div, .wgo_block .section ol { Quote:
|
You can try something like:
HTML Code:
#wgo_onlineusers div.myfirst {padding-left: 5px;} |
Quote:
Thanks a lot, Lynne. for all your help! :) |
All times are GMT. The time now is 03:09 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:
|