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?
Completed and In-progress User Contributions
Go to bottom Post Reply Favoured: 0
TOPIC:
#34425
Forum board and title with JoomSEO 7 Months, 1 Week 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:


$row->title = "$jr_topic_title | $fr_name";



So it looks like the following:

Code:


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;



Cheers
Phill
XtremeX (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop