Posted by: chippyashOn 2006/4/20 13:50:125409 reads
Minor modification to this keyword generator and manager that now adds regular expression processing to keyword blacklists
The comments are owned by the author. We aren't responsible for their content.
Re: XBS MetaTags V1RC5 available
This module is getting better and better. Still picks up a few unnecessary words and phrases, but definitely gets the "key" phrases also. Thanks.
Re: XBS MetaTags V1RC5 available
Yep this module has been added to my "up once" installation package.
Re: XBS MetaTags V1RC5 available
Thanks for this module!
I have installed it and had a problem which I fixed. Here is the solution.
Problem: on several places on my website people saw white pages. Switching on the PHP debug info gave me the error message:
le="color: #000000"><?php Fatal error: Cannot instantiate non-existent class: xoopsmodulehandler in W:wwwnietvoordepoesnvdpmodulesxbs_tagsincludedefines.php on line 72
Solution: The solution was to add one line to the file metatags.php. In that file, just before:
Thanks for that. Not sure why that is happening because modules.php should already be included during the main include loadup cycle done on every XOOPS page.
What module are the blank pages in question from?
BTW, I'd appreciate it if you could transfer this bug report over to to Xoobs.net where it can be tracked properly.
Re: XBS MetaTags V1RC5 available
Quote:
Still picks up a few unnecessary words and phrases,
Well, that's why I added the regex processing 'cus I was getting garbage too, especially on sites that ran amazon ads.
BTW, to add regex to the blacklist just put them inside forward slashes (i.e they are regular PHP regex phrases) e.g.
/\b[ac]m[0-9]+/
will find am#### or cm### (# = digit). These are generated by amazon ad processing.
Re: XBS MetaTags V1RC5 available
I was unable to install the module. The feedback was that the module installed correctly. But the module was still not installed.
I made the corrections suggested by Basby and now it installs correctly and works?
xoops version 2.0.13.2
Re: XBS MetaTags V1RC5 available
I cannot get this module to work.
it still shows default XOOPS title and tags despite beings et to xbs ones.
It should dynamcially generate titles and keywords right?