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!
adjusted discussbot like on this site (1 viewing) (1) Guest
Go to bottom Favoured: 11
TOPIC: adjusted discussbot like on this site
#32267
Re:adjusted discussbot like on this site 1 Year ago  
fabs (User)
Junior Boarder
Posts: 63
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#32298
Re:adjusted discussbot like on this site 1 Year ago  
Thanks a lot, I"m downloading it

Cy all
Dade (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Gender: Male STALKERHispano Pluc16@hotmail.com Location: Pamplona Birthdate: 1988-02-18
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
The administrator has disabled public write access.  
#32300
Re:adjusted discussbot like on this site 1 Year ago  
OK thanks but why does it say 'Still testing - not for release yet'

Cheers

Greg
gwmbox (User)
:) I like Smilies :)
Junior Boarder
Posts: 78
graphgraph
User Offline Click here to see the profile of this user
Gender: Male dogsites dogsites@hotmail.com Location: Perth Western Australia
Logged Logged
 
-------------------------------------
Computer Nut and Web Designer
 
The administrator has disabled public write access.  
#32306
Re:adjusted discussbot like on this site 1 Year ago  
it says testing because that is the latesst release and the developer is a restless sould that enhances the bot all the time. u can see that by following this huge thread
for me that realease works great, without any flaw... if it does not then use the last stable release..
fabs (User)
Junior Boarder
Posts: 63
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#32828
Re:adjusted discussbot like on this site 1 Year ago  
O.K., problem.

I finally decided to drop the other discussbot and use the objectclarity one--deleted old, installed new...now I get this error written all over my front page:

Warning: Call-time pass-by-reference has been deprecated...followed by a bunch of stuff ending in a link to line 355 in the discussbot.

Any ideas?

As luck would have it with the redesign of the board the downloads section is not working so I can't go back to the old one...kinda of a pain!

--Darin
darinb (User)
Junior Boarder
Posts: 41
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#32835
Re:adjusted discussbot like on this site 1 Year ago  
I am getting the same reference warnings and the bot does not show up whether on auto or manual mode.
Have not had enough time to debug myself.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#32837
Re:adjusted discussbot like on this site 1 Year ago  
darinb wrote:
O.K., problem.

I finally decided to drop the other discussbot and use the objectclarity one--deleted old, installed new...now I get this error written all over my front page:

Warning: Call-time pass-by-reference has been deprecated...followed by a bunch of stuff ending in a link to line 355 in the discussbot.

--Darin


Do you have access to the php.ini file on your server?

You can define what to log and where to log errors/warnings/notices...

I too log a lot but have them written to my error.log file on the server rather than bothering my users with these messages.

Anyway same error message here.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
Last Edit: 2007/12/01 21:41 By fxstein.
 
 
The administrator has disabled public write access.  
#32838
Re:adjusted discussbot like on this site 1 Year ago  
Hadn't noticed that before...

Simply remove the two ampersands from line 355. That's the pass-by-reference indicator causing the warnings and in this case there's no need to pass these variables by reference.

[code:1]
$resultid = insertContentAsFirstPost( &$row, $catid, $subject, $prefix, &$insertTime, $ipAddy, $botCopyContent);

After:
$resultid = insertContentAsFirstPost( $row, $catid, $subject, $prefix, $insertTime, $ipAddy, $botCopyContent);

[/code:1]
4umfreak (User)
Senior Boarder
Posts: 248
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
The administrator has disabled public write access.  
#32845
Re:adjusted discussbot like on this site 1 Year ago  
O.K., great! That worked perfectly.

Now another question.

1) I see the option for having an image appear instaed of text--good! But what link do I use for the image?

2) The discuss link is appearing at the bottom of the article. In the old discuss bot I used the tag at the beginning of the article, so it appeared after the byline. Can I control the position with this discussbot?

3) The quickpost feature is cool--but doesn't appear on the front page. Very few of my posts require going beyond the front page, thus viewers will almost never see the quick post link. Is there a way to make it appear on the front page? Even better, make it appear as an image?

Thanks!

--Darin
darinb (User)
Junior Boarder
Posts: 41
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#32938
Re:adjusted discussbot like on this site 1 Year ago  
There's an image included in the 1.0.3 version - I guess I don't know what you're asking.

It was never intended to put the link at the front of the text, I never tried it there. If you don't mind reading code, have a look and try it.

Quickpost was left off the front page on purpose. It really messes with the page layout so I didn't expect people would want to use it there - just like comments on the front page. Comments aren't displayed on the front page either.

-Mark
4umfreak (User)
Senior Boarder
Posts: 248
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
The administrator has disabled public write access.  
Go to top