Todd said:
I'm going to recommend you give something a try that is new in 2.0.18 called the ConfigurationModule. It helps you put together simple configuration pages.
I use this in my Mobile Search plugin, thanks @Todd for the hint (and for t…
x00 said:
why not use vanilla cms?
the whole point of custom pages, is it is not like a cms, it is supposed to be a tootlkit solution.
Simply because Vanilla CMS is still in beta with the warning "Please don't use on production sites yet…
Non-HTML InputFormatter only active on initial discussion, not subsequent comments
I'm using the following config option to use the BBCode InputFormatter:
$Configuration['Garden']['InputFormatter'] = 'BBCode';
However, the non-HTML InputFormatter…
FWIW: when activated i saw an option in the sidebar "add poll to this discussion" which let's you add a poll (also viewable in the side bar).
I was looking for more of a dedicated poll thread, so am considering using the Q&A plugin
Hi, just to let you know I bought the theme and am using it with the Autumn theme (ever so slightly modified) at: http://www.agbic.com
Thanks @jspautsch for creating such a great theme.
Sorry to hijack the thread.
I'm trying to use ProxyConnect on the following local domains:
http://www.cms.local
http://forum.cms.local
ProxyConnect correctly figured out the cookie domain should be .cms.local but it's not actually being set to tha…
What i was thinking is, let's say that there's some troll or somebody you don't like on the forum. Then you could click ignore/hide/block and you would never see their posts again. Or until you undo the action.
So, it would definitely be a per-user…
Sorry, it is completely out of scope to manage default values for all extensions.
I suggest you change the extension so the default is as you require, then use this extension to clear that preference for all existing users so that every user is usi…
qlskydiver: see below
insanefisher: 'm afraid you have to get deep down and dirty and root around in the extension or database to see what to reset. I don't have time to make it any better, sorry!
It's HEREDOC syntax assignment. Set a variable to multi-line text denoted by two markers.
See here: http://uk2.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
Well, yes, but that's not quite what you asked first time. ;)
What you should do is use this extension to set the preference globally, then go into the extension responsible for the preference and comment out the line that adds the preferences to t…
After using this extension, users are free to change their own preference back individually. This may help with your Poll query, I'm not sure?
I think the only way you're going to get what you want is by creating a Vanilla theme to make the forum l…
Sorry, it is completely out of scope to manage default values for all extensions.
I suggest you change the extension so the default is as you require, then use this extension to clear that preference for all existing users so that every user is usi…
qlskydiver: see below
insanefisher: 'm afraid you have to get deep down and dirty and root around in the extension or database to see what to reset. I don't have time to make it any better, sorry!
It's HEREDOC syntax assignment. Set a variable to multi-line text denoted by two markers.
See here: http://uk2.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
Well, yes, but that's not quite what you asked first time. ;)
What you should do is use this extension to set the preference globally, then go into the extension responsible for the preference and comment out the line that adds the preferences to t…
After using this extension, users are free to change their own preference back individually. This may help with your Poll query, I'm not sure?
I think the only way you're going to get what you want is by creating a Vanilla theme to make the forum l…