Support Forums

Old 02-07-2007, 07:37 PM   #1
DVM
Junior Member
 
Join Date: Mar 2006
Posts: 13
Rep Power: 14
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, 10:20 AM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,191
Rep Power: 120
Eric Barnes is a jewel in the rough
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
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
Eric Barnes is offline   Reply With Quote
Old 02-08-2007, 06:04 PM   #3
Moderator
 
Chaslie's Avatar
 
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 746
Rep Power: 28
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
V4.1 dev


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, 07:02 PM   #4
Moderator
 
juven14's Avatar
 
Join Date: Mar 2006
Location: Texas
Posts: 2,224
Rep Power: 61
juven14 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 Snyder
PHP Developer
juven14 is offline   Reply With Quote
Old 02-09-2007, 08:59 AM   #5
DVM
Junior Member
 
Join Date: Mar 2006
Posts: 13
Rep Power: 14
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, 09:04 PM   #6
68 Evangelist & Developer
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,660
Rep Power: 48
Mike-N-Tosh is just really niceMike-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)
Sandbox (v3.1.10, v4.0.9, 4.1.5)
Visit My blog for tips, tricks, tutorials, reviews for 68 Classifieds as well as 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, 02:37 AM   #7
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

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, 08:21 AM   #8
DVM
Junior Member
 
Join Date: Mar 2006
Posts: 13
Rep Power: 14
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, 12:27 PM   #9
68 Evangelist & Developer
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,660
Rep Power: 48
Mike-N-Tosh is just really niceMike-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)
Sandbox (v3.1.10, v4.0.9, 4.1.5)
Visit My blog for tips, tricks, tutorials, reviews for 68 Classifieds as well as 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, 12:43 PM   #10
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

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

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
EhopRealty.com DVM Site Critiques 3 07-10-2006 06:20 PM


All times are GMT -4. The time now is 04:03 AM.


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