$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( “alert(‘hi!’);alert(‘hi!’);” );
It’s a pretty simple chunk of code that’s self explanatory. If this is to be used in a component, you have to write [...]
Also filed in
|
|
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.
Say for [...]
Also filed in
|
|
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 that [...]
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 edit banner page to [...]
Also filed in
|
|
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” because, [...]
Also filed in
|
|