Home » Faq

Faq

1. How to change the site logo ?
Make your logo, and replace the logo.png file located in /themes/basic/front/i/logo.png
2. How to put my adsense code ?
Open the files located in /theme/basic/views/banners and put the adsense code.
3. How to change default page titles ?
If you want to change default page titles, just go to /protected/messages/.
If you want to change home page title, keywords and description open home_page.php and edit the strings like this :
return array(
	'pageTitle' 			=> 'Enter your page title here',
	'pageDescription' 		=> 'Enter your page description here',
	'pageKeywords' 			=> 'Enter your keywords here',
	'Latest Classifieds'	=> 'Latest Classifieds',
	'Classifieds by Category' => 'Classifieds by Category'
);
4. How to translate into my language ?
If you whant to translate the script to your language go to /protected/messages/,
than create folder with your language signature.

For example if you want to translate the page in Deutsch create folder de than copy the files from folder en and translate like this :
return array(
	'pageTitle' 			=> 'Enter deutsch translation here',
	'pageDescription' 		=> 'Enter deutsch translation here',
	'pageKeywords' 			=> 'Enter deutsch translation here',
	'Latest Classifieds'	=> 'Enter deutsch translation here',
	'Classifieds by Category' => 'Enter deutsch translation here'
);
The last step goto in admin panel, Settings page and set language to de.


Donate