Search found 50 matches

by naim
Fri Oct 21, 2011 10:11 am
Forum: [3.x] Discussion
Topic: SQLite "Cleanup"
Replies: 9
Views: 12361

Re: SQLite "Cleanup"

The difference between MySQL is that MySQL comes with a command-line utility, SQLite needs to be accessed by the program controlling the database. With MySQL there can be problems with privileges - not with SQLite... SQLite VACUUM will really speed up phpBB. if no-one can find previous discussions t...
by naim
Thu Oct 20, 2011 4:32 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Use Google's jQuery
Replies: 60
Views: 112116

Re: [RFC] Use Google's jQuery

About privacy, (The whole "should we use google's jQuery...). Google probably doesn't set cookies on the clients browser... but like already said, they can track you in other ways... (The client must connect to their server...) What about letting the admin to add custom CDNs and by default add ...
by naim
Mon Oct 17, 2011 10:16 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Contact Page
Replies: 87
Views: 272038

Re: [RFC] Contact Page

The type of problem i was aiming at is something like phpBB doesn't have the INSERT privilege or something like that...
That way it would look like phpBB is preforming like normal, but wouldn't let new-users, new posts/topics....
by naim
Mon Oct 17, 2011 7:35 pm
Forum: [3.x] Discussion
Topic: WYSIWYG editor
Replies: 104
Views: 239928

Re: WYSIWYG editor

Both of us apparently had very similar ideas: https://github.com/wGEric/phpbb3/commit/1a69c4738cc0ca5404a3379674bbce7779e3c172 I think you have the right idea of putting the CKEditor config in posting_editor.html. I was trying to think of a good way to pass in config options, custom bbcodes and sim...
by naim
Mon Oct 17, 2011 7:23 pm
Forum: [3.x] Discussion
Topic: Including external projects in phpBB
Replies: 18
Views: 16160

Re: Including external projects in phpBB

Like how drupal works?
by naim
Mon Oct 17, 2011 6:50 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Include mobile style
Replies: 93
Views: 124109

Re: [RFC] Include mobile style

by naim
Mon Oct 17, 2011 8:58 am
Forum: [3.x] Discussion
Topic: WYSIWYG editor
Replies: 104
Views: 239928

Re: WYSIWYG editor

Well, i looked at the CKEditor, and it is much better then what i suggested and it has a bbcode plugin! There is a problem with smilies, permissions was not a problem, i am currently working on custom commands. Note: Before testing the attached files on your forum, please back up "prosilver&quo...
by naim
Sun Oct 16, 2011 8:58 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Contact Page
Replies: 87
Views: 272038

Re: [RFC] Contact Page

you have a point...
by naim
Sun Oct 16, 2011 7:33 pm
Forum: [3.x] Discussion
Topic: SQLite "Cleanup"
Replies: 9
Views: 12361

Re: SQLite "Cleanup"

q: why? A. in sqlite the database collects data that can be removed. Cleaning the db compacts it and lets it run faster (phpBB Will run faster too) allowing better preformance. How often? Depends on how much the database is used. Sqlite does not have a set command line utility. About Vacuum command:...