Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
adjusted discussbot like on this site (1 viewing) (1) Guest
TOPIC: adjusted discussbot like on this site
#22255
Re:adjusted discussbot like on this site 1 Year, 4 Months ago  
thanks
dragontje124 (User)
Senior Boarder
Posts: 178
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#22258
Re:adjusted discussbot like on this site 1 Year, 4 Months ago  
I will take a look at it. first install joomla and fireboard 1.0.3
dragontje124 (User)
Senior Boarder
Posts: 178
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#22262
Re:adjusted discussbot like on this site 1 Year, 4 Months ago  
WOW ! so much parameters I don't even know how to just use it
dragontje124 (User)
Senior Boarder
Posts: 178
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#22333
Re:adjusted discussbot like on this site 1 Year, 4 Months ago  
Hello gang,
Thanks dragontje124 and 4umfreak for the work!
I am trying 1.0.3 out but can not seem to get a post at all. Posting is enabled for registered users and article contains {mos_fb_discuss:2} and original discuss bot was removed.
I am using OpenSEF but have tried without it and still no luck.
Using original boot(bot_fb_discuss_2-4) worked.

test URL
U: user1
P: user1

Is user supposed to be redirected to original story or to forum topic after submitting comment?
Many thanks!
lebisol (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#22352
Re:adjusted discussbot like on this site 1 Year, 4 Months ago  
I tried Quick-Post but it wasn't working for me either... Is it the single quotes in the title?

-M


Love the avatar by the way - very funny!
4umfreak (User)
Senior Boarder
Posts: 250
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
Last Edit: 2007/09/13 06:42 By 4umfreak.
 
 
#22356
Re:adjusted discussbot like on this site 1 Year, 4 Months ago  
Hi 4umfreak,
Thanks for looking into this.
Not sure what is going on. But I did find a few interesting 'bugs' that may be just 'my issues'.
This is clean 1.0.3 FB and discussbot 1.0.3 running on top of J! 1.0.12.
1. After inserting discussbot and updating exsiting article the post showed up in FB without "Name" but with subject.
2. Subject link created along with post could not handle '-' inserted between words in URL

** This thread discusses the Content article: Using Multiple 'Show-Hide _layer_s' Behaviors **

which oddly enough was correct when viewed/edited in boardcode as admin user (author of article could not edit it since he was not the 'owner' as noted above).

Not sure if it is a combo of new version of FB or perhaps of the bot...
Any ideas?
Many thanks!


p.s. It is an old avatar I found while listening whose words are in signature...I took it as a sign and have not looked back.
lebisol (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#22456
Re:adjusted discussbot like on this site 1 Year, 3 Months ago  
lebisol wrote:

Is user supposed to be redirected to original story or to forum topic after submitting comment?


Forgot to respond to this question. The user is supposed to remain at the story and should be able to see the new post. Depending on config there may be two posts if it's the first one.


I'll have to get FB 1.0.3 on my dev environment - I'm still on the 1.0.2 version!!!

-M
4umfreak (User)
Senior Boarder
Posts: 250
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
Last Edit: 2007/09/13 15:41 By 4umfreak.
 
 
#22489
Re:adjusted discussbot like on this site 1 Year, 3 Months ago  
Thanks 4umfreak,
Post back if you get some time.
Really cool bot, I am few steps away from removing JC comments...as there will be no need to for separate comment component.
As you can tell I just fund FB recently - by accident and by doing updates on my existing component....so far I am FB.

Maybe we can have a new 'clean' sticky post on this plugin?

Thanks!
lebisol (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/13 18:38 By lebisol.
 
 
#22517
Re:adjusted discussbot like on this site 1 Year, 3 Months ago  
I noticed we can do a small change in html to remove the annoying border arround avatar.
[code:1]// For FB version 1.0.0 or 1.0.1
$content .= 'avatar . '" alt=" " />';
} else {
// For FB 1.0.2+
$content .= 'avatar . '" alt=" " />';[/code:1]

should perhaps read:
[code:1]// For FB version 1.0.0 or 1.0.1
$content .= 'avatar . '" alt=" " border="0" />';
} else {
// For FB 1.0.2+
$content .= 'avatar . '" alt=" " border="0" />';[/code:1]

essentially just added [b]border="0"[/b] tag

I have not tested it, I don't really want to bucher your work.

Also, for my issue of not submitting I looked at the html source produced and I doesn't seem like the Form tag is even generated for submitting the quikc post. Can this be part of problem since it is FB 1.0.3 that I am runing? Sorry but have not wrapped my head arround all of the functions of FB.
Let me know what you think....
lebisol (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/13 21:34 By lebisol. Reason: saw that tag is not created on article
 
 
#22519
Re:adjusted discussbot like on this site 1 Year, 3 Months ago  
I haven't tested it either but it looks good to me. I hadn't actually noticed the border but I'm all for leaving that stuff to the CSS!

Added it to my code.

-M
4umfreak (User)
Senior Boarder
Posts: 250
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
 
Go to top