Search found 37 matches

by oldperl
Sat Aug 21, 2010 11:56 am
Forum: General discussions
Topic: New global image location
Replies: 4
Views: 3656

Re: New global image location

Hi Jason.NTS,

if your using linux and both faq's are on the same server, you may use symlinks instead of changing core of the faq.
Also a redirect via htaccess is a possible solution.

Regards Ortwin
by oldperl
Sat Aug 14, 2010 11:59 am
Forum: Bug reports
Topic: translation problem
Replies: 11
Views: 7926

Re: translation problem

Hi, The problem could be that people running phpMyFAQ on normal shared webhostings cannot check their tablestatus... That's easy. :-) Check the right by querying a 'show create'. If mysql throws an error, read 1 dataset out of db (limit 1), change the lang field and try to write it back with the sam...
by oldperl
Sat Aug 14, 2010 9:54 am
Forum: Bug reports
Topic: translation problem
Replies: 11
Views: 7926

Re: translation problem

Hi Thorsten, that's it. Now translation is working. Good job, thank you very much. :-) Btw you have to translate the actual entry by changing the language in the editor frontend. You don't have to change either admin nor frontend language for translation. I translated german->english with german int...
by oldperl
Sat Aug 14, 2010 8:23 am
Forum: Bug reports
Topic: translation problem
Replies: 11
Views: 7926

Re: translation problem

Could you please provide a "SHOW CREATE TABLE faqcategories" result here? Shure i can. :-) CREATE TABLE `faqcategories` ( `id` int(11) NOT NULL DEFAULT '0', `lang` varchar(5) NOT NULL DEFAULT '', `parent_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `descripti...
by oldperl
Fri Aug 13, 2010 8:12 pm
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 8911

Re: Tag search not working

Hi,

ok, also a way to fix it, little bit more code, but... pagination won't work. For tags because there is no use of it, for search because pagination isn't build in request-class.

But anyway, it's a great work you've done with phpMyFAQ at all. :-)

Regards Ortwin
by oldperl
Fri Aug 13, 2010 8:05 pm
Forum: Bug reports
Topic: translation problem
Replies: 11
Views: 7926

Re: translation problem

Sorry Thorsten, but it's not working. I can't translate any Category. Using the form to translate Category ends in no db-entry. Only that error is thrown. Please try it using an actual xampp version. My version is XAMPP for Windows 1.7.3 with PHP 5.3.1 and MySQL 5.1. This is definitly a bug and it's...
by oldperl
Fri Aug 13, 2010 2:08 pm
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 8911

Re: Tag search not working

Hi daryl,

your welcome. :-)
I'm glad if I could help you

Regards Ortwin
by oldperl
Fri Aug 13, 2010 1:30 pm
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 8911

Re: Tag search not working

Hi daryl, i have a dirty fix for you. Search for line 167 in search.php 'printResult' => $faqSearchHelper->renderSearchResult($faqSearchResult, $page), and change it to 'printResult' => (!empty($printResult))?$printResult:$faqSearchHelper->renderSearchResult($faqSearchResult, $page), This is just &q...
by oldperl
Fri Aug 13, 2010 12:30 pm
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 8911

Re: Tag search not working

Is there any specific configuration or setting that I need to set? No there isn't anything to configurate. It's simply a bug. Going to line 67 in search.php, there is still a tag-handler building a html-resultset, but the variable $printResult, which is filled with an html-output of the result for ...
by oldperl
Thu Aug 12, 2010 2:38 pm
Forum: General discussions
Topic: .tpl ergänzen
Replies: 5
Views: 3860

Re: .tpl ergänzen

Hallo Jessy, die einfachste Möglichkeit ist, in den language_xx.php Dateien im Verzeichnis lang die Texte zu erweitern. // Help $PMF_LANG["msgHelpText"] = "<p>Die FAQ (<strong>F</strong>requently <strong>A</strong>sked <strong>Q</strong>uestions - Häufig gestellte Fragen) ist recht e...
by oldperl
Thu Aug 12, 2010 1:23 pm
Forum: Bug reports
Topic: translation problem
Replies: 11
Views: 7926

Re: translation problem

Hi Thorsten, i have the same issue. You can't translate any entry, no matter in which editor language you are. While debbuging that issue i changed the addCatecory function (inc/Category.php) a little bit, returning me the id only if there is a query-result. public function addCategory(Array $catego...
by oldperl
Mon Jul 19, 2010 11:17 pm
Forum: Skins and Themes
Topic: Theme erstellen
Replies: 8
Views: 15863

Re: Theme erstellen

jaky wrote:@oldperl
Locker bleiben
Mein zweiter Vorname ist "Locker", vor Allem nach einem halben Jahr. 8)

Gruß aus Franken

Ortwin
by oldperl
Sat Feb 06, 2010 3:36 pm
Forum: Bug reports
Topic: online users counter going mad. (or cookie handling)
Replies: 15
Views: 12970

Re: online users counter going mad. (or cookie handling)

Hi, while confirming this issue too i also fixed it for me. In 2.6.2 the function for generating the Cookie in Session.php looks like /** * Store the Session ID into a persistent cookie expiring PMF_SESSION_EXPIRED_TIME seconds after the page request. * * @param integer $sessionId Session ID * * @re...
by oldperl
Sat Feb 06, 2010 1:13 pm
Forum: Bug reports
Topic: Upgrade to 2.6.2
Replies: 5
Views: 4404

Re: Upgrade to 2.6.2

1. Nach Einloggen im Admin und Aufruf von Inhalte->Kategorien->Übersicht kommen folgende Fehlermeldungen Ok, den hab ich auch gefunden. Es gibt/gab noch Einträge in faqcategories bei denen in der Spalte lang kein Wert drinne steht. Wohl auch ein Überbleibsel vom Upgrade von der 2.0.10 auf die 2.6.0...
by oldperl
Fri Feb 05, 2010 7:21 pm
Forum: General discussions
Topic: Admin: Liste neuer FAQ-Einträge
Replies: 3
Views: 3381

Re: Admin: Liste neuer FAQ-Einträge

Hallo Thorsten, ich werd mir da mal einen Kopf zu machen, da ich diese Funktion definitiv benötige bei der Contenido FAQ. Ich muss den Redakteuren sowohl im Dashboard als auch im Contentbereich diese FAQ-Einträge darstellen können. Hmm, evtl. könnte man das über den Timestamp und den LastLogin-Merke...