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.
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.
line 349 to modify how we identify the settings in the stylesheet. ( the top profile no doubt will require much different CSS )
line 376 to add in the new position value and modify the CSS.
line 420 to change the replacement string depending on position.
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.
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.