PDA

View Full Version : its going i think


bobnzer
05-15-2006, 07:59 AM
seems to be going but i havent tried add link yet..
Get error when brouse catagoeies "Column 'id_category' in where clause is ambiguous"

and how can I get rid of the &nbsp <title>Sex in New Zealand for your enjoyment</title> in the title?

Can someone help

Bob

Nick Collins
05-15-2006, 09:55 AM
Hi Bob!
seems to be going but i havent tried add link yet..
Get error when brouse catagoeies "Column 'id_category' in where clause is ambiguous"
Via phpMyAdmin open dir_links table and try to rename "id_category" field to "id_category2"

and how can I get rid of the &nbsp <title>Sex in New Zealand for your enjoyment</title> in the title?
***open templates/template_name/header.tpl***
***find the following line***
<title>{$title}{$config.suffix}</title>
***remove here***
***save***

bobnzer
05-16-2006, 12:11 AM
Thanks for that. I don't have access to myphp yet will fix that later. The other change worked.

Regards
Bob

Nick Collins
05-16-2006, 09:17 AM
You are welcome, Bob! Hope you will get access to phpMyAdmin soon.