
07-29-2008, 11:56 PM
|
 |
|
|
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by King Justice
This modification works with vBulletin 3.7.2 Patch Level 1.
The MEMBERINFO template edit DOES NOT work because the coding has changed but is NOT need to be edited for this modification to work...I'm sure the memberinfo_aboutme is this template's replacement but I don't know what to edit/update.
|
i got it to work here
fined:
Quote:
</table>
<!-- link bar -->
|
and above add this:
Quote:
<!-- default signature -->
<else />
$default_signature
<!-- default signature -->
|
it will look like this;
Quote:
<!-- default signature -->
<else />
$default_signature
<!-- default signature -->
</table>
<!-- link bar -->
|
that worked for me:up:
|