jackmaessen
✭✭✭HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
jackmaessen ✭✭✭
Reactions
-
Re: Shorten Months Displayed (e.g., November to Nov)
try these ones in conf/locale.php and modify it to your own needs $Configuration['Date']['DateCreated'] = '%a %e %b %H:%M';$Configuration['Date']['PostEdited'] = '%a %e %b %H:%M';$Definition['Date.De… (View Post)3 -
changing pre tag to code
There seems to be a problem with using the pre tag in combination with html in it. The html is executed between the pre tags. Like in this discussion ( http://vanillaforums.org/discussion/28637/posti… (View Post)1 -
Re: How To Only Have JS code on Home Page/Index Only?
Was little experiencing with this question and i made a little plugin which seems to work fine: The js is only loaded in the HEAD tag when on the discussionspage(homepage) <?php if (!defined('APPL… (View Post)5 -
Re: How can I add Meta tag in my forum?
You can add your meta tags in the default.master.tpl of your theme. So go to: themes->views->default.master.tpl and add your meta's in the head tag By the way: to increase your SEO, there is al… (View Post)2 -
Re: How to add exit button
That's right @hgtonight I tested it now and it seems to work fine. The file class.guestmessage.plugin.php now looks like this: // plugininfo skipped...class GuestMessagePlugin extends Gdn_Plugin { pu… (View Post)2