R_J
AdminR_J Admin
-
Re: Need help with .htaccess
By the way: that way of using a CDN is complete bullshit because it will double the http requests per picture. 1) look at the original place, 2) get the rewrite and make an additional http request. P… (View Post)3 -
Re: How does one modify modules/assets called by default.master.tpl?
I thought the ClearHistory and InThisConversation has been the last changes ;) Maybe we could figure out how to do that but I'm not sure that this would be the best way to achieve what you want … (View Post)1 -
Re: How does one modify modules/assets called by default.master.tpl?
@Accent: it would be much easier if you you would show us some more code ;) I've added that lines to the /applications/conversations/views/messages/messages.php view: $ConversationID = $this->… (View Post)2 -
Re: How does one modify modules/assets called by default.master.tpl?
Investigate how that Module is called inside Vanilla (by using a full text search): $InThisConversationModule = new InThisConversationModule($this); $InThisConversationModule->SetData($this->Re… (View Post)1 -
Re: Need help with .htaccess
Thanks for your answer! I guess that must be write but it seems as if there's something wrong with my hoster: even copying your code with example.com into my .htaccess file doesn't break th… (View Post)1
