Adding choice of gender to Hot or Not viewing
Greetings!
Here is a quick little trick to allow your users to have a choice in the type of pictures they see in Hot or Not.
Open
/templates/tmpl_uni/scripts/BxTemplConfig.phpOn line #70 find: $this -> customize['rate']['showSexSelector'] = false;
Change the false to true and save.Now in addition to this, you can also change the next line to true as well: $this -> customize['rate']['showProfileInfo'] = false;
This will add a small description block next to the picture.There are of course some other settings here as well, but for this article, we will stick to these 2 changes.
Enjoy!
Stang