Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) Frequently Requested Fixes (Read 16551 times)
LoonyPandora
God Member
*****
Offline


Daft Cow?

Posts: 1705
Location: London
Joined: Jun 27th, 2002
Gender: Male
Re: Frequently Requested Fixes
Reply #15 - Apr 14th, 2004 at 1:13pm
Print Post  
Also, for a more 'user-friendly' solution, try the Extended Profiles Mod Smiley
  

Apple Technical Support
Code
Select All
#!/usr/bin/perl --
($sig ='ddiissjjttuuffss ddaoouu ssffaee uuiijjtt
jj ssvvmmff auu qqffssmm ttmmaoohhjjoohh nnauuddiifftt')
=~y~b-v~a-z~s;
print $sig; 

Back to top
WWWICQ  
IP Logged
 
Valtiel
God Member
*****
Offline


Copy & paste coder

Posts: 873
Joined: Sep 5th, 2003
Gender: Male
Re: Frequently Requested Fixes
Reply #16 - Jul 3rd, 2005 at 8:41pm
Print Post  
Dunno if it's frequently requested or even interesting for anyone, but I did not want to open a new thread for it.

You may have noticed that the personal texts beneath the avatars hardly ever fit to the avatar's size. Some people try to center it manually by adding additional spaces or whatever. This little fix displays all avatars AND the personal texts in posts centered:

Center avatars and personal text (tested on SP 1.3.1)

In Display.pl find:

Code
Select All
		$star<BR><BR>
		$userprofile[13]$userprofile[12]<BR> 



and replace it with:

Code
Select All
		$star<BR>
    <table width="160" border="0">
     <tr>
	 <td><div align="center">$userprofile[13]$userprofile[12]</div></td>
     </tr>
   </table><br> 



Remark:
The table width of 160 pixels is for the maximum avatar width in my board. Please change it to whatever fits your board's settings!

As my board is hardly modded, your code may vary a little bit from mine.
  

Proud copy & paste coder Grin
Admin @ Silent Hill Forum
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint