Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Plugin Picasa Gallery
Post: Plugin Picasa Gallery

Try to disable(rename) the .htaccess File in /plugins.
Sanddorn Plugins 11 31,782 2010-04-07, 18:01:33
    Thread: Plugin Picasa Gallery
Post: Plugin Picasa Gallery

getsimple/plugins - .htaccess - gs-picasa-ad-galler.php getsimple/plugins/gs-picasa-ad-gallery - zend Folder - css, js, pictures Don't forget to add head.js to your template file.
Sanddorn Plugins 11 31,782 2010-04-07, 04:39:29
    Thread: What programs do you use to development?
Post: What programs do you use to development?

Concept: Pen and Paper, Outliner, Instaviz, Palettes Pro(iPod Touch) http://colorschemedesigner.com/
Sanddorn Developer Discussions 31 77,081 2010-03-22, 01:25:17
    Thread: .htaccess deny all in plugins folder
Post: .htaccess deny all in plugins folder

Thanks, that works.
Sanddorn Developer Discussions 8 19,969 2010-03-22, 01:18:09
    Thread: Plugin Picasa Gallery
Post: Plugin Picasa Gallery

The new Version is out on Github. Quote: -- A function to stop the text popup from covering the bottom portion of the image would be good. -- You mean an option to display the text outside the ima...
Sanddorn Plugins 11 31,782 2010-03-22, 01:16:32
    Thread: .htaccess deny all in plugins folder
Post: .htaccess deny all in plugins folder

But with "deny all" the browser can not load stuff from /plugins/myplugin. I need an "allow all" place for theming my plugin and storing JavaScript files. confused
Sanddorn Developer Discussions 8 19,969 2010-03-21, 21:43:46
    Thread: .htaccess deny all in plugins folder
Post: .htaccess deny all in plugins folder

/data is nice for saving data, but where to place images, .js and .css Files that i need for my plugin? /theme/plugins?
Sanddorn Developer Discussions 8 19,969 2010-03-21, 20:00:30
    Thread: What programs do you use to development?
Post: What programs do you use to development?

