PDA

View Full Version : Signature at bottom of postbit.


Code Monkey
12 Oct 2005, 06:16
Nothing new here. Just didn't see it listed under template mods for VB 3.5. This is the default postbit_legacy template from 3.5 with signature at the bottom.



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Lea Verou
12 Oct 2005, 06:30
Ermm... screenshots?

:Judge:
12 Oct 2005, 07:25
Can we get it in text for download - Please :D

VaaKo
12 Oct 2005, 10:08
where would this code go?
please a screenshot!

Code Monkey
12 Oct 2005, 14:10
Sorry, I'm not running a default template anymore to screen it. It's just the default legacy_postbit template with a new table row to force the signature to the bottom of the postbit. Instead of hugging the bottom of the posts text. I don't take credit for it. Lot's of people do it. I just didn't see it posted for 3.5 so I posted it.

Tulsa
12 Oct 2005, 22:44
Can we get just the changes to the postbit so we can add it to a modified postbit template?

007
13 Oct 2005, 01:16
Just look at the signature area and pull that code. Nothing else has changed from what I can see. :)

Code Monkey
13 Oct 2005, 03:37
I just added a new row and two new collumns in it. Move the sig from the row above it to the new one. And anything you want from the left collumn in the row above can be moved to the new left column if you want it to be aligned with the sig.

A problem that arises with custom themes is many use cellspacing for effect and adding the new row can add a look you don't want. I usually just set cellspacing to 0 and simulate the look with borders so the new row goes unnoticed.

GuaRRand
25 Oct 2005, 12:40
can we just get the code that has to be changed??
I am not gonna replace my postbit_legacy...its got to much changes in it already/

moonclamp
25 Oct 2005, 14:25
can we just get the code that has to be changed??
I am not gonna replace my postbit_legacy...its got to much changes in it already/

I agree

GuaRRand
25 Oct 2005, 16:36
or show the places where you editted the postbit_legacy atleast.....

Gizmo5h1t3
01 Nov 2005, 20:59
can we just get the code that has to be changed??
I am not gonna replace my postbit_legacy...its got to much changes in it already/

il second that, just show us the extra code...
my postbit legacy is a jumble of a load of hacks....need to know what needs puttin in, and where...and thats it.

Funchiestz
17 Nov 2005, 12:12
Yeah i am agree

please only give the changing should we do :( i am confuse >.< somebody can help me?

Gunshot
02 Dec 2005, 08:10
I just did this in postbit legacy:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




just add your own line gif, such as:


http://img.photobucket.com/albums/v451/jecdev/line2.gif

then add as many </br>'s as it takes above or below this code to get the look you want

http://img.photobucket.com/albums/v451/jecdev/sig.jpg

Mystics
06 Jan 2006, 20:44
Try this.

Delete within the template postbit_legacy:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Search in the same template:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Add below it:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

catocom2
05 Mar 2006, 20:13
I used that placement, but I redid my code like this...




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

GuaRRand
08 Jun 2006, 00:05
completely screws up my layout :(

GuaRRand
08 Jun 2006, 00:14
Try this.

Delete within the template postbit_legacy:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Search in the same template:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Add below it:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


That did the trick

GuaRRand
08 Jun 2006, 00:23
One other thing though.
Now, the instant message buttons in the postbit_legacy and the Quote/Reply/Edit butttons are below the signature in its own table. can you make it that these are all in the same table?.. on one line!?

(see www.glcoti.com for example )

Cyn
21 Sep 2006, 19:02
Works for me in vB 3.6.1! Thanks!!

Pinky30
25 Oct 2006, 09:12
Try this.

Delete within the template postbit_legacy:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Search in the same template:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Add below it:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------






Edit:

Oki, the right code is




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

flindersredclaw
12 Feb 2007, 23:26
None of the codes are correct at all.

Gizmo5h1t3
14 Feb 2007, 14:34
None of the codes are correct at all.

expand on this revelation of yours by showing everyone how it should be done then.