Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Plugin Suggestions!
Post: Plugin Suggestions!

A backup plugin might come in handy for people who use GS for their clients. As ccagle8 suggested, Amazon S3 is a good option but automatic backing up and sending to an e-mail address might be a bette...
baris Plugins 22 54,442 2010-03-19, 11:36:57
    Thread: Free templates for creating GS themes
Post: Free templates for creating GS themes

Let's list the free template resources where we can modify the material inside and create GS themes. (Although, we should always keep in mind that we mustn't forget the ethics and refer the original c...
baris Themes 2 21,907 2010-03-19, 11:32:26
    Thread: Plugin Repository
Post: Plugin Repository

Agreed.
baris Plugins 22 54,232 2010-03-17, 09:17:55
    Thread: php if statement
Post: php if statement

@OWS; yes I did but couldn't :(. I uploaded to my own FTP server now, you can download it from below: (edit: removed the link)
baris Scripts & Components 33 78,577 2010-03-17, 01:36:18
    Thread: php if statement
Post: php if statement

I woke up :D. For some reason my attachment didn't show up. I'm going to try to attach it again. Edit: Nope, I couldn't upload it. Is there something wrong with my (the Member) permissions?
baris Scripts & Components 33 78,577 2010-03-16, 22:01:18
    Thread: php if statement
Post: php if statement

I can't think of anything either :D It's 7.20 AM here in Turkey and I'm really really tired, so I have to leave the forum for now :). I attached a debug version of your plugin but notice that I've mad...
baris Scripts & Components 33 78,577 2010-03-16, 15:20:10
    Thread: php if statement
Post: php if statement

Why don't we check just the folder? :) Code: -- function sic_change_theme() { global $TEMPLATE, $SITEURL; $iPhoneTemplate = 'iPhone'; $file = $SITEURL . '/theme/' . $iPhoneTemplate; ...
baris Scripts & Components 33 78,577 2010-03-16, 14:53:53
    Thread: php if statement
Post: php if statement

I edited my post and reminded that you should also add global $SITEURL;, you did that too?
baris Scripts & Components 33 78,577 2010-03-16, 14:40:45
    Thread: php if statement
Post: php if statement

Maybe you should set the $file variable like this: Code: -- $file = $SITEURL . '/theme/iPhone/template.php'; -- But of course, you'll also need to add: Code: -- global $SITEURL; --
baris Scripts & Components 33 78,577 2010-03-16, 14:33:56
    Thread: php if statement
Post: php if statement

I'm not good at PHP either, you'd do better with someone besides me! :D Although, I don't get a blank page if the iPhone theme doesn't exist. In fact, I'm not sure but the site opens with the existin...
baris Scripts & Components 33 78,577 2010-03-16, 14:22:28
    Thread: php if statement
Post: php if statement

Wait... How is the plugin gonna decide which theme is the iPhone theme and how is it gonna load it? The plugin just changes the value of the $TEMPLATE variable to "iPhone" if the file (which has a con...
baris Scripts & Components 33 78,577 2010-03-16, 14:07:58
    Thread: php if statement
Post: php if statement

First thing caught my attention is the plugin description. I'm not sure but it'd be better if you'd remove the double quotes.
baris Scripts & Components 33 78,577 2010-03-16, 13:54:07
    Thread: Documentation for creating a theme?
Post: Documentation for creating a theme?

That's awesome, thank you so much :). BTW, I have another idea: Since GS uses XML files a lot, wouldn't it be cooler and simpler ( :) ) to have XML files inside the theme folders, defining the theme'...
baris Themes 5 18,443 2010-03-16, 13:46:00
    Thread: php if statement
Post: php if statement

There should be a problem with the filename then.
baris Scripts & Components 33 78,577 2010-03-16, 13:41:06
    Thread: php if statement
Post: php if statement

