PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > How-to Forum

Reply
 
Thread Tools
Old 08-03-2004, 11:34 PM   #1
wessam
Orange Mole
 
Join Date: Jul 2004
Posts: 30
Thank you very much
im working now on modificatinon on some search deatures i need to let visitor to search by Keyword,Author, ...

i'm just wanna ask about some thing :
in the robot_function.php there is a code to append and insert the keyword come form website to the keyword table ..

e.g : i have keyword = "testpage" i wanna add fix 3 letters to this keyword befor add it to the keywords table

im try do this :

if (isset($tags['keywords'])) {
$page_keywords = phpdigCleanHtml($tags['keywords']);
$page_keywords .= "key";
}


i wanna add testpagekey to the keywords table
wessam is offline   Reply With Quote
Old 08-04-2004, 01:34 PM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Search for get_meta_tags in the robot_functions.php file. There you could explode to form an array, loop or array_walk to append key, and implode to return to a string.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to edit/change existing & static html meta tag? parikh13 How-to Forum 0 02-13-2008 02:16 AM
Duplications of Title and Meta Tag Info mokele Troubleshooting 1 03-24-2006 11:15 AM
Description meta tag field in results flyingtwig How-to Forum 3 08-09-2004 07:58 AM
Can phpDig use only the Meta Description Tag JuarezTourGuide How-to Forum 2 05-10-2004 03:54 PM
Problems with the Redirection Meta Tag francov Troubleshooting 2 03-17-2004 06:25 PM


All times are GMT -8. The time now is 06:36 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.