Category / joomla

  • July 11, 2006 - kenshinjeff

    Joomla quick SEO coding tips

    $GLOBALS[‘mosConfig_sitename’] = “kenshinjeff joomla tips website”; global $mainframe; $mainframe->setPageTitle( “This is the sub title!” ); $mainframe->addMetaTag( “keywords-new”, “new, keywords-new, metatag” ); $mainframe->appendMetaTag( “keywords”, “tutorial, component, module, tips” ); $mainframe->prependMetaTag( “keywords”, “kenshinjeff, joomla, SEO, ” ); $mainframe->addCustomHeadTag( “” ); It’s a pretty simple chunk of code that’s self explanatory. If this is to be used in […]

    Read More
  • If you take a look at the default Joomla installation with data, you’ll find that there are links which will allow you to create a “print” page and a “pdf” page easily. So using that as a reference, I dug somemore, and found that it is freaking easy to create one with your own components. […]

    Read More
  • July 5, 2006 - kenshinjeff

    joomla tutorial basic tips

    Instead of diving straight into the component / module codes, here’s a rundown on what you need to know for coding it. Note: If you do not know php and mysql at all, I would suggest you just employ someone to code it for you before you break anything in Joomla. It is not exactly […]

    Read More
  • July 2, 2006 - kenshinjeff

    com_artbanners_yang.zip

    Here’s the file if you need it. I took the liberty of fixing some minor bugs to allow first time users to have a better experience than I did. – Edited the sql in xml – Copied code from the previous version to make the menubar work properly – Included a hidden option in the […]

    Read More
  • All the nonsense aside, I’ve been working on Joomla for the past month or so, and I must say it is really a work of art. I really like what they’ve done for it. The only problem about it, is that, there isn’t really any good tutorials or documentation on it, yet. I say “yet” […]

    Read More