|
|
#1 |
|
Junior Member
Join Date: Mar 2006
Posts: 13
Rep Power: 14 ![]() |
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,
__________________
Use only the Best- 68 Classifieds - DVM http://www.EhopRealty.com http://www.EhopCars.com http://www.EhopCycles.com http://www.EhopRentals.com http://www.MarcoHomesMagazine.com |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,191
Rep Power: 120 ![]() |
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 |
|
|
|
|
|
#3 | |
|
Moderator
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 746
Rep Power: 28 ![]() |
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:
__________________
Chaslie V4.1 dev 68 Classifieds Important Links Customer Area | Issue Tracker | User Manuals & Documentation HTML Help W3 Schools |
|
|
|
|
|
|
#4 |
|
Moderator
|
I know us Firefox users are a minority, but you might see how you site looks using it.
__________________
John Snyder PHP Developer |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Mar 2006
Posts: 13
Rep Power: 14 ![]() |
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.
__________________
Use only the Best- 68 Classifieds - DVM http://www.EhopRealty.com http://www.EhopCars.com http://www.EhopCycles.com http://www.EhopRentals.com http://www.MarcoHomesMagazine.com |
|
|
|
|
|
#6 |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,660
Rep Power: 48 ![]() ![]() |
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 |
|
|
|
|
|
#7 |
|
The Master
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,400
Rep Power: 45 ![]() ![]() |
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. |
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Mar 2006
Posts: 13
Rep Power: 14 ![]() |
To pull number of listings per category I use the following code:
Just add to your template page. PHP Code:
__________________
Use only the Best- 68 Classifieds - DVM http://www.EhopRealty.com http://www.EhopCars.com http://www.EhopCycles.com http://www.EhopRentals.com http://www.MarcoHomesMagazine.com |
|
|
|
|
|
#9 |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,660
Rep Power: 48 ![]() ![]() |
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 |
|
|
|
|
|
#10 |
|
The Master
Join Date: Mar 2006
Location: British in Argentina
Posts: 1,400
Rep Power: 45 ![]() ![]() |
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. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| EhopRealty.com | DVM | Site Critiques | 3 | 07-10-2006 06:20 PM |