Search found 40 matches

by robin-masters
Wed May 13, 2015 8:14 am
Forum: Bug reports
Topic: Session timeout despite "remember me" selected by login
Replies: 6
Views: 6756

Re: Session timeout despite "remember me" selected by login

Thorsten wrote:Hi,

did you try to delete the cookie?

bye
Thorsten
Oh yes i did ;-) i delete the complete cache of the IE11 and look by my self whether the cookie was deleted.
After it i have to relogin and it works .... for a while till the same strange behavior appears.
by robin-masters
Mon May 11, 2015 1:43 pm
Forum: Bug reports
Topic: Session timeout despite "remember me" selected by login
Replies: 6
Views: 6756

Session timeout despite "remember me" selected by login

Greetings, i mentioned the problem already: https://github.com/thorsten/phpMyFAQ/issues/948 My current version is PHPmyFAQ Version: 2.8.22 Despite i allready logged in (with Password remember me) and i can use the frontend, following is not possible after uncertain time. - quick search \ schnellsuch...
by robin-masters
Tue Feb 24, 2015 2:38 pm
Forum: General discussions
Topic: Support of Video Streaming PHPMyFaq
Replies: 15
Views: 8835

Re: Support of Video Streaming PHPMyFaq

Hey Thorsten,

can you fix the HTML5 Video embedding problem in 2.8.21 complety.. ? :)
Because Video tag makes no sense without source...

\admin\footer.php

Code: Select all

extended_valid_elements : "code,video[*],source[*]",
Works for me.....
by robin-masters
Fri Feb 06, 2015 4:53 pm
Forum: General discussions
Topic: Some questions regarding "Revision"
Replies: 3
Views: 2499

Re: Some questions regarding "Revision"

no more features for Version 2.8. ...? :-(
I think the Version is lightweight and fine.

I`am afraid that the upgrade to the new version will be not easy. (with contend and an own theme) :roll:
by robin-masters
Wed Feb 04, 2015 10:36 am
Forum: General discussions
Topic: Some questions regarding "Revision"
Replies: 3
Views: 2499

Some questions regarding "Revision"

Greetings,

at first is it possible to set "new revision" to "no" by default? (not deactivate)

and how many revisions will be saved? can i set a limit of max 5 or 10 saved revisions?

Some users ignore that point and make a new resivision for every misspelling. :roll:
by robin-masters
Thu Jan 22, 2015 10:49 am
Forum: General discussions
Topic: Support of Video Streaming PHPMyFaq
Replies: 15
Views: 8835

Re: Support of Video Streaming PHPMyFaq

Hello @all, supports the Editor acutally HTML5 Video embedding? <video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </vid...
by robin-masters
Thu Jan 15, 2015 4:43 pm
Forum: Skins and Themes
Topic: [Erledigt] Suche Editor Color CSS
Replies: 12
Views: 20654

Re: [Erledigt] Suche Editor Color CSS

Thorsten wrote:Hi,

it uses the non minified version:

https://github.com/thorsten/phpMyFAQ/bl ... r.php#L114

I'll fix it.

bye
Thorsten
That`s correct the editor use the style.css .... :P when i modified this one - it works for the editor.
by robin-masters
Wed Jan 14, 2015 5:21 pm
Forum: Skins and Themes
Topic: [Erledigt] Suche Editor Color CSS
Replies: 12
Views: 20654

Re: [Erledigt] Suche Editor Color CSS

Hey Thorsten, are you sure that the editor-".css" is in /assets/template/default/css/style.min.css ? I have my own template (copied and renamed the Default) and i have changed all orange color codes in the style.min.css but my hyperlinks in the editor are orange not red (what i want to hav...
by robin-masters
Mon Dec 08, 2014 5:12 pm
Forum: General discussions
Topic: User login - dont time out their login session
Replies: 21
Views: 20506

Re: User login - dont time out their login session

Hey Thorsten,

with the Internet Explorer 11 no Cookie was createt.
In Firefox is a Cookie but the session time out appears around a hour anyway.

I will make a bug report.
by robin-masters
Mon Dec 08, 2014 3:01 pm
Forum: General discussions
Topic: User login - dont time out their login session
Replies: 21
Views: 20506

Re: User login - dont time out their login session

hmm, seems you are right... Both admin section and frontend automatically logoff after are unknown time... (can`t say exactly how long it takes - feels something around a hour) but i have set following: define('PMF_AUTH_TIMEOUT', 1440); But logoff happens definitely before 24h are over. Is there an ...
by robin-masters
Fri Dec 05, 2014 3:33 pm
Forum: Bug reports
Topic: max_file_upload_size
Replies: 3
Views: 4378

Re: max_file_upload_size

Hey Thorsten,

sry it`s my fault not a bug ... ;-)

In the php.ini you have to set

Code: Select all

upload_max_filesize = 
(this value appears in phpmyfaq)

AND!

Code: Select all

from post_max_size = 8M 
to

Code: Select all

post_max_size = 0 
(for unlimited)
by robin-masters
Thu Dec 04, 2014 2:06 pm
Forum: Bug reports
Topic: max_file_upload_size
Replies: 3
Views: 4378

max_file_upload_size

Greetings, in version 2.8.17 the max_file_upload_size seems not work with the ajaxfilemanager. I have set the value to 500MB in my php.ini and to 524288000 Bytes in the Admin Panel of PHPMyFAQ. In Version 2.8.12 an upload over the standard size Limit is possible in Version 2.8.17 i see a white Scree...
by robin-masters
Thu Dec 04, 2014 10:40 am
Forum: General discussions
Topic: User login - dont time out their login session
Replies: 21
Views: 20506

Re: User login - dont time out their login session

Hi, you have to increase this value: https://github.com/thorsten/phpMyFAQ/blob/2.8/phpmyfaq/config/constants.php#L40 bye Thorsten Hey Thorsten, as i have written before that: 36 * Timeout for the admin section, in minutes 37 * 38 * @var integer 39 */ 40 define('PMF_AUTH_TIMEOUT', 30); only works fo...
by robin-masters
Tue Dec 02, 2014 3:38 pm
Forum: General discussions
Topic: Anhang Kapazität erweiterbar?
Replies: 3
Views: 2451

Re: Anhang Kapazität erweiterbar?

Geht bei mir zumindest problemlos ;-) dauert halt einen Moment.
Hab schon Dateien mit bis zu 200 MB hochgeladen.
by robin-masters
Mon Dec 01, 2014 5:14 pm
Forum: General discussions
Topic: User login - dont time out their login session
Replies: 21
Views: 20506

Re: User login - dont time out their login session

Hey Thorsten, it doesn`t worked for me. I activate "remember me" or "Passwort merken" in german and hope that there will be no log off or a auto login, but i have to login again after a certain time. I use IE11 with Intranet Settings (low security) and i allow the Internet Explor...