Hey Guys,
wanted to release the first fully working mod a lil bit earlier but didnt find the time to publish it:)
and yesterday i saw the 0.1.3 rawr template were released so i updated it to the new version :)
sry that it took that long but first i didnt found a way to use macros in the modcontent.txt in the modules
and so i had to submit the forms of the module to another diff tpl which lead to the problem that i couldnt check delete permissions after submitting -.-
but now everything works fine :)
Module files & explanation:
- options.txt
file to set the display options for a module. Seperate options with a piep |
| Option: | Description: |
| onlylocal | if set to 1 the modules will only show on local pcs |
| loggedin | when set to 1 the modules show for loggedin users, if set to 0 the moduls wont show for loggedin users |
| notloggedin | when set to 1 the modules show for not loggedin users, if set to 0 the moduls wont show for not loggedin users |
| keyallow | when set to 1 the module will only be displayed for accounts or groups who have the id of the module in the account notes activated. for example : mod.roessi.additionalfunctions=1 |
| plugin | when set to 1 the module wont be displayed, only the modcontent.txt is executed. |
| off | when set to 1 the module wont be displayed at all |
New since 1.1 (26.08.2010) :
| right | Displays the module on the right side |
| left | Displays the module on the left side |
| top | Displays the module on the top |
| bottom | Displays the module on the bottom |
New since 1.2 (29.08.2010):
| [paths] | set the pathes in which u want the module to be displayed. each path in one line under the section |
New since 1.3 (29.08.2010):
| pinned | when set to 1 the module will be pinned the first time, when set to never the module wil be never pinned, if set to always the module will be always pinned |
- modcontent.txt
file where the html/script content of a module is stored.
Addiotional Functions Module (http://rawrmodulemod.googlecode.com/files/mod_additionalfunctions.zip) Release
| Screenshot 1 | Screenshot 2 | Screenshot 3 |
(http://a.imageshack.us/img843/6816/hc038.jpg) (http://img843.imageshack.us/i/hc038.jpg/)
| (http://a.imageshack.us/img841/9133/hc037.jpg) (http://img841.imageshack.us/i/hc037.jpg/)
| (http://a.imageshack.us/img507/3654/hc030.jpg) (http://img507.imageshack.us/i/hc030.jpg/)
|
Functions:
| Function: | Notes: | Screenshot |
| Change Password |
| Change Username |
| Create Folder |
| Delete | Just Check any file to be deleted and press submit. | Screenshot 2 |
| Rename | Just write the new name in the field;You can rename as many files/folders at a time as you want. | Screenshot 3 |
Changelog:
| Date: | Description: |
| 18.08.2010 | Release |
| 22.08.2010 | Minor fixes |
| 29.08.2010 | Changed options file |
Uploadfolders Module (http://rawrmodulemod.googlecode.com/files/mod_upload.zip) Release
Function:
This module is to create own , personal upload folders for users automatically
Options:
File: options.txt
| Option: | Description: |
| hddpath | this is the path where the existing folder on your hdd is where the folders will be created |
| vfspath | this is the relative path to the folder in your vfs where the folders will be added to |
| access | set this to 1 if you want only the user to have acces to his folder |
| upload | set this to 1 to give the user upload rights automatically once the folder is added |
| delete | set this to 1 to give the user delete rights automatically once the folder is added |
| adminaccess | when set to 1 the user set as admin will get all rights too |
| admin | the user who will get those rights . you should be able semicolon seperate a list of users to be admin.... dunno why but you cant use a group. it doesnt work when you use the {.set item.} macro and add access for groups ??? only for users |
Description:
It works the following way
if a logged in user loads the page and no folder for him exists in the given path, a folder will be created there
and added to the vfs path you set in the settings.txt
and depending on your settings the permissions for the folders will be given :)
dunno if anyone can use it :) but i use it to give users a personal upload folder where no one else has access to.
Note:
You won't see any new module, its just a script that runs when the module is activated
Changelog:
| Date: | Description: |
| 22.08.2010 | Release |
| 29.08.2010 | Merged settings.txt into options.txt. Changed options file |
Register Module (http://rawrmodulemod.googlecode.com/files/mod_register.zip) Release
Function:
This module is for users, to register an new account.
Options:
File: options.txt
| Option: | Description: |
| enabled | when set to true new accounts will be enabled by default. when set to false they will be disabled |
| member of | set the groups seperated with a ; the user will be added to by default |
| notes | set the notes you want to have the users account to be added by default |
| [access] | in this section set all the pathes the user should get access permissions by default, one path per line |
| [upload] | in this section set all the pathes the user should get upload permissions by default, one path per line |
| [delete] | in this section set all the pathes the user should get delete permissions by default, one path per line |
Changelog:
| Date: | Description: |
| 29.08.2010 | Release |
| 31.08.2010 | Changed the options. So you have [sections] for pathes instead of seperating them with a | |
Howto Install a module:
Just extract the zip archive of a module into template/rawr_default/modules.
Planning:
- Admin Module with Complete VFS and User Management
New setting in the modules, to choose where to display the module on the page. (top,bottom,left,right) Done.
Template:
Changelog:
| Date: | Changes | Newest Version |
| 21.08.2010 | TSG fixed a bug in his v0.1.3 RawrTemplate |
| 22.08.2010 | fixed a bug where modules didnt work when set as Plugin |
| 22.08.2010 | | RAWR-Template-0.1.3 - Module Mod.zip (http://rawrmodulemod.googlecode.com/files/Rawr%20Template%20Modules%20Mod%20v.0.1.3.zip) |
| 26.08.2010 | Added Setting to choose position of module(left,right,top,bottom) | Rawr Template Modules Mod v.0.1.3.m.1.1 (http://rawrmodulemod.googlecode.com/files/Rawr%20Template%20Modules%20Mod%20v.0.1.3.m.1.1.zip) |
| 29.08.2010 | Changed way of handling options and renamed restrictions.txt to options.txt , also removed title.txt | Rawr Template Modules Mod v.0.1.3.m.1.2 (http://rawrmodulemod.googlecode.com/files/Rawr%20Template%20Modules%20Mod%20v.0.1.3.m.1.2.zip) |
| 29.08.2010 | Added the option pinned. Added ids to every module and changed the keyallow option | Rawr Template Modules Mod v.0.1.3.m.1.3 (http://rawrmodulemod.googlecode.com/files/Rawr%20Template%20Modules%20Mod%20v.0.1.3.m.1.3.zip) |
| 31.08.2010 | Changed the way you can set pathes where the module will be displayed | Rawr Template Modules Mod v.0.1.3.m.1.4 (http://rawrmodulemod.googlecode.com/files/Rawr%20Template%20Modules%20Mod%20v.0.1.3.m.1.4.zip) |
[/tr
| 6.3.2012 | Added ability to load headerscripts and | Rawr Template Modules Mod v.0.1.3.m.1.5.2 (http://rawrmodulemod.googlecode.com/files/Rawr%20Template%20Modules%20Mod%20v.0.1.3.m.1.5.2.zip) |
Modules:
| Name: | Released: | Latest Versiont: | Attachment: |
| Additional Functions | 18.08.2010 | 22.08.2010 | mod_additionalfunctions.zip (http://rawrmodulemod.googlecode.com/files/mod_additionalfunctions.zip) |
| Uploadfolders | 22.08.2010 | 22.08.2010 | mod_upload.zip (http://rawrmodulemod.googlecode.com/files/mod_upload.zip) |
| Register | 29.08.2010 | 31.08.2010 | mod_register.zip (http://rawrmodulemod.googlecode.com/files/mod_register.zip) |
When there are any questions , problems or bugs. Just Reply or PM (http://www.rejetto.com/forum/index.php?action=pm;sa=send;u=5222) me. Ill do my best to solve the problem