![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Sep 2008
Posts: 20
![]() |
Hello Guys
Am using Omega 1.6 version. Pls. help me with: 1. How to add listing without url? or make it optional to add url 2. How to remove url from the listing title in "View Listing" and "Listing" Example for #2 title with url => www.example.com (but I want to remove url) Description1 Telp: (xxx) xxx-xxxx Thanks in advance ![]() |
|
|
|
|
|
#3 |
|
Join Date: Sep 2008
Posts: 20
![]() |
Hi Alex,
Thanks for your reply. The directory below is using Omega version and they can remove the url from "Listing" housefusion dot com/Alaska/Anchorage/ How to do that? because some of my listings have no websites. |
|
|
|
|
|
#4 |
|
Tech Support
Join Date: Oct 2008
Posts: 989
![]() |
The problem is that you could hide this filed from "listing view" and "listing" pages, but when submiting listings this field is requiered and cannot be deleted.
So if you want I can tell you how to hide the url field, but cannot help you with "submitting without URL". BTW, if you go to http://housefusion.com/suggest-listing.php?id=0 you'll see the URL field. |
|
|
|
|
|
#5 |
|
Join Date: Sep 2008
Posts: 20
![]() |
Oh I understand now.
Would you please tell me how to hide the url field? Thanks in advance Rgds, Jane |
|
|
|
|
|
#6 |
|
Tech Support
Join Date: Oct 2008
Posts: 989
![]() |
of course.
You should edit /templates/current_template/view-listing.tpl replace next lines: HTML Code:
<h1><a href="{$listing.url}" id="l{$listing.id}" {if $config.new_window}target="_blank"{/if}>{$listing.title}</a></h1> HTML Code:
<h1>{$listing.title}</h1> replace next lines HTML Code:
<div class="title"> <a href="{if $config.use_redirects}go.php?url={$listing.url|escape:"url"}{else}{$listing.url}{/if}" class="title" id="l{$listing.id}" {if $config.new_window}target="_blank"{/if} {if $listing.no_follow eq 1}rel="nofollow"{/if}>{$listing.title}</a> {section name=star loop=$listing.rank}<img src="{$img}star.png" alt="" />{/section} </div> HTML Code:
<div class="title"> {$listing.title}{section name=star loop=$listing.rank}<img src="{$img}star.png" alt="" />{/section} </div> delete or comment HTML Code:
<div class="url">{$listing.url}</div> |
|
|
|
|
|
#7 |
|
Join Date: Sep 2008
Posts: 20
![]() |
Hi Alex,
Thanks very much for your help. Everything working very well now. Have a great day! Best Regards, Jane Last edited by jj123; 04-04-2009 at 02:20 AM. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|