R_J
AdminR_J Admin
-
Re: Tag @Username dropdown
You cannot do so, because it is no standard feature ;) But nearly all non-standard features are available as free plugins, too. See that one: http://vanillaforums.org/addon/mentionslookup-plugin (View Post)3 -
Re: Background color of the first's discussion post
Easiest thing would be to install plugin CSSEdit and then add a line like that .Discussion { background-color: red;} (View Post)1 -
Re: Need help splitting my huge database into multiple tables (too big for shared hosting environment)
Maybe a OPTIMIZE TABLE GDN_ActivityComment/GDN_Activity is needed? https://dev.mysql.com/doc/refman/5.0/en/optimize-table.html (View Post)1 -
Re: Cant find the discussions page
Basically you have 2 options: 1) create a custom theme of your own 2) write a plugin Do not change any of the core files! 1) Read about custom themes (it is not much more than copying a folder and cu… (View Post)4 -
Re: One of Custom Pages not showing
You only have to replace "&$variablename" with "$variablename" leave the rest of & where they are (View Post)1
