Search found 2 matches
- Thu Jan 31, 2008 7:27 pm
- Forum: Joomla! Coding 101
- Topic: BBClone in joomla 1.5
- Replies: 1
- Views: 479
Re: BBClone in joomla 1.5
I got it working now. I placed the code in the top of the index.php page instead of the bottom. Now to let you know how to get it working: Go to the root of joomla. Open the index.php file Scroll to the bottom Place "?>" in the bottom of the index.php Then place this code under it: <?php d...
- Tue Jan 29, 2008 11:52 pm
- Forum: Joomla! Coding 101
- Topic: BBClone in joomla 1.5
- Replies: 1
- Views: 479
BBClone in joomla 1.5
Hello, I can't get BBClone working in joomla 1.5 anymore. I added this code to the index.php in the root: <?php defined("_BBC_PAGE_NAME") ? _BBC_PAGE_NAME : define("_BBC_PAGE_NAME", $mainframe->_head['title']); define("_BBCLONE_DIR", "bbclone/"); define("...