Posted by: chippyashOn 2006/4/20 13:50:125258 reads
Minor modification to this keyword generator and manager that now adds regular expression processing to keyword blacklists
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?