SethClydesdale / forumactif-edge

A free modern and responsive forum theme for Forumotion forums.
https://sethclydesdale.github.io/forumactif-edge/
GNU General Public License v3.0
10 stars 17 forks source link

Add new profile position to general settings #14

Closed SethClydesdale closed 7 years ago

SethClydesdale commented 7 years ago

Topic on forum : http://fmdesign.forumotion.com/t1132-suggestion-for-profil-position

Description : It has been suggested that a new profile position should be added to general settings ; "top" like how the profile displays on the mobile version of Forumactif Edge. I do agree that this would be good to add, since this position of the profile is fairly common in some forum versions, such as MyBB.

Image : https://i37.servimg.com/u/f37/18/45/41/65/captur19.png

Implementation : Implementing this new option shouldn't be too hard. We'll need to make some modifications to installer-utils.js around the following lines.

I'll figure everything out once I setup the CSS for the horizontal profile on the desktop version. Most likely we'll need to setup some conditions to change the CSS based on position, shouldn't be too hard to implement.

SethClydesdale commented 7 years ago

This option is now available in the FAE Control Panel !

see https://github.com/SethClydesdale/forumactif-edge/commit/3f0e9f54e12fb4701088978b54eb26d183631a54 for technical changes