This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
256
Archived fixes / Re: users_online_today german language fix
« on February 9th, 2014, 05:18 PM »
Thanks a lot. It's changed local and PR is on the way.
The closing tag of a PHP block at the end of a file is optional (and when I'm right, deprecated in PHP6), and in some cases omitting it is helpful when using include() or require(), so unwanted whitespace will not occur at the end of files, and you will still be able to add headers to the response later. It is also handy if you use output buffering, and would not like to see added unwanted whitespace at the end of the parts generated by the included files.
The closing tag of a PHP block at the end of a file is optional (and when I'm right, deprecated in PHP6), and in some cases omitting it is helpful when using include() or require(), so unwanted whitespace will not occur at the end of files, and you will still be able to add headers to the response later. It is also handy if you use output buffering, and would not like to see added unwanted whitespace at the end of the parts generated by the included files.
257
Plugins / Re: Plugin suggestion - Prevent ALL CAPS
« on February 7th, 2014, 03:01 PM »
Perhaps it's due to my PHP version 5.4?
Hmm.. Will investigate in this.
Hmm.. Will investigate in this.
258
Archived fixes / Re: Some thoughts on notifications
« on February 7th, 2014, 11:38 AM »
On the code side it would be better to merge it into one file.
It's easyier and cleaner.
On the user side, it would be great if notifications would work like Facebook notifications.
If you open the popup, then it gets marked as read.
Also likes in topics. It's pretty cool to show the name and/or X persons like your post. And a click to preview to see all likers.
Who cares about language strings? :)
Mark all as read? Hmm... yes. Facebook style please.
So there's no need to implement a mark all as read button.
That's soemthing the user is already familiar with.
The only exception should be PMs. It should be left aside, because it's already the best solution.
That's all :)
For my personal point of view it doesn't need more features. But we will see what otheropinions ideas will be thrown in.
It's easyier and cleaner.
On the user side, it would be great if notifications would work like Facebook notifications.
If you open the popup, then it gets marked as read.
Also likes in topics. It's pretty cool to show the name and/or X persons like your post. And a click to preview to see all likers.
Who cares about language strings? :)
Mark all as read? Hmm... yes. Facebook style please.
So there's no need to implement a mark all as read button.
That's soemthing the user is already familiar with.
The only exception should be PMs. It should be left aside, because it's already the best solution.
That's all :)
For my personal point of view it doesn't need more features. But we will see what other
259
Plugins / Re: Plugin suggestion - Prevent ALL CAPS
« on February 7th, 2014, 12:43 AM »Pandos I can save rules. If you send me the rule parameters you are using I can try to repro on my site.
260
Plugins / Re: Plugin suggestion - Prevent ALL CAPS
« on February 7th, 2014, 12:30 AM »
Take your time, take a bit of sleep and get well soon :thanks:
261
Plugins / Re: Plugin suggestion - Prevent ALL CAPS
« on February 7th, 2014, 12:24 AM »
Nope. Error is still there.
Error log is not that helpful:
/index.php?action=admin;area=modfilters;sa=save
This rule could not be saved, there was something wrong in sending the data. Please go back and try again.
Error log is not that helpful:
/index.php?action=admin;area=modfilters;sa=save
This rule could not be saved, there was something wrong in sending the data. Please go back and try again.
262
Plugins / Re: Plugin suggestion - Prevent ALL CAPS
« on February 7th, 2014, 12:17 AM »Oh, bugger... Any rule?
I have rules on wedge.org... How did I manage to add them, them..? :^^;:
263
Plugins / Re: Plugin suggestion - Prevent ALL CAPS
« on February 6th, 2014, 11:54 PM »
Yes it is :)
But there's an error:
This rule could not be saved, there was something wrong in sending the data. Please go back and try again.
It's impossible to add a rule. :(
But there's an error:
This rule could not be saved, there was something wrong in sending the data. Please go back and try again.
It's impossible to add a rule. :(
264
The Pub / Re: Preparing for an 'official' public alpha...
« on February 6th, 2014, 04:38 PM »
Yes this plugin will definetly come. But first get some things stable.
I've got the right name for this plugin but i shouldn't speak it out loud :lol:
I've got the right name for this plugin but i shouldn't speak it out loud :lol:
265
The Pub / Re: Preparing for an 'official' public alpha...
« on February 6th, 2014, 04:37 PM »,,, as an As Management plugin is released.
266
The Pub / Re: Preparing for an 'official' public alpha...
« on February 6th, 2014, 03:38 PM »I don't think you should have one to be honest. People will be whining about database changes, not being able to upgrade easily, and everything else from heaven to hell.
I think once the DB is set and there is an upgrade path, the software is ready to be delivered in small packages to the general public.
267
The Pub / Re: Preparing for an 'official' public alpha...
« on February 6th, 2014, 03:04 PM »
Contact lists are postponed, right?
268
The Pub / Re: Preparing for an 'official' public alpha...
« on February 6th, 2014, 03:03 PM »
Ok, just a very small list :)
- User settings for "Home" in admin
- Adding a user setting for HTML notificatons in admin
Like notifications on thoughtsdone- Fixing Moderation Filters
269
Archived fixes / [AeMe] Re: The database value you're trying to insert does not exist: id_file
« on February 5th, 2014, 11:22 AM »
It's only one album.
So I tracked it down:
It was: for the first album. Error occures when I tried to change the icon. It gives me error 500 (see other post).
So I came to the conclusion that it updated the table with the new file but can't find it.
I'll play a bit in db to get it to work again.
Will report.
So I tracked it down:
It was: for the first album. Error occures when I tried to change the icon. It gives me error 500 (see other post).
So I came to the conclusion that it updated the table with the new file but can't find it.
I'll play a bit in db to get it to work again.
Will report.
270
Archived fixes / [AeMe] Re: The database value you're trying to insert does not exist: id_file
« on February 5th, 2014, 11:17 AM »
New setup with latest version :(