The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Changing the Who Is Online Section

2 posters

Go down

Solved Changing the Who Is Online Section

Post by Yous000 June 29th 2012, 20:36

I recently decided that it would be smart to switch my forum from phpBB3 to phpBB2, this gives me more control and it automatically fixes many of the things I often ask about.

I currently still have my forum running on phpBB3, I created a dummy forum to see if I could make everything the way I want it to before applying it to my real forum. Everything is just about worked out but I really am not liking the way the "Who is Online?" section is with this theme

This is the theme I don't like:
Changing the Who Is Online Section 120629133114
- text is too small
- a lot of line breakers
- Legend is not in italics

This is what I would like it to be like:
Changing the Who Is Online Section 120629133136
- Good Very Happy

Whats the best way of going about this?

All help and replies are greatly appreciated as always Very Happy


Last edited by Yous000 on June 30th 2012, 03:54; edited 1 time in total
avatar
Yous000
Forumember

Posts : 240
Reputation : 4
Language : English

Back to top Go down

Solved Re: Changing the Who Is Online Section

Post by Guest June 29th 2012, 21:17

Hey!

Provide your forum url, and I will help.
avatar
Guest
Guest


Back to top Go down

Solved Re: Changing the Who Is Online Section

Post by Yous000 June 29th 2012, 21:41

L! wrote:Hey!

Provide your forum url, and I will help.

Current main website: www.runewish.com

dummy test forum www.01BKRW.forumotion.com
avatar
Yous000
Forumember

Posts : 240
Reputation : 4
Language : English

Back to top Go down

Solved Re: Changing the Who Is Online Section

Post by Guest June 29th 2012, 22:08

We will work with Javascript codes management, add there:
Code:
$(function(){
$('table.forumline').has('a.cattitle[href="/viewonline"]').addClass('forumstats');
$('table.forumstats').css('background','transparent none');
$('table.forumstats td.catHead').css('background','transparent none').css('border','none');
$('table.forumstats td').css('background','transparent none');
$('table.forumstats td.row1:first').css('display','none');
$('table.forumstats td.row1[width="100%"] span.gensmall').css('font-size','11px');
$('table.forumstats td.row1[width="100%"] span.gensmall:first').addClass('4stats');
$('table.forumstats tr:has(".4stats")').insertAfter($('tr:eq("5")'));
$('table.forumstats tr:has(".4stats")').before('<tr>
<td class="catHead" colspan="2" height="28">
<span class="cattitle">
<a class="cattitle" href="#" rel="nofollow">Statistics</a>
</span>
</td>
</tr>');
$('table.forumstats td.catHead a.cattitle').css('color','#11C0F5').css('text-transform','uppercase').css('font-family','Verdana,Arial,Helvetica,sans-serif');
});

I don't tested it yet, but hope it works. Razz
avatar
Guest
Guest


Back to top Go down

Solved Re: Changing the Who Is Online Section

Post by Yous000 June 29th 2012, 22:18

L! wrote:We will work with Javascript codes management, add there:
Code:
$(function(){
$('table.forumline').has('a.cattitle[href="/viewonline"]').addClass('forumstats');
$('table.forumstats').css('background','transparent none');
$('table.forumstats td.catHead').css('background','transparent none').css('border','none');
$('table.forumstats td').css('background','transparent none');
$('table.forumstats td.row1:first').css('display','none');
$('table.forumstats td.row1[width="100%"] span.gensmall').css('font-size','11px');
$('table.forumstats td.row1[width="100%"] span.gensmall:first').addClass('4stats');
$('table.forumstats tr:has(".4stats")').insertAfter($('tr:eq("5")'));
$('table.forumstats tr:has(".4stats")').before('<tr>
<td class="catHead" colspan="2" height="28">
<span class="cattitle">
<a class="cattitle" href="#" rel="nofollow">Statistics</a>
</span>
</td>
</tr>');
$('table.forumstats td.catHead a.cattitle').css('color','#11C0F5').css('text-transform','uppercase').css('font-family','Verdana,Arial,Helvetica,sans-serif');
});

I don't tested it yet, but hope it works. Razz

Wow thank you so much. I added it in to the dummy forum it did remove the lines and cleaned up a lot of what I wanted Smile. But the text is still really small and now it looks a bit glitchy at the top. It looks like we need to get the statistics part under the legend and make the text a size or two bigger Razz and we could even move that blue heading bar if possible. Also it is taking all the names and automatically underlining them which I do not want Razz

This is what it looks like now:
Changing the Who Is Online Section 120629151640

Im trying to get it exactly mimic this one:
Changing the Who Is Online Section 120629133136

I appreciate your help Smile
avatar
Yous000
Forumember

Posts : 240
Reputation : 4
Language : English

Back to top Go down

Solved Re: Changing the Who Is Online Section

Post by kirk July 8th 2012, 02:21

Topic Solved & Locked
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum