Tama
✭✭✭Tama ✭✭✭
Reactions
-
Re: Twitter issue
Maybe this can help : http://vanillaforums.org/discussion/comment/187099/#Comment_187099 (View Post)2 -
Re: [Solved] Bug while upgrading
I see it as a database repair script, creating tables if they have been accidentally deleted and filling other blanks. I've rarely had to use ( though if you are on a small forum and you want to purg… (View Post)1 -
Re: Wordpress and Vanilla 2.1b1 my menu in EmbedFriendly theme is cut off
You really should this code for embedding :) <script type="text/javascript" src="http://unnatural.eu/forum/js/embed.js"></script><noscript>Please enable JavaScri… (View Post)1 -
Re: Problem with class LastCommentBy in AuthorTimeView
I think you want to remove one of the message, so try navigating to AuthorTimeView/locale/en-CA.php, then remove replace $Definition['| Recent %1$s']= '| Last by %1$s'; with $Definition['| Recent %1$… (View Post)2 -
Re: how do i set a default Signature?
Change // Don't show empty sigs if ($Signature == '') return; to something like // Don't show empty sigs if ($Signature == '') $Signature = "My default sig"; (View Post)3