Ive lost my signatures!


  -----  
Author Message

powerful_rogue
Member

Wed Mar 21, 2007 11:36 am   Post subject: Ive lost my signatures!
When i first started my forum I was against signature, so I think I removed the "signature box" from the profile so it couldnt be filled in.

No ive installed the shop mod I want members to be able to use signatures, but I dont know what code to put in and what file to put it in to get the signature box back!

If anyone could help me I was appreciate it so much!


The other question is in relation to custom titles - When a member buys this, where abouts do the go to create their custom title?

I hope someone will be able to help Smile
 

Thoul
Administrator

Wed Mar 21, 2007 1:07 pm   Post subject: Re: Ive lost my signatures!
They create the custom title at the same place they buy it. There's a text field over to the side where they enter the title.

This is the code for the signature box in profile_add_body.tpl (from subSilver, so it may be different on other templates):

Code:

   <tr>
     <td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td>
     <td class="row2">
      <textarea name="signature" style="width: 300px" rows="6" cols="30" class="post">{SIGNATURE}</textarea>
     </td>
   </tr>
 

powerful_rogue
Member

Wed Mar 21, 2007 1:33 pm   Post subject:
Thoul,

Thanks for your reply. Ive checked that file and I have this code in there:

Code:

   <!-- BEGIN effects_signature -->
   <tr>
     <td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td>
     <td class="row2">
      <textarea name="signature"style="width: 300px"  rows="6" cols="30" class="post">{SIGNATURE}</textarea>
     </td>
   </tr>
   <!-- END effects_signature -->


Is there any other file I need to check? I cant work out why it isnt showing!
 

powerful_rogue
Member

Wed Mar 21, 2007 2:14 pm   Post subject:
It seems to be the case of if I remove

<!-- BEGIN effects_signature -->
<!-- END effects_signature -->

then the box appears in the profile and the signature works fine. However if i put these back in the option to create a signature in the profile vanishes.

I have tried disabling in the shop - using 0 - and also tried by setting it at a charge and purchasing it.
 

Thoul
Administrator

Wed Mar 21, 2007 4:29 pm   Post subject: Re: Ive lost my signatures!
Do you have this code inside any other pair of <!-- BEGIN something --> and <!-- END something --> lines?

Check the edits to usercp_register.php against the premodded example file to ensure that they're correct.
 

powerful_rogue
Member

Fri Mar 23, 2007 6:41 pm   Post subject:
Spot on!

I had them inside another set of brackets. Ive moved the signature code so its after them and it works fine Smile

A fantastic mod!
 

Page 1 of 1
Display posts from previous: