Update
K got it to work, the modules load now all
+ added an rss reader module
+ added loggedin and notloggedin option
- changed additional functions module so parts will only show with permission
-some fixes
Live-3.0.1-m.0.2.zip
<- theres still a serious bug causing the whole modules not to load if there's more then one
haha ^^
But it's just a single | which is in the module list at the beginning , therefore every if function and then for each etc fails
should be possible to fix till tomorrow
Then I'll make a rss module and a qrcide
Anyway the template works if it's only one module
There you go :
Live-3.0.1-m.0.1.zip I just wanted to say I'm stopping the work with the rawr template
And try to write a mod for the live template
(have to see how jquery works :/ haven't done a thing yet with jquery)
Progress so far :
Checking all module permissions will be done on the beginning - works
After that a list with modules will be set - works
( currently there's only the off option but options can be added simply
All the modules are stored then in JavaScript objects
And will the be shown on mouseover on an <a>
Tag in the header span in a div below using jquery - works
now I have to get an idea on how to process the submission of forms
To execute serverside scripts through modules
But I think I'll just load an post.txt file from every template in the standard section
Which autochecks if a postvar with the moduleid is given,
Then executes the serverside script and optional creates an HTML file with a response
Which then will be loaded using jquery
<- submitting a form works now and only the part of the module gets loaded and executed =)
After this the only thing left is writing the modules ( and maybe sometime extend the module system for more functionality)
<- now only some minor things have to be done,i think ill write a change password module first
<- k
it works all pretty well , i nearly can copy the modules from the other template
ofcourse the layout and css has changed but thist should be a minor problem, some things could be optimized cause i can now use jquery to do some things =) i'll try to port the additional functions module tomorrow =)
Forgot to say I still have to let the template process the macros from the modules
But this should be easy to do, I think it will do it if
Store every content of a module in a single var
<- done
Does even anyone want a module system for the live template?