NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > General Marketplace > Web Development > Web Development Wanted
Reload this Page Auctiva Template & Logo needed

Web Development Wanted Requests for websites, templates, custom programming, logos or graphics.

Advanced Search
1 members in live chat ~  
NamePros Design Contests NamePros Design Contests
Forum Sponsorship
Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest)



Closed Thread
 
LinkBack Thread Tools
Old 11-27-2011, 09:40 AM THREAD STARTER               #1 (permalink)
NamePros Member
Join Date: Aug 2010
Location: Manchester, UK
Posts: 192
areyoulocal? has a spectacular aura aboutareyoulocal? has a spectacular aura about
 




Auctiva Template & Logo needed


Hi

I need someone to create an Auctiva for my eBay antiques listings. The Auctiva script is basic HTML with their custom tags, so you'll need to open an account at Auctiva to check on how those work. You will also need an account there to test the template. It's a free site, unless you need premier services, which you won't for this!

I'll provide a basic layout, nothing complicated, and a general design overview for both template and logo, again nothing complicated. Should be a very easy job for someone with better design and HTML skills than me.

I would prefer it if you had an eBay account to show me the completed template working, you could get a free throwaway account for this also.

Please PM me with an idea of costs, I want to get this done asap.

I am happy to get the log done seperately by the way, if that part of it is an issue for anyone. I'll start a logo contest if people want to do the template design only.

David


MODS PLEASE NOTE:
I had an advert removed before because the user needed an account at a similar site. A mod thought I was trying to get people to sign up to a site I had something to do with. I am not doing that! Auctiva has thousands of paying customers and is the most popular eBay managment site there is. If I owned any part of it, I wouldn't be bothering to list stuff on eBay
????: NamePros.com http://www.namepros.com/web-development-wanted/738792-auctiva-template-and-logo-needed.html

---------- Post added at 06:40 PM ---------- Previous post was at 05:59 PM ----------

For the layout I will be looking for something similar to this by the way:

http://ebayappreview.com/templates/b...ivaPreview.php

It will need to be classier, but the basic layout is there
Last edited by areyoulocal?; 11-27-2011 at 10:08 AM.
areyoulocal? is offline  
Old 11-28-2011, 04:08 AM THREAD STARTER               #2 (permalink)
NamePros Member
Join Date: Aug 2010
Location: Manchester, UK
Posts: 192
areyoulocal? has a spectacular aura aboutareyoulocal? has a spectacular aura about
 




Hi

I don't seem to be getting any interest so far. Maybe I am just being impatient, but it's also possible people don't understand the job.

It is very simple html, and possibly a stylesheet, with a small number of custom tags that work with Auctiva. Anyone with some design skills and even reasonable coding ability will find this one a breeze I have no skills in the above and have been able to put something basic together.

The below is an example of the type of thing I mean. Its the code for the example posted above. The upper case tags contained in [] are the custom tags that grab data from Auctiva, for example: [TITLE]
????: NamePros.com http://www.namepros.com/showthread.php?t=738792

***************************************

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>

<body>
<div id="bg">
<div id="container">
<div id="header">
<div id="headBack">
<!-- start of logo area -->
<div id="logo" class="fltlft">
<h1>LOGO</h1>
</div>
<!-- end of logo area and start of customizable area -->
<div id="customize" class="fltrt">
<div style="font-size:24px"><strong>Customizable Area</strong></div>
You can put images, a tag line or nothing in this area
</div>
<!-- customizable area ends -->
</div>
</div>
<div id="contentContainer">
<div id="title">
[TITLE]
</div>
<div id="sidebar1">
<a name="desc"></a>
<h3>Description:</h3>
<div id="description">
[DESCRIPTION]
</div>
</div>
<div id="mainContent">
<div id="images">
<div id="mainImage">
<a href="[IMAGE1_URL]" target="_blank"><img src="[IMAGE1_URL]" width="400" height="300" hspace="0" vspace="0" border="0" align="left" name="mainphoto"></a>
</div>
<div id="thumbImage">
<!-- image one -->
<a OnMouseOver="mainphoto.src='[IMAGE1_URL]';" OnMouseOut="mainphoto.src='[IMAGE1_URL]';"><img src="[IMAGE1_URL]" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
<!-- image two -->
<a OnMouseOver="mainphoto.src='[IMAGE2_URL]';" OnMouseOut="mainphoto.src='[IMAGE2_URL]';"><img src="[IMAGE2_URL]" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
<!-- image three -->
<a OnMouseOver="mainphoto.src='[IMAGE3_URL]';" OnMouseOut="mainphoto.src='[IMAGE3_URL]';"><img src="[IMAGE3_URL]" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
<!-- image four -->
<a OnMouseOver="mainphoto.src='[IMAGE4_URL]';" OnMouseOut="mainphoto.src='[IMAGE4_URL]';"><img src="[IMAGE4_URL]" width="80" height="60" hspace="10" vspace="8" border="0" align="left"></a>
</div>
<div style="margin-left:200px; font-size:12px; margin-top:4px; ">Hover To Enlarge</div>
</div>
</div>
<div style="clear:both;"></div>
</div>

<div id="sellerInfo">
<div class="info">
<a name="about"></a>
<h2>About Us</h2>
[ABOUT_ME]
</div>
<div class="info">
<a name="terms"></a>
<h2>Shipping</h2>
[TERMS_OF_SALE]
</div>
<div class="info">
<h2>Payment</h2>
[PAYMENT]
</div>
<div class="info">
<a name="contact"></a>
<h2>Contact Us</h2>
[CONTACT_US]
</div>
</div>
<br class="clearfloat"/>
<div id="footer">
<div id="footerLink">
<a href="http://www.ebayappreview.com"/>eBay Template</a> found at eBay App Review
</div>
<div id="footNav">
<a href="#desc">Description</a>
<a href="#about">About Us</a>
<a href="#terms">Shipping</a>
<a href="#contact">Contact</a>
</div>
</div>
</div>
</div>
<div id="cssParent">
<div id="css">
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/allStyle.css" type="text/css" media=screen>
????: NamePros.com http://www.namepros.com/showthread.php?t=738792
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/bluegrey.css" type="text/css" media=screen>
</div>
</div>
<script type="text/javascript">
var linkBack = document.getElementById('footerLink');
var addStyle = false;

if(linkBack.innerHTML.trim() == '<a href="http://www.ebayappreview.com">eBay Template</a> found at eBay App Review'){
addStyle = true;

}
parent = document.getElementById('cssParent');
css = document.getElementById('css');
parent.removeChild(css);
</script>
<script type ="text/javascript">
if(addStyle){
document.write('\
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/allStyle.css" type="text/css" media=screen>\n\
<link rel=StyleSheet href="http://www.ebayappreview.com/templates/bubbles/css/bluegrey.css" type="text/css" media=screen>\n\
\n\
');
}
</script>
</body>

</html>
Last edited by areyoulocal?; 11-28-2011 at 04:55 AM.
areyoulocal? is offline  
Old 11-29-2011, 06:32 AM   #3 (permalink)
NamePros Member
Join Date: Jan 2011
Posts: 61
lplive is an unknown quantity at this point
 



I am sure I can probably get it done. So, basically jazz this up to look cool?
lplive is offline  
Old 12-01-2011, 07:16 AM THREAD STARTER               #4 (permalink)
NamePros Member
Join Date: Aug 2010
Location: Manchester, UK
Posts: 192
areyoulocal? has a spectacular aura aboutareyoulocal? has a spectacular aura about
 




The job is now done and paid for with a 33% bonus

Sorry to the person that replied above. I only noticed your message after I got set up with someone else from the forum.
areyoulocal? is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
New logo needed.. $35 domainpush Design Contests 28 11-16-2011 07:34 PM
[REQ-LOGO] $30 Logo Design Virgil Design Contests 20 10-26-2011 10:02 AM
[REQ-LOGO] - $50 - Awesome Logo Needed For Media Company Chris Design Contests 15 06-13-2011 09:31 PM

 
All times are GMT -7. The time now is 11:23 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger