R_J
AdminR_J Admin
-
Re: 2.0.X - Userprofile Image alt="username userpicture" integration
The function Img takes an "attributes" argument, so that you could use it like that: <?php if (StringBeginsWith($this->User->Photo, 'http')) { echo Img($this->User->… (View Post)3 -
Re: Discussion refresh seems not really refreshing
Instead of using $( document ).ready(function() { $('a.selectable').click(function() { SelectText( $(this).attr("rel") ); }); }) you should consider using something like: $( docum… (View Post)1 -
Re: Could not instantiate mail function.
Go to yourforum.com/dashboard/settings/email and fill out the mail field (View Post)1 -
Re: Discussion refresh seems not really refreshing
By the way: I've commented out the js part in base_render_before so that it looks only like that: public function Base_Render_Before($Sender) { $Sender->AddCssFile($this->GetResource('… (View Post)1 -
Re: Debugging "Something has gone wrong"
Search for inspiration here: http://vanillaforums.org/search?adv=&search=blank+page&title=&author=&cat=all&tags=&discussion_d=1&discussion_question=1&comment_c=1&c… (View Post)2