The line below misses a bracket: Code: -- if (file_exists($file) { -- Should be like this: Code: -- if (file_exists($file)) { --
baris Scripts & Components 33 78,577 2010-03-16, 12:47:39
    Thread: Returning and echoing
Post: Returning and echoing

:) Actually it's not too late since there aren't much template tags for now. Think about it: The more GetSimple evolves, the more t-tags the core will have. It should be easy to deprecate a function b...
baris Feature Requests 3 8,610 2010-03-15, 21:18:37
    Thread: Returning and echoing
Post: Returning and echoing

I see that there are separate template tags for returning and echoing the same stuff. Instead of that, why don't we build the functions to echo OR return the stuff with an argument? For example, inst...
baris Feature Requests 3 8,610 2010-03-15, 10:52:42
    Thread: Documentation for creating a theme?
Post: Documentation for creating a theme?

I think it woul be useful and encouraging for new theme developers to prepare a documentation for creating a new theme for GetSimple. Creating a theme for GS doesn't look hard but it's kinda uncool to...
baris Themes 5 18,443 2010-03-15, 10:40:52
    Thread: Plugin Suggestions!
Post: Plugin Suggestions!

- A quiz plugin - A poll plugin - A survey plugin - A petition plugin I think these are kinda important because GetSimple's simple & lightweight structure may be appealing for people who wants to ...
baris Plugins 22 54,442 2010-03-15, 10:33:33
    Thread: po/mo translations?
Post: po/mo translations?

For starters, it's easier to update those files. Developers update the .pot file (main translation file) and the translator opens his/her xx_XX.po file and loads the .pot file and the new entries show...
baris Feature Requests 22 54,167 2010-03-09, 07:27:04
    Thread: po/mo translations?
Post: po/mo translations?

Is it possible that in the future, localizations could be with .po/.mo files? That way, translations would be easier to update. I thought that if we're going to switch to po/mo, it should be done as s...
baris Feature Requests 22 54,167 2010-03-09, 05:09:11
    Thread: Je laisse tomber !
Post: Je laisse tomber !

I think GetSimple has been spread enough to open up forum sections for different languages :).
baris Installation & Setup 4 13,196 2010-03-08, 03:09:28
    Thread: Simple Bug - File Manager
Post: Simple Bug - File Manager

That confusing question mark (which actually has a meaning if you read like this: "View file ...?") also appears in the delete link. By the way, the bug report section is here (http://get-simple.info...
baris GS Development Testing - (alpha/beta) 13 31,528 2010-03-02, 11:35:53
    Thread: Non-Latin characters problem (id's and stuff)
Post: Non-Latin characters problem (id's and stuff)

@Zegnåt; actually I tried to create a page with named "asd" and when I created another one with the same page title, the new page was overwritten over (written over?) the old one :(. @ccagle8; the...
baris General Questions and Problems 9 22,694 2010-03-02, 10:12:08
    Thread: Little bugs that I saw
Post: Little bugs that I saw

If they need to be posted in separate topics I'll do, but I find it will be a lot messy here, since I love finding bugs :P I'll keep the big bugs outside by creating new topics (like this one (http://...
baris General Questions and Problems 1 6,006 2010-03-02, 10:06:47
    Thread: Non-Latin characters problem (id's and stuff)
Post: Non-Latin characters problem (id's and stuff)

Non-Latin characters cause problems with pages, widgets and everything which needs the input to be converted to Latin characters. For example, when I type only "Ş" to a page's title and save it li...
baris General Questions and Problems 9 22,694 2010-03-02, 09:23:41
    Thread: Needed Addtional Translations for 2.0 Release
Post: Needed Addtional Translations for 2.0 Release

My pleasure :) I'll also help you with the bugs about non-Latin stuff. Get ready for some headache :)
baris GS Development Testing - (alpha/beta) 29 66,672 2010-03-02, 09:13:25
    Thread: Needed Addtional Translations for 2.0 Release
Post: Needed Addtional Translations for 2.0 Release

Hey there. Thanks for approving my translation (Turkish). I'll be following the forum and I'll try to release new versions of my translation as GetSimple is updated.
baris GS Development Testing - (alpha/beta) 29 66,672 2010-03-02, 08:50:56