jackmaessen
✭✭✭jackmaessen ✭✭✭
Reactions
-
Plugin Syntax Prettifier linenumbers
Version 2.2 with Html Inputformatter There seems to be a problem with this plugin in combination with Inputformatter on Html When checking the Line Numbers in the settings of the plugin, only line nu… (View Post)1 -
Re: Create a Custom Page - Not add to Menu Bar
This text Extra Page A...is created in a list tag in your .Head. I dont know if it is your last list which is created, otherwise you can hide it by adding this in your css: .SiteMenu li:last-child { … (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: What is the css to hide "This image has been resized to fit in the page. Click to enlarge."
the class in which that text appears is .ImageResized So you can hide that text by .ImageResized { display: none;} (View Post)7