Search found 16 matches

by ecostet
Tue Jan 11, 2011 10:12 am
Forum: General discussions
Topic: how can I get current whole url?
Replies: 1
Views: 2174

how can I get current whole url?

dear sir,

how can I get current whole url in phpmyfaq? such as, print out "

Code: Select all

http://forum.phpmyfaq.de/viewtopic.php?f=2&t=10869
"
thanks!
by ecostet
Tue Jan 04, 2011 7:58 am
Forum: Bug reports
Topic: meta description length is too long
Replies: 6
Views: 6421

Re: meta description length is too long

public static function makeShorterText($str, $char)
{
$str = PMF_String::preg_replace('/\s+/u', ' ', $str);
$arrStr = explode(' ', $str);
$shortStr = '';
$num = count($arrStr);

if ($num > $char) {
for ($j = 0; $j <= $char; $j++) {
$shortStr .= $arrStr[$j].' ';
}
$shortStr ...
by ecostet
Mon Jan 03, 2011 5:25 pm
Forum: Bug reports
Topic: meta description length is too long
Replies: 6
Views: 6421

Re: meta description length is too long

hi,

That's the point. Now I wanna to limit the descrition content, how can I do it ? Thanks a lot.
by ecostet
Mon Jan 03, 2011 2:45 pm
Forum: Bug reports
Topic: meta description length is too long
Replies: 6
Views: 6421

Re: meta description length is too long

hi,
I check the code,this is not user generated content added by the administrator of this FAQ. maybe the rules is not fit for Chinese.

Please check this page.

Code: Select all

http://www.cnecosway.com/phpmyfaq/ksw1_15_zh.html
the description content is not added by the administrator. it produced automatically.
by ecostet
Mon Jan 03, 2011 6:21 am
Forum: Bug reports
Topic: phpmyfaq2.6.13 page url with count
Replies: 9
Views: 8000

Re: phpmyfaq2.6.13 page url with count

The problem settled . THANKS A LOT. HAPPY NEW YEAR!
by ecostet
Mon Jan 03, 2011 6:18 am
Forum: Bug reports
Topic: meta description length is too long
Replies: 6
Views: 6421

meta description length is too long

dear sir,

Does the meta description length be limited. please check it .

I find this page http://www.qhfaq.com/content_14_359_zh.html
the meta description content is too long in phpMyFAQ 2.6.11, and this problem is also in phpMyFAQ2.6.13.
<meta name="description" content="我是两门分开考试的,9月份考的期货基础知识 ...
by ecostet
Fri Dec 31, 2010 9:00 am
Forum: General discussions
Topic: How to show related entries
Replies: 1
Views: 2324

How to show related entries

dear sir ,

How can I show the related entries in phpmyfaq 2.6.13 , what the related entries base on , keywords or something?

I'm using Chinese.

what's the meaning:
that's the problem: the related articles is based on the MySQL fulltext search and there's a threshold of 5 records...
by ecostet
Fri Dec 31, 2010 8:47 am
Forum: Bug reports
Topic: phpmyfaq2.6.13 page url with count
Replies: 9
Views: 8000

Re: phpmyfaq2.6.13 page url with count

dear sir,

I changed my site code with your help. but blank pages appear.
http://www.cnecosway.com/phpmyfaq/index.php?action=search&tagging_id=1
http://www.cnecosway.com/phpmyfaq/index.php?action=show&cat=1

please check it .

can I download 3 whole corrected files,"Pagination.php", "Link.php","Faq ...
by ecostet
Thu Dec 30, 2010 1:53 pm
Forum: Bug reports
Topic: phpmyfaq2.6.13 page url with count
Replies: 9
Views: 8000

Re: phpmyfaq2.6.13 page url with count

The problem in phpmyfaq 2.6.13 exits.

Please look at this page ,using phpmyfaq 2.6.13
http://www.corem.com.cn/faq/category/2/ ... BF%A1.html
in mod_rewrite, but page 2 is not in static url

Image
by ecostet
Thu Dec 30, 2010 11:14 am
Forum: General discussions
Topic: How can I remove word from sitemap
Replies: 1
Views: 2203

How can I remove word from sitemap

dear sir,

I wanna remove the chinese word from sitemap in phpmyfaq2.6.13.
How can I do ? Thanks a lot .
Image
by ecostet
Thu Dec 30, 2010 11:04 am
Forum: Bug reports
Topic: phpmyfaq2.6.13 page url with count
Replies: 9
Views: 8000

Re: phpmyfaq2.6.13 page url with count

attached:

Image

When I open mod_write, I click the page '2', but the url address still remain unchanged.
It should be "category1_2.html"

What can I do?
THANKS A LOT!
by ecostet
Thu Dec 30, 2010 10:52 am
Forum: Bug reports
Topic: category URL problem for SEO
Replies: 6
Views: 5818

Re: category URL problem for SEO

Thanks .You are the best!
by ecostet
Thu Dec 30, 2010 10:41 am
Forum: Bug reports
Topic: category URL problem for SEO
Replies: 6
Views: 5818

Re: category URL problem for SEO

can we improve it ? Thanks a lot. Image
by ecostet
Thu Dec 30, 2010 10:23 am
Forum: Bug reports
Topic: category URL problem for SEO
Replies: 6
Views: 5818

Re: category URL problem for SEO

attached:
1.first ,I click category "phpmyfaq 2.6"
http://pic.yupoo.com/eddsxt_v/AJDeUcxU/CeJlW.jpg

2. after expanded category "phpmyfaq2.6", then click it again ,it reach "showcat.html" .not "phpmyfaq-26.html"
http://pic.yupoo.com/eddsxt_v/AJDeUNuZ/yygOD.jpg
by ecostet
Thu Dec 30, 2010 7:38 am
Forum: Bug reports
Topic: phpmyfaq2.6.13 page url with count
Replies: 9
Views: 8000

phpmyfaq2.6.13 page url with count

when I have 20 topic in a category , it will be 2 pages. when I use mod_rewrite. clicke page 2, the url is not staic url .
still as "http://www.xxxxx.com/phpmyfaq/index.php?action=show&cat=1&seite=2"
the correct url should be "http://www.xxxxx.com/phpmyfaq/category1_2.html" when in mod_rewrite ...