Hi,
when I edit a user in joobb backend and press the save button nothing happens.
the java script function submitbutton(pressbutton) from the view gets executed.
but the task joobb_user_save will never reach the main file admin.joobb.php.
I'm logged in with my default joomla super administrator account, trying to set administrator rights for the board.
The Apply button shows the same behavior, Cancle button works without problems.
Is this reproducible on another system? or am I the only one with this problem?
Would do some research to find the problem but I'm really tired atm
Regards
Ramses,
I had same problem long time ago. As I can remember it was something with javascript activation. First I thought it was Joo!BB only, but than I found out I had the same problem saving standard Joomla article.
Plz let me know, if this was useful for you?
Robbie
[Edit]
Do you sleep anyway?
off topic:
Quote by Robbie:Ramses,
Do you sleep anyway?
this happens from time to time
on topic:
Saving an article works fine. also saving joomla user works. (and anything else I tried)
what exactly do you mean with java script activation?
My browser is allowed to use java script, and the js function is called an works. Somewhere inside this function the execution stops.
/*edit*/
it seems that the call to "r.exec()" stops the execution of the script.
unfortunately I did not found enough documentation why this can happen.
/*edit*/
got it! (hopefully)
var r is missing
fixed in my branch in rev 78
you can merge this fix back to trunk if u want (or I can do this for you)
Regards
Ramses,
I fixed it in main SVN, too.
Many thanks.
Robbie