Quote:
i was told to find
quote:
$post[avatar]<p>
and all i have is...
quote:
<td align="center"><p align="left"><font color="#05335F"><b>
<font color="#FFFFFF" face="Verdana" size="2">$storeextraglow</font><font color="#FFFFFF" face="Tahoma"><font face="verdana, arial, helvetica" size="2" > </font></font></b></font><font face="Verdana">
<span style="font-size: 9pt">$rpggenderimage</span></font><font face="Tahoma"><br>
<b> <font style="font-size: 9pt" >$post[usertitle]</font></b></font><span style="font-size: 9pt">
</span>
<br>
<font face="Arial"><span style="font-size: 7pt">$post[avatar]</span></font>
<br><br>
</td>
.....
any help on how i could install
|
Heh. Well, this is because you have edited the postbit previously, so it is different than the default. I do see a $post[avatar], but it doesn't have the <p> after it. THat's because the line of code has been changed. Sooo..., i would go ahead and put the new code under the
Quote:
<font face="Arial"><span style="font-size: 7pt">$post[avatar]</span></font>
<br>
|
between the <br>s.
SAVAGEDUSK:
Okay, i am going to create a "user can be in multiple clans" thing, but it really makes the code a lot more complicated an a lot less compatible with other stuff. I have to redo the whole clan database system for that to work. And the way it must be done, i cannot add to much extra stuff. So the way it will be is, you can either pick to have users can be in multiple clans, but it has very few features, or you can pick users can only be in one clan at a time and have tons of features.
I am currently looking for a better way to make it so users can be in multiple clans so you can have more features. The big problem i'm having is being able to list multiple variables in one cell.
I AM BACK FROM MIAMI AND HAVE STARTED WORKING ON ADDITIONS