Search found 13 matches

by Gastongr
Mon Sep 12, 2005 1:18 pm
Forum: General discussions
Topic: Entry Count for Categories/Subcategories?
Replies: 14
Views: 25330

Thanks so much, i got it working :)
by Gastongr
Mon Sep 12, 2005 1:11 pm
Forum: General discussions
Topic: Entry Count for Categories/Subcategories?
Replies: 14
Views: 25330

Anybody?
Please help, i don't fully understand Vanessa's explanation :oops:
Gaston
by Gastongr
Thu Sep 08, 2005 9:36 pm
Forum: General discussions
Topic: Top 10 and 5 newest in homepage
Replies: 8
Views: 11473

Not in the other thread, thanks :D
by Gastongr
Thu Sep 08, 2005 6:05 am
Forum: General discussions
Topic: Entry Count for Categories/Subcategories?
Replies: 14
Views: 25330

Mhmm, what do you exactly mean by "inserting to Line 25 "

In line 25 i have

Code: Select all

 $tpl->includeTemplate('writeContent', 'index');
Should i replace that with what you posted?. I have tryed many ways but can't get it working, i'm doing something wrong.
Thanks for your help :wink:
by Gastongr
Thu Sep 08, 2005 5:45 am
Forum: General discussions
Topic: Top 10 and 5 newest in homepage
Replies: 8
Views: 11473

Great, thanks so much. :) .
by Gastongr
Wed Sep 07, 2005 9:30 pm
Forum: General discussions
Topic: Top 10 and 5 newest in homepage
Replies: 8
Views: 11473

How does that work?. :shock:
I opened feed/latest/rss.php and it outputs some xml code

www.codingfaq.com/feed/latest/rss.php

Sorry i have no idea about rss or xml :oops:
by Gastongr
Wed Sep 07, 2005 9:14 pm
Forum: General discussions
Topic: Top 10 and 5 newest in homepage
Replies: 8
Views: 11473

by Gastongr
Wed Sep 07, 2005 8:58 pm
Forum: General discussions
Topic: Top 10 and 5 newest in homepage
Replies: 8
Views: 11473

Top 10 and 5 newest in homepage

Hello,
I'm trying to put the top 10 and 5 newest FAQs only in the home page adding the code {writeTopTenRow} etc etc in main.tpl but it seems it's not interpreted and nothing is inserted.
How can i do this?

Thanks :)
by Gastongr
Wed Sep 07, 2005 5:33 am
Forum: General discussions
Topic: 1.5.0 error in pdf
Replies: 12
Views: 18725

Done, i downloaded vim and saw what you meaned. :)
Thanks again
by Gastongr
Wed Sep 07, 2005 3:32 am
Forum: General discussions
Topic: 1.5.0 error in pdf
Replies: 12
Views: 18725

Hello,
this new version is great Thorsten!
I'm having the same problem as you guys but i didn't understand how to fix it. Could someone tell me what to remove?. If i open the file font/helveticai.php with my text editor i can't find any "^M".

Thanks in advance.
by Gastongr
Mon Jul 19, 2004 4:47 pm
Forum: General discussions
Topic: HowTo on making PHPMyFAQ spiderable. (static pages)
Replies: 21
Views: 48438

I know they'r not for phpmyfaq but i used them succesfully for other script in my webserver, so i think the server supports mod_rewrite.
I was answering your question
does your webserver support mod_rewrite?
Yes it does.
by Gastongr
Mon Jul 19, 2004 1:59 pm
Forum: General discussions
Topic: HowTo on making PHPMyFAQ spiderable. (static pages)
Replies: 21
Views: 48438

I think it does because i'm using some rewrite rules in other site hosted in the same account. the htaccess file i use in that site is this


RewriteEngine On
RewriteRule ^forums.* index.php [L,NC]
RewriteRule ^post-([0-9]*).html&highlight=([a-zA-Z0-9]*) viewtopic.php?p=$1&highlight=$2 [L,NC ...
by Gastongr
Mon Jul 19, 2004 12:38 am
Forum: General discussions
Topic: HowTo on making PHPMyFAQ spiderable. (static pages)
Replies: 21
Views: 48438

How do i apply this to my site?
i mean where should i put the Rewrite rules. And what about functions.php?

I tryed putting the rules in the .htaccess file and replaceing my functions.php with the one you posted (i changed the urls) but it doesn't work.

I'd really appresiate your help

Thanks Gaston