Quote:
Originally Posted by MicroHellas
Works with 3.8.2 too. The problem comes from: categoryid= , which means that you haven't added any category yet.
Maria
|
Thanks for reply . I fix it thanks alot for awsome help its working great on 3.8.2
Have one more question i'm using vBSEO 3.3.0 and want insert vebseo rules but i saw in Custom Rewrite these rules
------------------------------------------
//================================================== ========================
// Sample Custom Rewrite Rule: showgroup.php as forumleaders.html (Remove the '//' in front of the rule to enable).
//================================================== ========================
//'^showgroups\.php$' => 'forumleaders.html'
//================================================== ========================
// Sample Custom Rewrite Rules: calendar as static pages (Remove the '//' in front of the rules to enable).
// Note: Enable the calendar dropdown redirect rule within the Custom 301 Redirects section below.
//================================================== ========================
//'calendar\.php$' => 'calendar/'
//'^calendar\.php\?c=1$' => 'calendar/'
//'^calendar\.php\?(c=1&)?do=(display.+?)(&year=)?$' => 'calendar/$2/[NF]'
//'calendar\.php\?(c=1&)?nojs=1' => 'calendar/nojs/[NF]'
//'calendar\.php\?(c=1&)?do=(display.+?)&nojs=1' => 'calendar/$2/nojs/[NF]'
//'calendar\.php\?(c=1&)?week=(\d+)&nojs=1' => 'calendar/week-$2/nojs/[NF]'
//'calendar\.php\?(c=1&)?month=(\d+)&year=(\d+)&nojs =1' => 'calendar/$3/$2/nojs/[NF]'
//'^calendar\.php\?do=getinfo&(c=1&)?day=(\d+)-(\d+)-(\d+)(&c=1)?$' => 'calendar/$2/$3/$4/'
//'^calendar\.php\?do=getinfo&e=(\d+)(&day=[0-9\-]+)?(&c=1)?$' => 'calendar/event-$1/'
//'^calendar\.php\?(s=&)?(c=1&)?(week=&)?month=(\d+) &year=(\d+)(&c=1)?(&do=displaymonth)?$' => 'calendar/$5/$4/'
//'^calendar\.php\?c=1&week=(\d+)(&do=displayweek&mo nth=.+?)?$' => 'calendar/week-$1/
-----------------------------------------------------------------------
need to know i have to delet all this or just paste under these rules please help me