No account yet?
 

Subscriptions

ImageWhen you sign up as a premium subscriber, you get more than access to a host of fantastic features. You become a member of a flourishing community that continuously improves the very projects that run your website. Why not sign up today?

Subscriber Benefits

  • Subscriber only addons and plugins!
  • Latest beta code and SVN builds!
  • Access new versions before anyone else!
  • Premium Priority Support!
  • User Manuals for our components!
Read On!
Pragmatic Utopia
Welcome, Guest
Please Login or Register.    Lost Password?
multi_mod with ajax (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: multi_mod with ajax
#3146
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
multi_mod with ajax 1 Year, 3 Months ago Karma: 29  
im currently developing ajax for the multi mod

check out what i have so far on steve-o-meter.net

SoM
 
Logged Logged  
 
Last Edit: 2007/09/26 10:56 By steveometer.
 
  The administrator has disabled public write access.


#3148
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 33  
I see the ajax-mod on your testsite, very nice
and your template is very nice too
 
Logged Logged  
 
  The administrator has disabled public write access.
#3183
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 29  
at this point you'd have to hack PUA to make the ajax thingy work

i bet i can either make a component for that module, or get pragma to include it in the next release

SoM
 
Logged Logged  
 
  The administrator has disabled public write access.
#3229
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 29  
also look at the profile highscore tab, that has been ajax'd so you dont have to reload the profile (usually slowest page on site) to sort the scores by date or game name

SoM
 
Logged Logged  
 
  The administrator has disabled public write access.
#3264
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 29  
download the ajax module here

extensions.joomla.org/component/option,c...k_id,3202/Itemid,35/

dont forget to vote for my extentions and add as favorite if you use it

SoM
 
Logged Logged  
 
  The administrator has disabled public write access.
#3266
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 33  
Your new Module dont work for me. If i klick a link (new,popular or random) the loadinggraphic comes and load and load and load
I use it with joomla 1.0.13, pua 2.1.2 and PHP 5.2.3
 
Logged Logged  
 
  The administrator has disabled public write access.
#3267
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 29  
i haven't had a chance to test 1.0.13 i guess i should dl a copy and install it so i can test on it

i use 1.0.11 still, but its pretty modded now

SoM
 
Logged Logged  
 
  The administrator has disabled public write access.
#3268
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 33  
ahhhh, its the mod_pu_ajax_module.js!

var url = "steve-o-meter.net/modules/mod_pu_ajax_module_ajax.php?type=" + type + "&limitstart=" + page + "&limit=" + limit + "&data=" + data;
var element = document.getElementById('puarcademodule';
element.innerHTML = '';

I have change the urls and now its works
 
Logged Logged  
 
  The administrator has disabled public write access.
#3269
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 29  
d'oh i forgot i hard coded that part, fixed in the downloads now

SoM
 
Logged Logged  
 
  The administrator has disabled public write access.
#3270
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 33  
On my site the module only works on puarcade-component, on other components or contentpages are only comes the loading-graphic if i clicking the links.
 
Logged Logged  
 
  The administrator has disabled public write access.
#3272
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 29  
hmm, looking at it right now

SoM
 
Logged Logged  
 
  The administrator has disabled public write access.
#3283
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 29  
i swear ive spent the last 28 hours reading thru the code

i dont see anything wrong, no syntax errors, no undefined variables, nothing that would suggest why it's not working

pragma, please help me on this one

ive written all the code for this to work without any other files loaded, so... what gives???

SoM
 
Logged Logged  
 
  The administrator has disabled public write access.
#3287
pragma (Admin)
Moderator
Posts: 2544
graph
User Online Now Click here to see the profile of this user
Gender: Male Pragmatic Utopia PUArcade
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 89  
Bundle up the code and send it to me so I can take a look at it.
 
Logged 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.
#3298
steveometer (User)
Steve Alan Thought Of That
Modder
Posts: 483
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: St Louis, MO Birthdate: 1977-08-08
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 29  
i got it working, for some odd reason the module wants the common.js

dunno?

view the listing on Joomla! Extentions HERE

dont forget to rate and review the mods for PUA there

SoM
 
Logged Logged  
 
  The administrator has disabled public write access.
#3299
miro912 (Moderator)
Moderator
Posts: 790
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Arcade4Fun Location: Germany Birthdate: 1965-12-09
Re:multi_mod with ajax 1 Year, 3 Months ago Karma: 33  
Hi Steve,
the first link not working (i think its the _link_ thing from fireboard)
and your download is not updatet, so i ad
echo "";
and now it works!
thank you steve


boaaaaah, fireboard is very boring, no codes, links wrong ....

here the codeline as image
 
Logged Logged  
 
Last Edit: 2007/10/10 02:13 By miro912.
 
  The administrator has disabled public write access.
Go to top

My Amazon.com Wish List