1
I'm sure this has been asked before, but I can't find any reference to it anywhere. Is there any way to avoid having to run a module update if I've just tweaked the template file and want to view the changes.
This is the full situation. I'm working on building a new module and I hate having to run update after any changes to the template file. What should be a save and refresh turns into a 30 second switch to Firefox tab with admin module page open, scroll down, click update, wait for load, click yes, wait for whole module to update, click done, switch back to tab, refresh page. This is highly annoying when I'm tweaking CSS settings trying to get alignment just right.
I looked at footer.php and it seems to force using the template stored in the database. So from my limited knowledge of XOOPS architecture, it seems that the only choice is to somehow run the method that updates the template. I'm not sure how to do this without tearing into more of the architecture which I can do, but I'm hoping someone already has the answer available.
Thank you for any help,
Leo