|
|
|
3 new subscriber downloads 5 Months ago
|
Karma: 89
|
|
I posted 3 more downloads for subscribers:
- A plugin to provide RISP shoutbox integration
- A plugin to provide SMO shoutbox integration
- A plugin to provide UddeIM integration
Note that these are all very new beta code and may or may not work for you. Please post any issues in the forums.
Yes, these will eventually be released to the general public, but for now, they are for subscribers only.
These are for use only with the current SVN releases.
Head over to the subscribers download area and grab your copies now! If you aren't a subscriber yet, support the community and SIGN UP!
|
|
|
|
Logged
|
|
|
Please DO NOT send support requests via PM or email.
No, I do not want to log into your website to fix your problem for you.
Instead, please post a question in the forums so everyone can benefit.
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 4
|
|
ohh, these are cool... lets test them...
thanks pragma
|
|
|
|
Logged
|
|
|
Last Edit: 2008/08/06 10:02 By xabaras.
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 4
|
|
hi,
I have tried the plugin for SMO shoutbox integration... There are some issues...
I have enabled both options for new score and new highest score message, but:
If a game has NO score saved, and i save the first score for that game, two messages appear "correctly" in the shoutbox, one for the new score, one for the new highest score; if i save another highest score for that game, only another message of new score appears, and not the message for the new highest score.
Moreover, i think it would be better if an only message appear, for a new "normal" score, or for a new high score... not both them...
At last, the plugin supports games with reversed score?
And, can usernames and gamenames in the messages be linked to users profiles and game pages?
p.s. opss, sorry if this is not the right place to talk about this...
|
|
|
|
Logged
|
|
|
Last Edit: 2008/08/06 15:55 By xabaras.
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 6
|
When it comes to joomla 1.5 and new Risp shoutbox, the table is not #__liveshoutbox anymore but #__shoutbox.
Only needs to be replaced in INSERT lines.
I also think shouting twice when new hiscore and new score is too much.
btw, it first shouts for new hiscore and then for new score.
But it works great!
it seems to support reverse scoring
To add links to games I modified this part (for RISP shoutbox!):
| Code: |
$entryby = $gamename;
$thetime = time();
$msg = $newusername . " just scored " . $score;
$url = "index.php?option=com_puarcade&Itemid=100004&gid=".$gameid;
|
and
| Code: |
$entryby = $gamename;
$thetime = time();
$msg = $newusername . " just got a NEW HISCORE: " . $score;
$url = "index.php?option=com_puarcade&Itemid=100004&gid=".$gameid;
|
More info as soon as I have tested UddeIM notification
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 0
|
i got a white page when plugin is enabled. But only for "Shout when new Champion". For every score is working.
i use Zyuras Shoutbox ver. 2.0.3 for Joomla! 1.5, which depends on risps shoutbox. extensions.joomla.org/component/option,c...k_id,4863/Itemid,35/
table in database are the same and the message is in it, so i dont know why i get this white page....
|
|
|
|
Logged
|
|
|
Last Edit: 2008/08/07 04:18 By sko.
|
|
|
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 0
|
is it working for all with J1.5? iam the only one with this prob? 
|
|
|
|
Logged
|
|
|
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 89
|
|
There aren't many people using these plugins. Just you guys for testing.
|
|
|
|
Logged
|
|
|
Please DO NOT send support requests via PM or email.
No, I do not want to log into your website to fix your problem for you.
Instead, please post a question in the forums so everyone can benefit.
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 6
|
sko wrote:
i got a white page when plugin is enabled. But only for "Shout when new Champion". For every score is working.
i use Zyuras Shoutbox ver. 2.0.3 for Joomla! 1.5, which depends on risps shoutbox. extensions.joomla.org/component/option,c...k_id,4863/Itemid,35/
table in database are the same and the message is in it, so i dont know why i get this white page....
I'm using this shoutbox for j1.5.
extensions.joomla.org/component/option,c...ink_id,43/Itemid,35/
It's working fine with PUplugins. The only thing to modify is the table name in plugins php file (#__shoutbox instead of #__liveshoutbox) as mentionned above.
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 0
|
ok, the original from risp doesnt work for me too.. after sending score i get white page (but he do the news in the database/shoutbox, after refresh to startsite i look into shoutbox and all there). but its only for shout when new highscore. shout for every score working good and both together too.
so it doesnt depends on shoutbox module (com_shoutbox is the original from risp). grmpf... 
|
|
|
|
Logged
|
|
|
Last Edit: 2008/08/07 23:26 By sko.
|
|
|
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 10
|
|
Sorry have been away, will look into the issues this weekend.
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 0
|
|
thx! didnt know why it works with both enabled but not with only highsore..
|
|
|
|
Logged
|
|
|
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 6
|
|
Ok, it seems we had the same issue actually:
White page when scoring on some games...
I unpublished UddeIM plugin and now my problematic games score just fine. both on new score and new hiscore.
do you have the UddeIM Plugin published? try unpublishing it
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 0
|
|
no uddeIM..
work all games:
publish all scores --> yes
publich highsores --> yes
work all games:
publish all scores --> yes
publich highsores --> no
doesnt work all games:
publish all scores --> no
publich highsores --> yes
i have the normal J1.5 plugins + jReviews Comment Plugin, PUArcade System Bot, google maps and Search - EventList
|
|
|
|
Logged
|
|
|
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 10
|
|
Ok,
So changes required in summary
1. RISP table has changed to #__shoutbox
2. We shouldn't fire both events, it should be either a new score or a new hi score... (if both options are enabled)
Im struggling to understand the issue about switching both on options at the moment, as the configuration should in theory have absolutely nothing to do with anything else.
If I get change 2) implemented above, this might resolve things anyway.
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:3 new subscriber downloads 5 Months ago
|
Karma: 0
|
|
i do diabled all other components plugins and changed order, so that was not the reason.... mh..
|
|
|
|
Logged
|
|
|
Joomla 1.5.8
PuArcade 2.3.1 RC2
PHP 5.2
|
|
|
The administrator has disabled public write access.
|
|