Search found 25 matches

by Lidio
Wed Jul 23, 2008 10:12 pm
Forum: Bug reports
Topic: mod_rewrite support & many tag entries generate bad NEXT
Replies: 2
Views: 6309

OK, I was kind of tired seeing 404 errors in my apache log for this so I decided to track this down. The cause of the malformed URL lies in the file inc/Faq.php in this piece of code: if ($next <= $pages) { $url = $sids.'&action=search&tagging_id='.$tagging_id.'&seite='.$next.$langs; $oL...
by Lidio
Tue Jul 22, 2008 10:42 pm
Forum: General discussions
Topic: How do I change this in the title HTML tag?
Replies: 12
Views: 15924

Reboot,

if you haven't figured it out, look for

Code: Select all

$main_template_vars = array(
    'title'             => $faqconfig->get('main.titleFAQ').$title,
and remove $faqconfig->get('main.titleFAQ'). part leaving only $title

Lidio.
by Lidio
Wed Jul 09, 2008 7:41 pm
Forum: Bug reports
Topic: improving google link titles in results returned search ...
Replies: 1
Views: 4070

improving google link titles in results returned search ...

I view this as being more of an omission rather than a bug (not quite a feature proposal, if there is better section please move it). When google index your phpMyFaq site it will use the generated pages with the html title values as part of the results to any query at google.com The html title is co...
by Lidio
Sun Jun 29, 2008 2:26 am
Forum: Bug reports
Topic: mod_rewrite support & many tag entries generate bad NEXT
Replies: 2
Views: 6309

mod_rewrite support & many tag entries generate bad NEXT

Greetings,

if one turns on Activate mod_rewrite support feature and has tag entries that are more than one screen full, the [next] has an incomplete link something like .../tags/NN/.html

Lidio.

[By the way, the mod_rewrite feature is real cool! Nicely done.]
by Lidio
Sat Jun 14, 2008 6:11 pm
Forum: Bug reports
Topic: cron.verifyurls.php ...
Replies: 0
Views: 5668

cron.verifyurls.php ...

Greetings, a minor point -- looking at cron.verifyurls.php I believe that // // Disconnect from database // $db->dbclose(); should be inside the if structure if ($isCronRequest && file_exists(PMF_ROOT_DIR.'/inc/data.php')) { ...snip... @ob_flush(); flush(); // close DB here } otherwise it wi...
by Lidio
Thu Apr 10, 2008 4:19 pm
Forum: General discussions
Topic: Embed Flash Videos in FAQ Entry
Replies: 2
Views: 5644

bragot, as an alternative to embed (which is not permitted) we upload all the files for a flash animation [we use the free Wink tool] as attachments in an article and then put a link to the html attached file which will then open a new window with the animation. Next to the link we add a comment lik...
by Lidio
Thu Dec 13, 2007 10:25 pm
Forum: Bug reports
Topic: language translation "patch" code does not work in
Replies: 1
Views: 4905

language translation "patch" code does not work in

For 2.0.4 there is code to translate the log entries from German to specific languages. The code $text = str_replace("Loginerror", $PMF_LANG["ad_log_lger"], $logging_value['text']); $text = str_replace("Session expired", $PMF_LANG["ad_log_sess"], $logging_valu...
by Lidio
Thu Dec 13, 2007 10:13 pm
Forum: Bug reports
Topic: Instant Response does not get focus in 2.0.4
Replies: 2
Views: 5923

Instant Response does not get focus in 2.0.4

When one selects Instant Response the input focus goes to the Search field instead of the Instant Response field. A "dirty" work-around is to add to include/js/functions.js in the function focusOnSearchField() before the end the following if (document.getElementById('instantfield')) { docu...
by Lidio
Tue Dec 11, 2007 5:58 pm
Forum: General discussions
Topic: Adminlog not showing User values ...
Replies: 0
Views: 6457

Adminlog not showing User values ...

Greetings, when viewing the Adminlog the User column is all empty. However, viewing the MySQL table for these entries there are values. Not sure if this is a bug, but where does $_user in adminlog.php get set before it gets to: <td class="list"><?php print isset($_user[$logging_value['usr'...
by Lidio
Mon Dec 10, 2007 9:54 pm
Forum: General discussions
Topic: 2.0.4 scrolls to bottom of page
Replies: 4
Views: 8816

Hi jazcyk, it is not a Vista issue, same thing with Windows XP. I have just been "playing" with phpMyFAQ 2.0.4 (great product!) and discovered the same issue. My analysis is not complete but I believe is it related with the the Javascript <body dir="ltr" onload="javascript:f...