Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - signaleleven

#1
Free Themes & MODs / Re: Reseller
January 26, 2015, 12:06:16 AM
Quote from: Diego Andrés on January 24, 2015, 05:18:51 PM
Here you have the PR, just merge it https://github.com/ItalianSpaceAstronauticsAssociation/reseller/pull/1

WOW! Exactly what I needed. I merged it already on my test site and it works flawlessly.

YOU ROCK!
What's the best way to thank? Buying credits here on the site?
#2
Free Themes & MODs / Re: Reseller
January 21, 2015, 06:50:23 AM
Thanks for your answer, it totally makes sense!
I tried to do it by adding it to SubsMenu.php, directly in the SMF options, but it was not working (and it would influence other users using other themes)
Can you give me a pointer to do it only for Reseller?

My modified version is here https://github.com/ItalianSpaceAstronauticsAssociation/reseller
#3
Free Themes & MODs / Re: Reseller
January 19, 2015, 08:43:17 PM
Hello! Thanks for reseller, it's a great theme that I modified a bit for our forum (www.forumastronautico.it)

I have a question though. Since you use bootstrap, the "default" action of the top menu is not clickable.
For example: the Admin option has 4 sub menus (Functions and options, Manage packets, Error log, Permissions), but in other themes, (and as defined in Subs.php) when you click only "Admin" you are sent to ?action=admin, the "home" of the administration area.

With bootstrap, clicking on Admin opens the dropdown menu, and I could not find a way to make clicking on it sending you to ?action=admin.
Is there a way to enable this behavior?