Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Fireboard without joomla template (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Fireboard without joomla template
#30661
Fireboard without joomla template 11 Months ago  
hello,

how can i do open de FB without joomla templatE?

www.lojasnoparaguai.net/forum.html , i need open only the FB template...

tanks

h2
hussan (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/09 15:16 By hussan.
 
The administrator has disabled public write access.  
#30708
Re:Fireboard without joomla template 11 Months ago  
hussan,

I think you and I want the same thing. I've been playing around with the Joomla template and so far no luck... I think it has something to do with the FB temlate...

Please let me know when you solve this issue!
crazydiver (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#30750
Re:Fireboard without joomla template 11 Months ago  
It has nothing to do with the FB template. If you want a Fireboard with no traces of a Joomla template whatsoever you will need to create a BLANK Joomla template and assign it to Fireboard.

This is an example of a blank index.php for a Joomla template (Replace all "[" & "]" with "greater than" & "less than ("aargh! damn code stripper!)).

[?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?]
[!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"]
[html xmlns="http://www.w3.org/1999/xhtml" lang="[?php echo _LANGUAGE; ?]" xml:lang="[?php echo _LANGUAGE; ?]"
[head]
[meta http-equiv="Content-Type" content="text/html; [?php echo _ISO; ?]" /]
[?php
if ($my-]id) { initEditor(); } ?]
[?php mosShowHead(); ?]
[script type="text/javascript"] [/script]
[/head]
[body]
[!-- 1 --][?php echo $mosConfig_sitename;?]
[!-- 2 --][?php mospathway()?]
[!-- 3 --][?php mosLoadModules('top');?]
[!-- 4 --][?php mosLoadModules('left');?]
[!-- 5 --][?php mosMainBody();?]
[!-- 6 --][?php mosLoadModules('right');?]
[!-- 7 --][?php include_once( $mosConfig_absolute_path .'/includes/footer.php' );?]
[/body]
[/html]

The only thing you probably really need in the body would be
[?php mosMainBody();?]
After doing that you may have to apply a fix to keep it from reverting to the default template.

www.bestofjoomla.com/component/option,co...ew/id,16157/catid,8/

I haven't tried this so you may have to do a little more work. It may not work at all.
grumblemarc (User)
Platinum Boarder
Posts: 3557
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
Last Edit: 2007/11/10 12:39 By grumblemarc.
 
The administrator has disabled public write access.  
Go to top