how to get the record path?

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
marco.chan
Posts: 12
Joined: Wed Sep 29, 2010 2:13 pm
Location: china
Contact:

how to get the record path?

Post by marco.chan »

Thorsten:
Please tell me how to get the record path in artikel.php files,i I need this url.

in artikel.php files:

Code: Select all

$copyright ='<a rel="bookmark" title="'.$item['thema'].'" href="???????????-how to get it??????">'.$item['thema'].'</a>;
China Futures FAQ:期货入门www.qhfaq.com
marco.chan
Posts: 12
Joined: Wed Sep 29, 2010 2:13 pm
Location: china
Contact:

Re: how to get the record path?

Post by marco.chan »

Thorsten,help me~ :D
China Futures FAQ:期货入门www.qhfaq.com
Thorsten
Posts: 15729
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: how to get the record path?

Post by Thorsten »

Hi,

where do you need it? :-)

I have to know this to give you a proper answer...

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
marco.chan
Posts: 12
Joined: Wed Sep 29, 2010 2:13 pm
Location: china
Contact:

Re: how to get the record path?

Post by marco.chan »

I would like to add a copyright information at the end of the article.

in artikel.php file:

Code: Select all

//Add copyright in the record end.
$copyright ='<div>转摘请注明出处:<a href="http://www.qhfaq.com" target="_blank" title="'.$faqconfig->get('main.titleFAQ').'">'.$faqconfig->get('main.titleFAQ').'</a> - 《<a rel="bookmark" title="'.$thema.'" href="??????????how to get the record path????????">'.$thema.'</a>》</div>
			 <div>订阅最新文章:<a href="http://feed.feedsky.com/qhfaq" target="_blank" title="订阅最新文章">http://feed.feedsky.com/qhfaq</a></div>';
//
China Futures FAQ:期货入门www.qhfaq.com
Post Reply