50sQuiff
✭✭50sQuiff ✭✭
Reactions
-
Re: Can i Track My Members Privete Msgs ?
In the code there are references to enabling Conversation moderation. I've not tried it myself because I don't believe an Admin should have 'easy' access to PMs. If there is abuse, ask the complainan… (View Post)1 -
Re: Cache Question for memcached
Just to confuse things there are two PHP libraries: memcached and memcache. Vanilla can actually use both, but you want to use 'memcache' in both your Vanilla config and your PHP installation. The ot… (View Post)1 -
Re: Manual refresh needed to fix lay-out
`function LinkifyImages() { jQuery('div.Message img').each(function(i,img) { var imgc = jQuery(img); if (imgc.width() >= 640) { imgc.css('cursor', 'pointer'); imgc.click(function() { window.open(i… (View Post)2 -
Re: How to provide a back button after clicking enlarge thumbnail image?
Following peregrine's encouragement I thought I'd add my code to this thread. First, set your images' max-width to 640px (or whatever) in your custom.css. Then replace the image handling code in glob… (View Post)2 -
Re: Is this for 2.1 only?
I just got this extension working in 2.0.18. I simply replaced the Date function in class.format.php with the version from 2.1. Then I appended the 'html' parameter to calls to the Date function. E.g… (View Post)4