Hi there, I can't seem to get this functional on my forums. I have followed the instructions - i see where to edit the sig, but nothing shows up. Any suggestions?
Yes, have U done this:
Please note that this requires a very small modification to one file:
1. Open up themes/comments.php 2. Find the line: $CommentList .= $Comment->Body.' 3. Replace the found line with this one: $CommentList .= $Comment->Body.(defined('EXTENSION_IN_SIGNATURES') ? SignatureRender(@$Row['AuthUserPrefs']) : '').'
I don't think you can do anything on the server-side, as the images will be hosted on different servers. what you could do, if you wanted, is a) modify the html replacement in default.php to limit the dimensions of the image (eg. with css), or b) simply remove that regular expression/replacement pair all-together.
Strange, if I change 'comments.php' inside 'themes/colorful_sky/', it doesn't do any good, vanilla ignores this file. But changing it in the default 'themes/', it works!
When a user once defined a signature but deleted it afterwards, Vanilla still keeps adding the signature code to his/her postings although the signature is empty. I made a little screenshot to show you what I mean.
Is it a bug? Can we somehow integrate a check if the signature is not empty before adding the code to the postings?
Mate give imageshack the flick and use something like http://tinypic.com/. They (imageshack) are full of annoying ads and pop-up as well as pop-behind windows these days.
I'm not entirely sure if I've just forgotten to do something or not, but I've installed the latest Vanilla (as an upgrade) and added this great little extension update too... But links are not working anymore in signatures. All I get is the 'url' code displayed as text.
I did the modification to the themes/comments file as mentioned... have I forgotten to do something else?
Any help appreciated.
Comments
Tiggr
What have I done wrong, if vanilla does'n show any signature after update?
I have remodified the comments.php.
Bye
Tiggr
http://youchewpoop.com/forum
Now working!
Is it a bug? Can we somehow integrate a check if the signature is not empty before adding the code to the postings?
They (imageshack) are full of annoying ads and pop-up as well as pop-behind windows these days.
Posted: Saturday, 3 November 2007 at 8:01AM
but is their anyway
we can have a sig box
so we can have writing in it
but yeah, heh, that would be a bug in the updated regular expression. fixed now.