I've been through the forum a few times looking for answer. I'm trying to figure out how to order the sidebar. The tag box is at the top and I'd like it to be at the bottom. I'd like to move recent activity below everything else as well.
The only one I can't figure out is the menu on the right. The one with the sign out option. Is that a design issue or can it be moved to the top with the config option?
I apologize if this is a foolish question, but how can I figure out what the various modules are named? I can't find it in the source code, and they don't seem to follow the naming of the php file.
applications/conversations/modules
applications/vanilla/modules/
applications/dashboard/modules
just look for modules directories and the name of the files within will give you a clue to the name.
or grep for modules or do a recursive directory listing and grep for modules.
grep -ri modules *
ls -alR | grep modules.
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
Comments
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •$Configuration['Modules']['Vanilla']['Panel'] = array('NewDiscussionModule', 'SignedInModule', 'GuestModule', 'Ads');Shift those around and add ones that aren't there (those are just the defaults)
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •I apologize if this is a foolish question, but how can I figure out what the various modules are named? I can't find it in the source code, and they don't seem to follow the naming of the php file.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •or grep for modules or do a recursive directory listing and grep for modules.
grep -ri modules *
ls -alR | grep modules.
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •