Support Forums

Old 07-02-2008, 06:57 AM   #1
Hunter Classifieds.com.au
 
Join Date: Mar 2008
Posts: 80
Rep Power: 8
newcastledirectory is on a distinguished road
Thumbs up Link Exchange!!

Anybody wanting a link on the following 4 websites?
I am happy to link members (68 clas/forum) only on all 4 sites
All you have to do is after placing my links email me with (68/classifieds/link) in the subject and you�re SITE DETAILS and it�s done!

I�m currently building a links pages on all sites to try and improve rankings. If interested do it!
SS
ps email to my site email! ([email protected])

ALSO ANY AUSTRALIAN SITES LIKE TO SHARE CLIENTS AND LISTING I AM HAPPY TO SHARE OR HELP IF I CAN!!!!!!!!!!!!!


http://www.wheelsclassifieds.com.au
http://www.hunterclassifieds.com.au
http://www.realtyclassifieds.com.au
http://www.hunterrealty.com.au

Last edited by newcastledirectory; 07-02-2008 at 07:13 AM.
newcastledirectory is offline   Reply With Quote
Old 07-02-2008, 07:16 AM   #2
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 878
Rep Power: 23
bowers01 is on a distinguished road
Default

Hi,
I would be interested in getting the image gallery peice, do you think it would be possible to put it in the popup window for when you click on the images? If so would you like to sell a copy of it?
Cheers

http://truckandmachinery.com.au
bowers01 is offline   Reply With Quote
Old 07-02-2008, 08:24 AM   #3
Hunter Classifieds.com.au
 
Join Date: Mar 2008
Posts: 80
Rep Power: 8
newcastledirectory is on a distinguished road
Default Witch Image Gallery?

Sorry I am not understading! what are your traying to say?
witch image gallery?
newcastledirectory is offline   Reply With Quote
Old 07-02-2008, 08:46 AM   #4
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 878
Rep Power: 23
bowers01 is on a distinguished road
Default

Hi,
http://everythingsfree.org/image//im...21156image.jpg (the image gallery that is in viewlisting.tpl

Cheers
bowers01 is offline   Reply With Quote
Old 07-02-2008, 09:44 AM   #5
Hunter Classifieds.com.au
 
Join Date: Mar 2008
Posts: 80
Rep Power: 8
newcastledirectory is on a distinguished road
Default here it is!!!

{if $preview!="Y"}
{* Display the breadcrumb *}
{include file="categories/breadcrumb.tpl"}

{* Are you an administrator? *}
{if $smarty.session.userlevel==1}
{include file="viewlisting/listingadminlinks.tpl"}
{/if}
{/if}
{* Now show the main table *}
<table class="tableborder">
<tr>
<th colspan="2"><strong>{$title}</strong></th>
</tr>
<tr>
<td valign="top">

<table width="100%" border="0" cellpadding="0" cellspacing="3" class="norm">
{if $viewseller=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_SELLER}:</strong></td>
<td>
{if $preview!="Y"}
<a href="viewmember.php?member={$owner}">{$username}</a>
{else}
{$username}
{/if}
</td>
</tr>
{/if}
{* This the image display portion *}

<script type="text/javascript" language="javascript">
{literal}
function showPic (whichpic) {
if (document.getElementById) {
document.getElementById('placeholder').src = whichpic.href;

return false;
} else {
return true;
}
}
{/literal}
</script>
{if $viewphotos=="Y"}
{if $data<>""}

<table width="450" height="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="400" height="350" align="center">

{section name=image loop=$data max=1}
<table border="1" align="center" cellpadding="5" cellspacing="0" bordercolor="#FFFBE7" bgcolor="#333333" style="border-collapse: collapse">
<tr>
<td>
<p align="center">
<img id="placeholder" src="photos/{$data[image].image}" alt="" class="imageborder" style="border-left:2px solid #999999; border-right:2px solid #999999; border-top:2px solid #999999; border-bottom:2px solid #999999; " width="450" />{/section}</p> </td>
</tr>
</table></td>
</tr>

<tr>
<td valign="top" height="60" align="center">

<table border="0" cellpadding="10" cellspacing="0" bgcolor="#E3E4E6">
<tr>
<td height="10">
{foreach from=$data item="entry"}
<a onClick="return showPic(this)" href="photos/{$entry.image}">
<img src="thumbs/small_{$entry.image}" hspace="0" vspace="0" border="0" class="imageborder" width="60" height="45" alt="" align="center" style="border: 2px solid #666666; "/></a>
{/foreach} </td>
</tr>
</table>
</div></td>
</tr>
</table>
{/if}
{/if}
{* This ends the image display portion *}
{if $viewaddress=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_ADDRESS}:</strong></td>
<td>{$address}</td>
</tr>
{/if}
{if $viewcity=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_CITY}:</strong></td>
<td>{$city}</td>
</tr>
{/if}
{if $viewstate=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_STATE}:</strong></td>
<td>{$state}</td>
</tr>
{/if}
{if $viewcountry=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_COUNTRY}:</strong></td>
<td>{$country}</td>
</tr>
{/if}
{if $viewphone=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_PHONE}:</strong></td>
<td>{$phone}</td>
</tr>
{/if}
{if $viewprice=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_PRICE}:</strong></td>
<td>{$price|format_money}</td>
</tr>
{/if}
{if $viewdate=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_DATE_ADDED}:</strong></td>
<td>{$dateadded|date_format:$dateformat}</td>
</tr>
{/if}
{if $viewexpiration=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_EXPIRATION}:</strong></td>
<td>{$expirationdays} Day(s)</td>
</tr>
{/if}
{if $url<>""}
<tr>
<td><strong>{$smarty.const.LANG_EXT_URL}:</strong></td>
<td>{$url|linkurl:30}</td>
</tr>
{/if}
{if $viewhits=="Y"}
<tr>
<td><strong>{$smarty.const.LANG_VIEWS}:</strong></td>
<td>{$hitcount}</td>
</tr>
{/if}
{* Extra Fields *}
{foreach from=$extrafields item=extras}
<tr>
<td><strong>{$extras.title}:</strong></td>
<td>
{if isset($extras.value)}
{foreach key=key item=item from=$extras.value}
{$item}<br />
{foreachelse}
{$extras.value}
{/foreach}
{/if}
</td>
</tr>
{/foreach}
{* End Extra Fields *}
{if $description<>""}
<tr>
<td colspan="2"><strong>{$smarty.const.LANG_DESCRIPTIO N}: </strong><br />{$description|nl2br}</td>
</tr>
{/if}
</table>
<br />
</td>
<td valign="top"> {if $viewphotos=="Y" && $data <> ''}
{foreach from=$data item=image}
<p><a href="#" onMouseOver="window.status='View Large Image';return true" onMouseOut="window.status='';return true" onClick="window.open('{$smarty.const.URL}/viewimage.php?photo={$image.id}&width={$image. width}&height={$image.height}','_popup','width ={$image.width},height={$image.height},directories =no,location=no,menubar=no,scrollbars=yes,status=n o,toolbar=no,resizable=no,left=0,top=0,screenx=50, screeny=50');return false"> <img src="thumbs/small_{$image.image}" hspace="5" vspace="5" class="image" border="0" alt="{$image.title}" /></a><br />{$image.title}</p>

{foreachelse}
<img src="templates/{$smarty.const.MAIN_TEMPLATE}/images/nophoto.gif" width="100" hspace="5" vspace="5" border="1" />
{/foreach}
{else}
<img src="templates/{$smarty.const.MAIN_TEMPLATE}/images/nophoto.gif" width="100" hspace="5" vspace="5" border="1" />
{/if}
<p> </p>
</td>
</tr>
</table>
{if $preview!="Y"}
{include file=viewlisting/listingextras.tpl}
{/if}
<p> </p>
{if $pmon=="Y" && $smarty.session.uid > 0}

{elseif $allowcontact=="Y" && $display=="Y"}
{include file=contact/contactowner.tpl}
{/if}
-------------------------------------------------------------------------------------------------------------
Just cut out what you need thats the whole script!!!!!!!!!!!!!!!!!!!!!! cheers!!

Last edited by newcastledirectory; 07-02-2008 at 09:54 AM.
newcastledirectory is offline   Reply With Quote
Old 07-08-2008, 03:06 AM   #6
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 878
Rep Power: 23
bowers01 is on a distinguished road
Default

Thanks for that.
Cheers
bowers01 is offline   Reply With Quote
Old 07-09-2008, 08:39 AM   #7
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 878
Rep Power: 23
bowers01 is on a distinguished road
Default

Hi,
Does anyone konw how to intergrate this into the viewimage.tpl window? if so any help would be great.
Cheers,
Nick
bowers01 is offline   Reply With Quote
Old 07-09-2008, 09:02 AM   #8
The Master
 
Maffo's Avatar
 
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,400
Rep Power: 45
Maffo is just really niceMaffo is just really nice
Default

Newcastle, did you recieve my mail?
__________________
**Bulk Upload System** has been upgraded. Works on all v4 versions with new functionality. Free upgrade for existing customers.
Maffo is offline   Reply With Quote
Old 07-10-2008, 05:41 AM   #9
Hunter Classifieds.com.au
 
Join Date: Mar 2008
Posts: 80
Rep Power: 8
newcastledirectory is on a distinguished road
Default Hi Andy

Hi Andy
Yes I did Just hold on I need couple things done at the same time wait untill I finish migrating wheelsclassifieds to a new host !
I only be couple days!!
cheers
SAM
newcastledirectory is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Link Exchange newcastledirectory Site Marketing 3 06-07-2008 11:36 PM
Link Exchange System Maffo Site Marketing 3 04-16-2008 06:19 PM
Link Exchange Syssh Site Marketing 0 07-12-2007 06:25 PM
Link Exchange chorro Site Marketing 2 04-27-2006 09:41 AM


All times are GMT -4. The time now is 04:27 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0