2014-03-05

Changing the title in tags.

Originally Posted By: tashsidhu
Hi, I have just downloaded and installed Yioop on my server. Need to know which file(s) to modify to change the title on the tabs of pages?
'''Originally Posted By: tashsidhu''' Hi, I have just downloaded and installed Yioop on my server. Need to know which file(s) to modify to change the title on the tabs of pages?

-- Changing the title in tags
Do you mean

Web
Images
Videos
News

along the top of the page? You control those from the Admin panel > Search Sources. There you can Add a Subsearch or delete one.
To change the logo in different places you need to put modified versions of your views in your WORK_DIRECTORY/app/views folder.
If it doesn't exist create the folder. Let BASE_DIR be the folder where you installed Yioop. As an example, copy BASE_DIR/views/search_view.php
to WORK_DIRECTORY/app/views/search_view.php, then edit the latter file as desired. Yioop gives preferences to views found in
WORK_DIRECTORY/app/views over BASE_DIR/views so you should be able to see your changes immediately. If you use new image files
you can put them in the folder WORK_DIRECTORY/app/resources. Then to load them in your view you give a URL like:
?c=resource&a=get&f=resources&n=my_image.png
Hope this helps,

Chris
Do you mean <br><br> Web<br> Images<br> Videos<br> News<br><br>along the top of the page? You control those from the Admin panel &gt; Search Sources. There you can Add a Subsearch or delete one.<br>To change the logo in different places you need to put modified versions of your views in your WORK_DIRECTORY/app/views folder.<br>If it doesn't exist create the folder. Let BASE_DIR be the folder where you installed Yioop. As an example, copy BASE_DIR/views/search_view.php<br>to WORK_DIRECTORY/app/views/search_view.php, then edit the latter file as desired. Yioop gives preferences to views found in <br>WORK_DIRECTORY/app/views over BASE_DIR/views so you should be able to see your changes immediately. If you use new image files<br>you can put them in the folder WORK_DIRECTORY/app/resources. Then to load them in your view you give a URL like:<br>?c=resource&a=get&f=resources&n=my_image.png<br>Hope this helps,<br><br>Chris
X