hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: different background new topic
Hiya! You can check the user discussion data and append a css class to discussions that haven't been viewed yet. I used the following as a quick test: public function DiscussionsController_Befor… (View Post)3 -
Re: Does split merge work in vanilla 2.0.18.10 ?
What happens (or doesn't happen)? Need some detail here :) (View Post)1 -
Re: Vanilla Statistics NOT work (page views) on 2.2.10.1
/conf/config.php You should never modify config-defaults.php... ever. (View Post)2 -
Re: Problems with users downloading files from forum post
I would look into modifying the file name before sending it back to the user. You would have to create a new function that the download link refers to. Something like /fileupload/download/{MEDIA_ID}.… (View Post)2 -
Re: for sign up, can you remove "gender" from the query on the sign up page?
Easiest solution would be to hide it via CSS. I don't have the same theme as you, but you can use the following rule to remove it on the default theme. It may work as well for you: .Entry .Gende… (View Post)1
