|
|
#1 |
|
Junior Member
|
How can i change the top image that shows on the script that says "68 Classifieds" to an image of my choosing ?
Thanks for all commentary..
__________________
Calvin Brown Jr, Quality web hosting and web design solutions at affordable rates!
|
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,150
Rep Power: 119 ![]() |
That is in the layout.tpl.php file. The default template has it here:
Code:
<!-- // Header // -->
<div id="header"><a href="index.php"><img src="templates/{$smarty.const.MAIN_TEMPLATE}/images/header.gif" width="633" height="93" border="0" alt="{$title}" /></a></div>
<!-- // Header // -->
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#3 |
|
Junior Member
|
I did what you said by searching for the specified text within the layout.tpl.php file, however- the only thing that I saw that even resembles what you listed above reads as follows:
"<!-- // Header // --> <table width="100%"> <tr> <td><a href="index.php"><img src="images/newlogo.gif" width="450" height="65" border="0" /></a></td> <td><img src="images/version3.0.gif" width="150" height="65" border="0" align="right" /></td> </tr> </table> <!-- // Header // -->" I would like to modify the top image to an image of my choosing instead of having the "68 classifieds" top banner as the image.. All help is greatly appreciated... Thanks,
__________________
Calvin Brown Jr, Quality web hosting and web design solutions at affordable rates!
|
|
|
|
|
|
#4 |
|
Coder
Join Date: Mar 2006
Posts: 4,585
Rep Power: 111 ![]() ![]() |
Just to make sure everyone is on the same page, please share with us what template you areusing and what version 68 classifieds your using as well.
On a side note, if you right click on the image and view its properties you can see its name, then look for its name in your templates layout.tpl.php file to identify where its being called from the template. You can always make a new one and just name it the same as the default and put it in its place in the template directory overwriting the original. |
|
|
|
|
|
#5 |
|
Junior Member
|
I am using v3.1.3. The template i am using is the default template which is "layout.tpl.php".
I clicked on the top banner to get its file name. However, when i opened the template file to search for the file name, I had no success.. Please help... Thanks,
__________________
Calvin Brown Jr, Quality web hosting and web design solutions at affordable rates!
|
|
|
|
|
|
#6 | |
|
Coder
Join Date: Mar 2006
Posts: 4,585
Rep Power: 111 ![]() ![]() |
Quote:
In v3.0.x the header image should be in the images folder inside the default template folder so... /templates/default/images/header.gif |
|
|
|
|
|
|
#7 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,150
Rep Power: 119 ![]() |
I think he is running a version I released to him today. Sorry for adding to the confusion.
The code you posted was from the administration/templates/layout file. Open the templates/default/layout file and it should be there. This is the image code: <img src="templates/{$smarty.const.MAIN_TEMPLATE}/images/header.gif" width="633" height="93" border="0" alt="{$title}" />
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#8 | |
|
Coder
Join Date: Mar 2006
Posts: 4,585
Rep Power: 111 ![]() ![]() |
Quote:
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Image Ad Error | manilaboy | v3.1 Questions & Support | 18 | 11-07-2006 04:47 AM |
| Question regarding listing image popup sizing | civ | v3.1 Questions & Support | 5 | 10-12-2006 05:47 AM |
| Security Image "click here" link not working right | Scooter | v3.1 Questions & Support | 20 | 09-08-2006 10:23 PM |
| Image size in listings | chorro | v3.0 Questions & Support | 1 | 04-29-2006 08:40 AM |
| Display an image over another image | Bucketman | v3.0 Questions & Support | 2 | 04-21-2006 11:27 AM |