1
Hey there
I'm trying to get rid of the redirect page or at least be able to use one that allows me to use ajax to reload a div after data has been inserted....
First, I tried using the default redirect_header function from XOOPS but since I adapted the whole admin interface to use ajax every time I use the redirect_header function it reloads the whole page and, consequently, it get some errors 'cause it should be loaded into the div and not the whole page itself.
I know the header function has to reload the whole page and then I started looking over here to get a workaround and came to this link -->
Show XOOPS redirect page messages in theme - Xoops-magazine.com.
But I couldn't get this running either on my XOOPS version.
I'm currently running
XOOPS Brasil version and the lines to be changed are different and some non-existent.
Is there a way to recreate a new redirect page or having after the insertion some auto-reload function for the div? I wanted just to get the page loaded somehow... I've already looked for two days over google and found bunches of links and suggestions but I couldn't get any to work!
Thanks for any help.