Quote:
Originally Posted by LbR
Hey NLP-er any idea when you gonna add function that only takes tags from titles ?
|
When I will find time for this
For quick fix please:
1. open file /includes/functions_autotaggerfromcontentandtitile.php
2. find
PHP Code:
$content = strtolower($post['message']);
3. REPLACE to:
4. find:
PHP Code:
$content = strtolower($post['pagetext']);
5. REPLACE to:
6. Save changes and upload to server
7. open file product-autotaggerfromcontentandtitle.xml
8. find:
PHP Code:
$content = strtolower($post['pagetext']);
9. REPLACE to:
10. Save file and import product file again in vBulletin
This was not tested