R_J
AdminR_J Admin
-
Re: How to use jquery.popup.js?
I do not understand what I see in the js file :( But I saw that example jQuery.facebox('something cool', 'my-groovy-style'); and tried to do the same with the popup script. jQuery… (View Post)1 -
Re: How do I set security for uploaded files?
Searching the internet for htaccess options indexes brings up informative links like that: http://stackoverflow.com/questions/15837822/what-is-the-htaccess-options-indexes-for If your users aren'… (View Post)1 -
Re: How can I do this?
PDO.so is an extension for php an I do not think it is an unusual one: http://php.net/manual/en/book.pdo.php They simply have to install that extension and then your php.ini can load it and then Vani… (View Post)1 -
Re: Where/how do I change the link to "Terms of Service" in the registration screen?
Looking at the registerapproval view I see this code: $TermsOfServiceUrl = Gdn::Config('Garden.TermsOfService', '#');$TermsOfServiceText = sprintf(T('I agree to the <a id=… (View Post)2 -
Re: Where/how do I change the link to "Terms of Service" in the registration screen?
It's in the translation ;) $Definition['TermsOfServiceText'] = "You agree, through your use of this service, that you will not use thiscommunity to post any material which is know… (View Post)2
