Search found 12 matches

by mojo_jojo
Thu Apr 05, 2007 10:21 am
Forum: Proposals
Topic: Random tags display
Replies: 6
Views: 16017

Ok, it should work.

Btw thanks for the friendly mention in the devblog:)
by mojo_jojo
Thu Apr 05, 2007 9:07 am
Forum: Proposals
Topic: Random tags display
Replies: 6
Views: 16017

Hello,

It didn't work at all? I've tried it on the last version from the CVS (copy-pasted the function in Tags.php) and it was working. Have you tested it on a database with less tagwords than PMF_TAGS_CLOUD_RESULT_SET_SIZE? In this case all tagwords are displayed as they are obtained from the db ...
by mojo_jojo
Wed Apr 04, 2007 3:30 pm
Forum: Bug reports
Topic: Export
Replies: 1
Views: 4867

Export

Hi,

I've noticed that the export of the FAQ's doesn't work. The reason is in the sql-query in _getSQLQuery() in FAQ.php. I don't think you need a JOIN, you could simply do it like this (starting from the WHERE caluse):


FROM faqdata, faqvisits, faqcategoryrelations
WHERE faqdata.id ...
by mojo_jojo
Wed Apr 04, 2007 11:59 am
Forum: Bug reports
Topic: 'Send to a friend' option
Replies: 5
Views: 9934

'Send to a friend' option

Hi,

You should take a look at mailsend2friend.php. Around line 47 you have

$mail = checkEmail($db->escape_string(strip_tags($mail)));

but the output of checkEmail is either true or false. That's why send to friend doesn't work.
by mojo_jojo
Wed Apr 04, 2007 11:24 am
Forum: Proposals
Topic: Display of "Articles in the category" window
Replies: 4
Views: 12957

Hi,

I've sent it to your email.
by mojo_jojo
Wed Apr 04, 2007 9:45 am
Forum: Proposals
Topic: Display of "Articles in the category" window
Replies: 4
Views: 12957

Display of "Articles in the category" window

Hi,

I thought that it may be useful to display all articles in a category somewhere while an article is open. So it would be easier for a user to check out a number of articles in a category, instead of going back every time to the listing of the articles in a category.

I have done it in a window ...
by mojo_jojo
Wed Apr 04, 2007 9:35 am
Forum: Proposals
Topic: Random tags display
Replies: 6
Views: 16017

Random tags display

Hi,

I have noticed that the tags in the current beta are being displayed in alphabetical order, and I have thought that it would be more practical and better if every time random tags are being displayed when a page is loaded.

Here is my getAllTags() function.

function getAllTags($search ...
by mojo_jojo
Thu Mar 29, 2007 11:16 am
Forum: Bug reports
Topic: Problem with links in PDF export of an article
Replies: 1
Views: 4907

Problem with links in PDF export of an article

Hi,

when exporting an article in pdf, I noticed that the link displayed in the footer is not affected if you enable mod_rewrite.

I suggest using the PMF_Link class for that link, e.g.

$url =PMF_Link::getSystemScheme().$_SERVER["HTTP_HOST"].str_replace("pdf.php", "index.php?action=artikel&cat ...
by mojo_jojo
Thu Mar 29, 2007 11:04 am
Forum: Bug reports
Topic: Problem with links in article
Replies: 1
Views: 4917

Problem with links in article

Hi,

When you add a link to another article in the WYSIWYG editor, it is in the form

index.php?action=artikel&cat=45&id=183&artlang=en .

Then when the link is shown in the article through the user panel, it goes through some modifications in artikel.php (around line 110), in the case above the ...
by mojo_jojo
Fri Mar 23, 2007 3:35 pm
Forum: General discussions
Topic: Tags in Different Languages
Replies: 7
Views: 11389

Tags in Different Languages

Hi,

When you have questions in different languages, is the idea to show all tags in all languages, no matter what language is selected?

If this not being the case, is it planned to go into one of the future releases?
by mojo_jojo
Mon Mar 19, 2007 11:26 am
Forum: Bug reports
Topic: Subcategory name
Replies: 5
Views: 9472

Hi,

I sent it to your email along with the fix.
by mojo_jojo
Wed Mar 14, 2007 4:54 pm
Forum: Bug reports
Topic: Subcategory name
Replies: 5
Views: 9472

Subcategory name

Hi,

I am running the latest version of phpMyFaq 2 beta from the CVS repository. I added a category with a subcategory, which in turn has its own subcategory (parentCat -> subCat -> subsubCat). However, when I click on subCat in the menu in user mode, I get the following menu structure:

parentCat ...