Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

matt

Username
matt
Joined
Visits
299
Last Active
Roles
Member
Badges
12
Points
67
Posts
144

Comments

  • @chuck911 Thank you :)
    in Orchid theme? Comment by matt 10:16AM
  • 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…
  • @avantime4mike I've created a plugin to add search to the mobile theme: http://vanillaforums.org/addon/mobilesearch-plugin
  • @smoigecom I've created a plugin for this: http://vanillaforums.org/addon/mobilesearch-plugin
  • @jspautsch any chance of the theme colours extending to the standard vanilla mobile theme?
  • Where exactly I am editing has no bearing on whether or not my code contains errors. Editing in my browser or editing/uploading over FTP.
  • 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.
  • It worked, I was just looking for it in the wrong place :)
  • Awesome work. I'll be buying that.
  • What's the current status of improved search? I keep expecting to see it in the next release and it never appears.
    in searching tip? Comment by matt May 2011
  • 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…
  • Thanks. Of course this didn't exist, nor did Vanilla 2, when the question was asked. But it's still relevant so thanks for the answer!
  • 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!
  • I'm not sure what you mean? It's just PHP code so all those syntax rules apply. See the PHP manual as above. Or am I misunderstanding you?
  • 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…
  • Thanks to Mark for the code to do the dirty work, and to the Poll and Members Page extensions from which I learnt a lot.
  • 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!
  • I'm not sure what you mean? It's just PHP code so all those syntax rules apply. See the PHP manual as above. Or am I misunderstanding you?
  • 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…