Quote:
Originally Posted by typicalday
Been browsing online to find VBSEO Rewrite rules for vb3arcade and so far I ended up with this
Code:
'^arcade\.php$' => 'aviation-arcade/'
'^arcade\.php\?categoryid=0$' => 'arcade/category/random/'
'^arcade\.php\?categoryid=-1$' => 'arcade/category/all/'
'^arcade\.php\?categoryid=(\d+)$' => 'arcade/category/$1/'
'^arcade\.php\?do=play&gameid=(\d+)$' => 'arcade/game-$1/'
'^arcade\.php\?do=scores&gameid=(\d+)$' => 'arcade/game-$1/scores/"
Now is there anything I can add to that rule, so that I can show the game title instead of game-(whatever number is it)?
|
This was asked a few times over on the vBSEO forums and they said the core arcade files would need modified to support the rewrites.
Sadly, I don't think it was taken any further. Maybe someone on here has an idea of how to achieve this.