Mac: Editor TextMate (there is a clone for Windows http://www.e-texteditor.com/ watch the screencast!), TextWrangler for quick edits PHP Module from Marc Liyanage http://www.entropy.ch/software/maco...
Sanddorn Developer Discussions 31 77,081 2010-03-21, 19:26:11
    Thread: Plugin Picasa Gallery
Post: Plugin Picasa Gallery

Sorry, i hadn't the Time to test 2.01(lot of learning and work) and not realized that the plugin folder has moved. There will be an update of the plugin in the next days.
Sanddorn Plugins 11 31,782 2010-03-21, 07:32:27
    Thread: Plugin Developers: Hook Requests
Post: Plugin Developers: Hook Requests

Sending Mail So i can use the data submitted by the mailform to build an Office document(e.g. .odt http://www.odtphp.com/ ) and attach it to the mail.
Sanddorn Developer Discussions 47 145,859 2010-02-22, 07:19:33
    Thread: Plugin Picasa Gallery
Post: Plugin Picasa Gallery

This plugin uses Ad Gallery (http://coffeescripter.com/code/ad-gallery/) to display Picasaweb albums. You can set for each page the album name to display, size of the picture and size of the thumbs. ...
Sanddorn Plugins 11 31,782 2010-02-21, 07:23:59
    Thread: uri/id confusion - Bug or an Feature?
Post: uri/id confusion - Bug or an Feature?

I'm working at an plugin and use some code from the costumfields.php Code: -- $data_edit = array(); // get saved page data $uri = @$_GET['uri']; $path = GSDATAPAGESPATH; // get saved page da...
Sanddorn Developer Discussions 2 7,188 2010-02-21, 01:15:57
    Thread: problema during installation... infinite loop [SOLVED]
Post: problema during installation... infinite loop [SOL...

Well, just change admin/settings.php Line 60 from: $SITENAME = htmlentities(cl($_POST['sitename'])); to: $SITENAME =cl($_POST['sitename']); and everything works fine.
Sanddorn Installation & Setup 16 38,452 2010-02-17, 01:43:06
    Thread: New Plugin - CustomFields
Post: New Plugin - CustomFields

Ah, ok. Thats great - thanks.
Sanddorn Plugins 67 176,598 2010-02-08, 04:10:07
    Thread: http://www.carport-garagen.de
Post: http://www.carport-garagen.de

http://www.carport-garagen.de GetSimple is perfect for small business sites like this. The Theme is build with the CSS Framework http://www.yaml.de and a lot jQuery. I use http://www.odtphp.com/ to...
Sanddorn Sites Using GetSimple 0 4,754 2010-02-07, 02:15:53
    Thread: Download Language Pack
Post: Download Language Pack

I'm* to stupid to find an simple way** for downloading the Language Packs from Google Code. Please make an easy Download Page. *GitHub User ** go to google Code, do not use right click and "save ..."...
Sanddorn General Questions and Problems 1 6,133 2010-02-07, 00:38:08
    Thread: New Plugin - CustomFields
Post: New Plugin - CustomFields

Well, i installed CustomFields - but i still dont know how do use it. Can you please make an example?
Sanddorn Plugins 67 176,598 2010-02-07, 00:18:46
    Thread: CKEditor?
Post: CKEditor?

Please add Format and Style.
Sanddorn Feature Requests 17 40,009 2009-10-19, 05:53:03
    Thread: Editor to have more Format options
Post: Editor to have more Format options

GetSimple!
Sanddorn Feature Requests 1 5,781 2009-10-18, 12:40:27
    Thread: Issue with Ordered List showing up
Post: Issue with Ordered List showing up

Check your css, the editor uses normaly a different css file. See http://get-simple.info/forum/viewtopic.php?id=173 (second post).
Sanddorn General Questions and Problems 5 13,226 2009-10-18, 12:38:11
    Thread: Bugfix for some TinyMCE Problems (GetSimple 1.7)
Post: Bugfix for some TinyMCE Problems (GetSimple 1.7)

For a better Preview add Code: -- content_css : "/default.css", -- Please note: adapt the name of the css File if necessary. Unfortunately i can´t* get TinyMCE to show me my css classes in the st...
Sanddorn Developer Discussions 2 10,730 2009-10-17, 00:27:11
    Thread: Problems with links on the page (adding "/admin")
Post: Problems with links on the page (adding "/admin")

http://get-simple.info/forum/viewtopic.php?id=173
Sanddorn General Questions and Problems 2 8,116 2009-10-06, 09:28:18
    Thread: Bugfix for some TinyMCE Problems (GetSimple 1.7)
Post: Bugfix for some TinyMCE Problems (GetSimple 1.7)

Please change line 241 in File admin/edit.php line 241 from: Code: -- relative_urls:false -- into Code: -- relative_urls:true, document_base_url : "" -- See: http://wiki.moxiecode.com/index...
Sanddorn Developer Discussions 2 10,730 2009-10-06, 09:27:07
    Thread: Image tinyMCE
Post: Image tinyMCE

Well, Code: -- relative_urls:false -- "repairs" the path of the images in tinyMCE, it is adding /admin to the path :( . After updating to 1.7 this was driving me mad. I have set it back to true, ch...
Sanddorn General Questions and Problems 32 87,597 2009-10-05, 22:14:30
    Thread: Contact form
Post: Contact form

Now it works. I just had to put the url of my contact form in
Sanddorn General Questions and Problems 22 52,696 2009-09-25, 00:21:01
    Thread: Contact form
Post: Contact form

Do i need to set "Use Fancy URLs" = on for using the Contact Form? I tried and I have "Use Fancy URLs" = off and no cURL.
Sanddorn General Questions and Problems 22 52,696 2009-09-24, 03:57:45