https://www.icyphoenix.com/viewtopic.php?f=35&t=7696 ----------------------------------- batman Sun 06 Mar, 2011 14:22 Altering The "whos Online" Area ----------------------------------- Hya fellas just a bit of guidance on were to edit the "who's online" part. It all looks a bit messy and Im looking to make the tables a little larger or alter the padding so not all so close together. Maybe also lose the BOLD TEXT from the users who have been online? This is on the prosilver_ip template [img]http://www.icyphoenix.com/files/images/9166/06_03_2011_13_15_07.png[/img] Thanks fellas ----------------------------------- batman Fri 11 Mar, 2011 12:04 Re: Altering The "whos Online" Area ----------------------------------- Ive sorted the spacing issue by including
after some of the areas I wanted more space between and in index_body.tpl [img]http://www.icyphoenix.com/files/images/9166/11_03_2011_11_06_58.png[/img] I just need to take the BOLD from the users who have been online, I suspect it will alter some other BOLD text areas, I may be willing to live with that depending on what it actually alters, I just cant find were to alter. Any pointers please ----------------------------------- batman Mon 14 Mar, 2011 21:01 Re: Altering The "whos Online" Area ----------------------------------- :( :cry: ----------------------------------- spydie Mon 14 Mar, 2011 21:19 Re: Altering The "whos Online" Area ----------------------------------- it will probably alter the usernames everywhere on the hole site. if you take that bold away, it goes through all usernames ----------------------------------- KugeLSichA Mon 14 Mar, 2011 22:55 Re: Altering The "whos Online" Area ----------------------------------- Hi [b]batman[/b], OPEN [b]includes/functions.php[/b] FIND [codeblock]$user_link_style = ' style="font-weight: bold; text-decoration: none; color: ' . $user_color . ';"';[/codeblock] REPLACE WITH [codeblock]$user_link_style = ' style="text-decoration: none; color: ' . $user_color . ';"';[/codeblock] there you go ;) ----------------------------------- batman Tue 15 Mar, 2011 12:16 Re: Altering The "whos Online" Area ----------------------------------- Thanks fellas I tried it but as expected it changed too much, so reverted back. The area in question looked a heck of a lot cleaner though :( [img]http://www.icyphoenix.com/files/images/9166/15_03_2011_11_18_48.png[/img]