Hi BuildHeaven

> Hi everyone, I'm using the UploadPlugin on version 2.8.0 and I would like
> to edit the upload options screen which is available via the
> backstage>Upload buttons. I just want to copy my store.php url into it

In the backstage dialog you get some parameters you can use for
hardcoding values:

Create a (plugin)tiddler called something like zzConfig and tag it
with systemConfig
(zz* is to ensure that your plugin (plugins are tagged with
systemConfig) is loaded after all other plugins have been loaded.)

For defining "txtUploadUserName" write:
config.options.txtUploadUserName="username";
For defining "pasUploadPassword" write:
config.options.pasUploadPassword="password";
(Be aware that anyone can make changes and upload them if you have set/
hardcoded both the correct password and username in your TW!!)
txtUploadStoreUrl
config.options.txtUploadStoreUrl="http://yourURL/store.php";;
If your store.php is in the same dir as your index.html (TW) it
shouldnt be neccesary to write anything as it defaults to :
store.php..

Same procedure for the rest of them...

If you just want it to remember the "txtUploadStoreUrl" you should end
up with a tiddler called zzConfig tagged with systemConfig and a
single line:
config.options.txtUploadStoreUrl="http://yourURL/store.php";;

Save and reload the document..


> I would love it if I could just use this like a regular website login.
> is there a plug in for that so that I can just log in with a ID and
> password and it will let me edit and save? It would be great to just enter
> an ID and password and click a "remember me" checkbox and not have to fret 
> with it anymore.

What you ask for is provided by TiddlySpot and TiddlySpace.
If you need to use your own server for your documents you can install
BidiX's TiddlyHome package to get morel possibilities for saving, than
you have now.
Private mode (No one can view it unless they log in - similar to
TiddlySpot's private mode - or TiddlySpace's Private mode...)
Shared mode (You can let another user - or group of users have write
access to your wiki - they can't delete it)
Normal mode (Everyone can read your content - but they can't edit
it..)

There's an even simpler way to get a standard login via the php script
"MicroTiddlyServer" provided by Athman Boukhaoua.

Search for MicroTiddlyServer on this group and you'll find it.
I've had a few problems with it - however it might work well in your
case..

Good luck

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to