Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: r273 notice
Post: r273 notice
Hello,
I suggest :
admin/inc/common.php :
Code:
--
if (file_exists(GSROOTPATH . 'gsconfig.php')) {
require_once(GSROOTPATH . 'gsconfig.php');
}
--
instead of :
Code:
--
if (file_exists(GSROO... |
|
spilarix |
GS Development Testing - (alpha/beta)
|
1 |
6,959 |
2010-12-03, 08:37:34 |
|
|
Thread: 404 management
Post: 404 management
Thanks for your answers.
Zegnåt Wrote:
--
No, when the script has read the XML-data of the 404 file it will have set $url to 403. This is the URL specified by 403.xml.
--
- Where is it set ?
- Co... |
|
spilarix |
General Questions and Problems
|
3 |
10,027 |
2010-05-08, 21:46:30 |
|
|
Thread: 404 management
Post: 404 management
404 errors seems to not be catch.
When I look the code, I don't understand how it is supposed to work.
You can see my comments in the code below.
Code:
--
if (! file_exists($file)) {
if (file_ex... |
|
spilarix |
General Questions and Problems
|
3 |
10,027 |
2010-05-07, 21:00:56 |
|
|
Thread: A couple things..
Post: A couple things..
1 - There is a "view button" to see your modifications in admin.
A complete integration of the admin in the front would be probably a big work and it would be not necessarily better than the current a... |
|
spilarix |
Feature Requests
|
2 |
8,445 |
2010-04-30, 18:33:51 |
|
|
Thread: Theme screenshot
Post: Theme screenshot
Screenshots are currently forced to be in png format.
Allowing jpg or force to use jpg could be a good thing.
The best practice is to use jpg format for pictures and png in the other cases (transparen... |
|
spilarix |
Feature Requests
|
1 |
6,028 |
2010-04-29, 20:24:13 |
|
|
Thread: Beta Download for 2.02 Available
Post: Beta Download for 2.02 Available
Suggestion : Limit the use of htmlentities when displaying.
Using it before storage give us bigger files for nothing. |
|
spilarix |
GS Development Testing - (alpha/beta)
|
39 |
103,083 |
2010-04-29, 18:51:23 |
|
|
Thread: Beta Download for 2.02 Available
Post: Beta Download for 2.02 Available
In debug mode :
1- install.php
Notice: Undefined variable: SITENAME in \admin\inc\common.php on line 90
Notice: Undefined variable: LANG in \admin\inc\common.php on line 108
2- setup.php
Notice: Und... |
|
spilarix |
GS Development Testing - (alpha/beta)
|
39 |
103,083 |
2010-04-29, 18:41:03 |
|
|
Thread: GS on PHP 5.3
Post: GS on PHP 5.3
admin/edit.php line 58 :
Code:
--
$content = stripslashes($data_edit->content);
--
You just have to replace by :
Code:
--
$content = $data_edit->content;
--
However, I don't understand why you... |
|
spilarix |
General Questions and Problems
|
6 |
19,171 |
2010-04-27, 22:54:04 |
|
|
Thread: Upload problem
Post: Upload problem
Hugo -> modification on upload-ajax.php described in post #5 is the solution... |
|
spilarix |
General Questions and Problems
|
10 |
25,378 |
2010-04-26, 23:45:16 |
|
|
Thread: Backup
Post: Backup
Be able to choose the number of backup of a page after modifications (in config file ?) |
|
spilarix |
Feature Requests
|
0 |
3,901 |
2010-04-26, 23:39:33 |
|
|
Thread: CKEditor available for components
Post: CKEditor available for components
Everything is in the title ;-)
Thank you ! |
|
spilarix |
Feature Requests
|
7 |
18,206 |
2010-04-26, 23:36:48 |
|
|
Thread: Simple Contact Plugin
Post: Simple Contact Plugin
Like I said in #18, the plugin is unusable.
Please wait for an update of the author. |
|
spilarix |
Plugins
|
71 |
207,086 |
2010-04-07, 00:22:19 |
|
|
Thread: Simple Contact Plugin
Post: Simple Contact Plugin
Hello,
You can improve your plugin :
1 - print (with concatenations) => echo (with commas) // performance
2 - Put a real action attribute
Code:
--
echo ' // Security
--
3 - eregi replacement :
Code... |
|
spilarix |
Plugins
|
71 |
207,086 |
2010-04-02, 19:07:58 |
|
|
Thread: [Plugin] - Import Css
Post: [Plugin] - Import Css
I wanted to be sure...
Thanks. |
|
spilarix |
General Questions and Problems
|
2 |
8,395 |
2010-03-25, 01:57:48 |
|
|
Thread: [Plugin] - Import Css
Post: [Plugin] - Import Css
I need a css to display correctly my plugin admin page.
I try to load it with "add_action" but it gives a 403 error on css load.
The reason :
My css is located in plugin/myplugin/style.css so the res... |
|
spilarix |
General Questions and Problems
|
2 |
8,395 |
2010-03-25, 01:38:36 |
|
|
Thread: Simple Contact Plugin
Post: Simple Contact Plugin
OK ! Very good modularity :-)
It gives me a lot of good ideas to implement.
Thank you. |
|
spilarix |
Plugins
|
71 |
207,086 |
2010-03-24, 01:21:17 |
|
|
Thread: Simple Contact Plugin
Post: Simple Contact Plugin
Excuse me for the probably stupid question but if I put in the template (theme/mytheme/template.php), every pages will have the contact form no ?
So, I don't understand how to integrate it ? |
|
spilarix |
Plugins
|
71 |
207,086 |
2010-03-23, 08:53:09 |
|
|
Thread: Hindi language input in CKEditor
Post: Hindi language input in CKEditor
Same problem in French.
Characters like "é", "ù", ... are encoded.
Html format isn't conserved too...there is a lot of line feed without real reason... |
|
spilarix |
General Questions and Problems
|
3 |
15,582 |
2010-03-23, 08:05:34 |
|
|
Thread: get simple 2.01
Post: get simple 2.01
Is there anything in Php or Apache logs ? |
|
spilarix |
General Questions and Problems
|
5 |
13,641 |
2010-03-22, 22:07:15 |
|
|
Thread: get simple 2.01
Post: get simple 2.01
I don't have this problem.
Which navigator ? version ?
Which kind of content do you try to put ?
In admin > Configuration > Server health : Is there any errors ?
In admin > Configuration > Is root url... |
|
spilarix |
General Questions and Problems
|
5 |
13,641 |
2010-03-22, 21:59:28 |
|
|
Thread: Problems and suggestions
Post: Problems and suggestions
Hello,
I have many problems and suggestions to improve GetSimple :
1 - After Ajax upload on IE8, the new file isn't displayed (F5 is needed)
2 - When a page has a name like "Who I am ?", the page id ... |
|
spilarix |
General Questions and Problems
|
0 |
4,256 |
2010-03-22, 20:41:46 |
|
|
Thread: Upload problem
Post: Upload problem
It changes how they are shown and the upload location :
Code:
--
$file_loc = $path . $count.'-'. $_FILES["file"]["name"];
[...]
move_uploaded_file($_FILES["file"]["tmp_name"], $file_loc);
--
|
|
spilarix |
General Questions and Problems
|
10 |
25,378 |
2010-03-18, 00:28:25 |
|
|
Thread: Upload problem
Post: Upload problem
The problem was the 'DOCUMENT_ROOT' : in my case, he had nothing to do with GS.
So, the solution is :
In upload-ajax.php
Replace the line : $targetPath = $_SERVER['DOCUMENT_ROOT'] . $_REQUEST['folder... |
|
spilarix |
General Questions and Problems
|
10 |
25,378 |
2010-03-17, 06:13:55 |
|
|
Thread: Upload problem
Post: Upload problem
sal Wrote:
--
FlashBlock?
--
Same problem after having disable my no-ads plugin on Firefox and I don't have any IE8 plugin. |
|
spilarix |
General Questions and Problems
|
10 |
25,378 |
2010-03-16, 21:16:20 |
|
|
Thread: Upload problem
Post: Upload problem
Hello,
When i try to upload some files in admin, no files are added neither in folder nor in interface.
However, when the upload is finished i can see "Completed".
Moreover, upload works correctly wh... |
|
spilarix |
General Questions and Problems
|
10 |
25,378 |
2010-03-16, 20:20:13 |