Admins talk forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
Ikerepc
Ikerepc
Ikerepc (Forum owner)
Ikerepc (Forum owner)
Posts : 336
Pts : 474
Reputation : 19
Join date : 2014-12-10
Location : Croatia
Full
https://ivankerepcic.iz.hr

Limiting signatures Empty Limiting signatures

Wed Jan 21, 2015 7:15 am
Today I will show you how you can limit signatures and add scrolling if signature is bigger.

Tutorial for PunBB

Go to:
AdminPanel -> Display -> Templates -> General -> viewtopic_body

Find this:
Code:
<div class="sig-content">
{postrow.displayed.SIGNATURE_NEW}
</div>

Replace that with:
Code:
<div class="sig-content">
<div style="height: 100px; overflow: auto;">
{postrow.displayed.SIGNATURE_NEW}
</div>
</div>

You can change height 100px to smaller or higher.



Tutorial for PhpBB2

Go to:
AdminPanel -> Display -> Templates -> General -> viewtopic_body

Find this:
Code:
<div class="signature_div">
 {postrow.displayed.SIGNATURE}
 </div>

Replace that with that with:
Code:
<div style="height: 100px; overflow: auto;"><div class="signature_div">
  {postrow.displayed.SIGNATURE}
  </div></div>

You can change height 100px to smaller or higher.


Tutorial for phpBB 3 & Invision

Find this:
Code:
<div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>

Replace that with
Code:
<div class="signature_div" id="sig{postrow.displayed.U_POST_ID}"><div style="height: 100px; overflow: auto;">{postrow.displayed.SIGNATURE_NEW}</div></div>

You can change height 100px to smaller or higher.


Last edited by Ikerepc on Wed Jan 21, 2015 11:16 pm; edited 2 times in total
Ikerepc
Ikerepc
Ikerepc (Forum owner)
Ikerepc (Forum owner)
Posts : 336
Pts : 474
Reputation : 19
Join date : 2014-12-10
Location : Croatia
Full
https://ivankerepcic.iz.hr

Limiting signatures Empty Re: Limiting signatures

Wed Jan 21, 2015 7:35 am
Added tutorials for phpBB 3 and phpBB 2 versions
Ikerepc
Ikerepc
Ikerepc (Forum owner)
Ikerepc (Forum owner)
Posts : 336
Pts : 474
Reputation : 19
Join date : 2014-12-10
Location : Croatia
Full
https://ivankerepcic.iz.hr

Limiting signatures Empty Re: Limiting signatures

Wed Jan 21, 2015 11:17 pm
Invision added
The Flash
The Flash
ATF Member
Posts : 319
Pts : 187
Reputation : 10
Join date : 2015-02-12
Full
http://spamheaven.icyboards.net

Limiting signatures Empty Re: Limiting signatures

Sun Feb 22, 2015 2:01 am
Good tutorials! I will definitely implement these into my forum!
brandon_g
brandon_g
ATF Staff
ATF Staff
Posts : 621
Pts : 498
Reputation : 17
Join date : 2015-01-22
Location : USA
Full
http://broadcastingduo.forumotion.com

Limiting signatures Empty Re: Limiting signatures

Sun Feb 22, 2015 2:45 am
Well written tutorial. Smile
Sponsored content

Limiting signatures Empty Re: Limiting signatures

Back to top
Permissions in this forum:
You cannot reply to topics in this forum