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!
Forum board and title with JoomSEO (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Forum board and title with JoomSEO
#34425
Forum board and title with JoomSEO 10 Months ago  
Now that Fireboard is calling content bot items when you view a thread it is calling JoomSEO.
BUT there is no title being parsed, to fix add after line 501 in:

/components/com_fireboard/template/default/view.php

[code:1]
$row->title = "$jr_topic_title | $fr_name";
[/code:1]

So it looks like the following:

[code:1]
global $_MAMBOTS;
$row = new t();
$row->text = $sb_message_txt;
$row->title = "$jr_topic_title | $fr_name";
$_MAMBOTS->loadBotGroup( 'content' );
$params =& new mosParameters( '' );
$results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, 0 ), true );
$msg_text = $row->text;
[/code:1]

Cheers
Phill
XtremeX (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
      Topics Author Date
 
Forum board and title with JoomSEO
XtremeX 2007/12/14 05:33
Go to top