Support Forums

EhopRealty.com

This is a discussion on EhopRealty.com within the Site Critiques forums, part of the General category; Updated to 3.1 finally, and of course beta 4 now on its way, lol!!! Anyhow, please take a look. Feedback ...


Go Back   68 Classifieds Forums > General > Site Critiques

Reply
 
Thread Tools Display Modes
Old 02-07-2007, 08:37 PM   #1
Junior Member
 
Join Date: Mar 2006
Posts: 4
Rep Power: 0
DVM is on a distinguished road
Default EhopRealty.com

Updated to 3.1 finally, and of course beta 4 now on its way, lol!!!

Anyhow, please take a look. Feedback would be appreciated.

http://www.ehoprealty.com

Thanks,
DVM is offline   Reply With Quote
Old 02-08-2007, 11:20 AM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 136
Eric Barnes is just really nice Eric Barnes is just really nice
Default

I think it looks great. We just had a ticket opened from someone who said they really liked it as well.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 02-08-2007, 07:04 PM   #3
Moderator
 
Chaslie's Avatar
 
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 723
Rep Power: 38
Chaslie will become famous soon enough
Default

Nice and clean - well done.
Especially like the x3 green boxes at the top of the page. They clearly guide the user.

Personally, I would like to see a larger font size in viewlisting - makes for easier reading.

In viewlisting, if you click on any of the images, you have a MySQL error message appearing in the pop-up.
Quote:
Notice: Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL: SELECT id,pid,title,image FROM class_prodimages WHERE id > 0 AND pid = in /home/xxxxxx/xxxxxx/xxxxxx/includes/classes/database/mysql.php on line 135
__________________
Chaslie


68 Classifieds Important Links
Customer Area | Issue Tracker | User Manuals & Documentation

HTML Help
W3 Schools
Chaslie is offline   Reply With Quote
Old 02-08-2007, 08:02 PM   #4
Staff
 
Join Date: Mar 2006
Location: New Jersey
Posts: 2,201
Rep Power: 71
John Snyder is a jewel in the rough
Default

I know us Firefox users are a minority, but you might see how you site looks using it.
__________________
John
68C Staff

68C Downloads | Report a Bug | Knowledge Base
If you have a current support subscription, you can Submit a Support Ticket
John Snyder is offline   Reply With Quote
Old 02-09-2007, 09:59 AM   #5
Junior Member
 
Join Date: Mar 2006
Posts: 4
Rep Power: 0
DVM is on a distinguished road
Default Thank you

I appreciate the feedback.

Firefox voids colors I've used for the headers.
I've made a couple of changes using:

<div style="background-color: rgb(0,0,0);"> </div>


I took a look at the image code. Actually, I didn't want to pop up the images. Especially since alot of people use popup blockers. So this part of the code was removed. Thanks for the reminder.
DVM is offline   Reply With Quote
Old 02-11-2007, 10:04 PM   #6
Developer & Moderator
 
Mike-N-Tosh's Avatar
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 2,424
Rep Power: 75
Mike-N-Tosh is just really nice Mike-N-Tosh is just really nice
Thumbs up Looks good

The site looks good, but I see what juven14 is saying when viewing the site in FireFox. I use a Mac and it looks great in "Safari" the defalt Mac browser.

I understand that you disabled the image viewing, but you might want to consider taking out the words that state click on the images to enlarge since it won't enlarge the pictures.

What I really like and have been tearing what little hair that I have on my head out is that you have the States listed with the number of ads in each state as your menu while in browse ads mode.

I want to have the top categories (EG: parent_id=0) with the the ad numbers beside mine. I tried using and modifying the code that Eric made (in the pre-sales forum), but I don't sub categories. I can't make it work! Argh!!!

Anyhow, your site looks great. Good job.
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified & used as the CMS)
Sandbox [localhost(v3.1.10, v4.0.9, 4.1.10,4.2,5.0)] for development and customization
Visit My blog: reviews, tips, tricks, tutorials and my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 02-12-2007, 03:37 AM   #7
The Master
 
Maffo's Avatar
 
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,342
Rep Power: 53
Maffo is just really nice Maffo is just really nice
Default

Mack, what is it you are wanting to do?
__________________
**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 02-12-2007, 09:21 AM   #8
Junior Member
 
Join Date: Mar 2006
Posts: 4
Rep Power: 0
DVM is on a distinguished road
Default Categories with Number of listings

To pull number of listings per category I use the following code:
Just add to your template page.

PHP Code:

{html_table_adv loop=$data cols=1 table_attr='width="100%"'}
    [[
start_link]]<strong>[[name]]</strong></a> -     ([[total]])<br>
{/
html_table_adv
DVM is offline   Reply With Quote
Old 02-12-2007, 01:27 PM   #9
Developer & Moderator
 
Mike-N-Tosh's Avatar
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 2,424
Rep Power: 75
Mike-N-Tosh is just really nice Mike-N-Tosh is just really nice
Default RE: Categories with numbers list

DVM,

Thanks for posting that code. I appreciate it.

Unfortunately, it isn't working the way that I need it to although it certainly does what you said it would. It is pulling the individual top level categories and total ads number in parenthesis beside the category, but because it is in a single table, my CSS style isn't working, because it is actining on the entire table instead of the individual link.

I have the class (.navlist) with a link and hover style, so when you mouse over the categories with your code the entire categories list uses the "hover" status from the CSS style.

Is there a quick way that your code can be modified to put each category with total in an individual row as shown below?
<tr>
<td class="navlist">[[start_link]] [[name]] ([[total]])</td>
</tr>

That's what I'm really looking for.

Thanks agains for your help and your code.

-Mike
<http://IndianaPC.org/index.php> then click browse
or
<http://IndianaPC.org/category.php>
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified & used as the CMS)
Sandbox [localhost(v3.1.10, v4.0.9, 4.1.10,4.2,5.0)] for development and customization
Visit My blog: reviews, tips, tricks, tutorials and my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 02-12-2007, 01:43 PM   #10
The Master
 
Maffo's Avatar
 
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,342
Rep Power: 53
Maffo is just really nice Maffo is just really nice
Default

Hi Mack,
If it is the html_table_adv piece of code that is being called to display this feature..

Go into your includes/classes/smarty/plugins/block.html_table_adv

At the top you will see

$td_attr = '';

You can add a class inside here eg

$td_attr='class="navlist" ';

If this doesnt work (which it should) you can style it inside this tag

$td_attr=' style="border:5px; font-size:10px; etc etc" ' ;
__________________
**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
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
EhopRealty.com DVM Site Critiques 3 07-10-2006 07:20 PM


All times are GMT -4. The time now is 10:57 AM.


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