This tutorial to make title name in url is posted in vbseo.com site, i posting here again more perfect and i think you can use it even you dont use vbseo
Step 1:
Open downloads.php
Find: $file['name']
Add this line Below all the entrees, there are about 10-15 of them.
Quote:
$file['name2'] = str_replace(' ', '-', $file['name']);
|
Step 2:
Edit the template downloads_cat_filebit
Find:
Quote:
<a href="downloads.php?do=file&id={$file['id']}
|
Replace with:
Quote:
<a href="downloads.php?do=file&id={$file['id']}-{$file['name2']}">
|
this how is looks like in your category page
Before
After above code edit
if you use vbseo too it will be like this
Above code works in category page, i still can not change url in Latest Files and Most Popular Files, anyone know what files or template i need to edit Latest Files and Most Popular Files url?
contribution needed to make this mod more perfect, come on give your hand too :up: