|
08-04-2004, 12:34 AM | #1 |
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 |
08-04-2004, 02:34 PM | #2 |
Head Mole
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. |
|
|
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 03:16 AM |
Duplications of Title and Meta Tag Info | mokele | Troubleshooting | 1 | 03-24-2006 12:15 PM |
Description meta tag field in results | flyingtwig | How-to Forum | 3 | 08-09-2004 08:58 AM |
Can phpDig use only the Meta Description Tag | JuarezTourGuide | How-to Forum | 2 | 05-10-2004 04:54 PM |
Problems with the Redirection Meta Tag | francov | Troubleshooting | 2 | 03-17-2004 07:25 PM |