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!
mos_sb_discuss (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: mos_sb_discuss
#736
mos_sb_discuss 1 Year, 5 Months ago  
Hello,

First, i just wanted to say that you have a very nice component happening here. I upgraded from joomlaboard and it is running nice and looks good.

quick question:

I have hundreds of articles with the old {mos_sb_discuss:2} code. When clicked on, it takes you to the old joomlaboard. I changed it to "fb" and it works fine. How do i make this update on all of the articles without going through every single one individually to change "sb" to "fb"? Possible?

Thanks.
jason

www.thereignofchrist.com

Post edited by: kingneb, at: 2007/04/20 02:40
kingneb (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.  
#740
Re:mos_sb_discuss 1 Year, 5 Months ago  
yeah it is work. but install fb disscussbot too. when you add new article use fireboard code {mos_fb_discuss:2}
greatpixels (Admin)
BoJ Team
Moderator
Posts: 456
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Project Manager : Lead Developer
 
The administrator has disabled public write access.  
#749
Re:mos_sb_discuss 1 Year, 5 Months ago  
May be a quick fix for it is to edit the joomlaboard discussbot files to redirect existent joomlaboard discussed articles to Fireboard Forum. Editing the urls on jbdiscussbot.php file might do the trick.
kuato (User)
OpEn YoUr MiNd
Moderator
Posts: 309
graphgraph
User Offline Click here to see the profile of this user
Gender: Male kuato@puntaltenses.com.ar Location: Argentina Birthdate: 1978-07-24
Logged Logged
 
OpEn YoUr MiNd ---> Correct my english please! i wish to learn.
 
The administrator has disabled public write access.  
#4077
Re:mos_sb_discuss 1 Year, 5 Months ago  
To update existing content -

1. Install the fbdiscussbot and uninstall sbdiscussbot (or jbdiscussbot)

2. Publish fbdiscssbot and enable it in the FB control panel

3. Access your MySQL database, using something like myphpadmin (or perhaps a joomla DB management component?)

4. BACKUP YOUR DATABASE! No responsibility taken if this doesn't work or otherwise screws up your system. Worked fine for me.

5. to update the bot in "intro text" run the following SQL code -

[code:1]
UPDATE jos_content
SET introtext = replace( introtext, 'mos_sb_discuss', 'mos_fb_discuss' );
[/code:1]

to update the bot in the "main body" run the following SQL code -

[code:1]
UPDATE jos_content
SET `fulltext` = replace( `fulltext` , 'mos_sb_discuss', 'mos_fb_discuss' ) ;
[/code:1]
asgard (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#7939
Re:mos_sb_discuss 1 Year, 4 Months ago  
what would be even better if the fb discuss bot recognized both syntax for the jb and fb discussbot.
gaorenst (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top