68 Classifieds Forums  

Go Back   68 Classifieds Forums > Search Forums
Register Projects FAQ Members List Calendar Search Today's Posts Mark Forums Read

Showing results 1 to 25 of 131
Search took 0.03 seconds.
Search: Posts Made By: midi510
Forum: v3.1 Modifications 07-03-2007, 10:28 AM
Replies: 5
Views: 268
Posted By midi510
I'd like to spend some time on this, but I just...

I'd like to spend some time on this, but I just have too many other things going on. I'll let you know if I do get any results.
Forum: v3.1 Modifications 06-30-2007, 11:55 AM
Replies: 5
Views: 268
Posted By midi510
I did some searches on your site and came up with...

I did some searches on your site and came up with results outside of the time frame I specified. For instance I selected "last 24 hours" and put in "44 Magnum" and got ads from over a week ago. Also,...
Forum: v3.1 Modifications 06-05-2007, 01:57 AM
Replies: 4
Views: 105
Posted By midi510
Look through this thread:...

Look through this thread: http://www.68classifieds.com/forums/showthread.php?t=2954. It's a long one, but you should be able to get what you need. It's a bit confusing where I posted my code because...
Forum: v3.1 Modifications 06-05-2007, 01:21 AM
Replies: 4
Views: 105
Posted By midi510
Where do you want to be rid of the price field. I...

Where do you want to be rid of the price field. I believe it shows up in showlistings(2).tpl.php, viewlisting(2).tpl.php, checkout/step3.tpl.php, user/usermodifylisting.tpl.php, and...
Forum: v3.1 Modifications 06-05-2007, 12:33 AM
Replies: 5
Views: 268
Posted By midi510
You might look into toplistings.php. The link for...

You might look into toplistings.php. The link for new listings in the default navigation section is toplistings.php?pg=new, which is basically a search by listing date/time. You could do something...
Forum: v3.1 Modifications 06-05-2007, 12:15 AM
Replies: 4
Views: 210
Posted By midi510
Wow, that's a lot of mfgrs. to scroll through....

Wow, that's a lot of mfgrs. to scroll through. Did you think about using parent-child drop downs? Glad to see things are working out.
Forum: v3.1 Modifications 06-01-2007, 04:22 AM
Replies: 4
Views: 210
Posted By midi510
If you select a category on the search page, then...

If you select a category on the search page, then whatever extra fields were bound to that category and checked as searchable in admin will "magically " appear. Then you can enter the parameters for...
Forum: v3.1 Questions & Support 05-27-2007, 03:40 AM
Replies: 10
Views: 187
Posted By midi510
First open subcategories.tpl.php and add the...

First open subcategories.tpl.php and add the table containing {$category_name} above the breadcrumb paragraph tag.{* $Id: subcategories.tpl.php,v 1.2 2006/04/19 17:48:46 Eric Exp $ *}
{* This section...
Forum: v3.1 Questions & Support 05-26-2007, 10:53 AM
Replies: 10
Views: 187
Posted By midi510
Where exactly do you want the category name? What...

Where exactly do you want the category name? What about making the name in the breadcrumb large and bold? You can look at my site, I've put the category name in showlisting for each listing. That way...
Forum: v3.1 Questions & Support 05-26-2007, 10:41 AM
Replies: 3
Views: 127
Posted By midi510
I found this thread,...

I found this thread, http://www.68classifieds.com/forums/showthread.php?t=1131&highlight=language, but very little code has been posted. I was thinking I'd have to be able to switch help files and...
Forum: v3.1 Modules 05-26-2007, 10:33 AM
Replies: 18
Views: 1,171
Posted By midi510
Thanks for the feedback. I've had to put my site...

Thanks for the feedback. I've had to put my site development on hold for a couple of weeks. Some more templates and a community calender for the home page and I'll be ready for testing.
Forum: v3.1 Questions & Support 05-26-2007, 04:01 AM
Replies: 10
Views: 187
Posted By midi510
I think what you're looking at is what is called...

I think what you're looking at is what is called the breadcrumb and consists of links back along the path to where you are. It's a cool tool allowing you to jump back directly to various levels in...
Forum: v3.1 Questions & Support 05-26-2007, 03:39 AM
Replies: 1
Views: 55
Posted By midi510
View counts must include seller's clicks, 'cause...

View counts must include seller's clicks, 'cause I have a lot of view counts and I'm still under development.


Are you talking about the users online mod? check my post on...
Forum: v3.1 Modules 05-26-2007, 03:19 AM
Replies: 18
Views: 1,171
Posted By midi510
It's visible to anyone viewing your site unless...

It's visible to anyone viewing your site unless you do something to hide it. You probably looked right at it on my site without realizing it. By puting {if $smarty.session.userlevel==1}
{/if}around...
Forum: HTML, CSS, and Design Help 05-22-2007, 09:19 AM
Replies: 8
Views: 250
Posted By midi510
I was viewing in IE6 and everything was good.

I was viewing in IE6 and everything was good.
Forum: HTML, CSS, and Design Help 05-21-2007, 11:43 PM
Replies: 8
Views: 250
Posted By midi510
Looks like a standard v4 site. I must say though,...

Looks like a standard v4 site. I must say though, that I really like the business jet logo with the green trail. Did you make it?
Forum: v3.1 Questions & Support 05-21-2007, 10:54 AM
Replies: 9
Views: 177
Posted By midi510
If this doesn't work, ask juven14 about it in...

If this doesn't work, ask juven14 about it in reference to his post in the other thread, but this might work. Take this out:$username = safeStripSlashes($rs['title']);and try modifying this query...
Forum: v3.1 Questions & Support 05-21-2007, 09:22 AM
Replies: 9
Views: 177
Posted By midi510
Sorry about that. That was a change that I made...

Sorry about that. That was a change that I made after making the changes posted in this thread, http://www.68classifieds.com/forums/showthread.php?t=2578&highlight=listingtitle. It adds listingtitle,...
Forum: v3.1 Questions & Support 05-20-2007, 04:03 PM
Replies: 9
Views: 177
Posted By midi510
Look in administration/emailtemplates.php and add...

Look in administration/emailtemplates.php and add ##username## to case 2, which is the contact seller template. Then the variable should work. switch($eID)
{
case 1:
...
Forum: v3.1 Questions & Support 05-19-2007, 10:41 AM
Replies: 2
Views: 112
Posted By midi510
To delete the search link, open layout.tpl.php...

To delete the search link, open layout.tpl.php and find this section of code: <!-- // Navigation // -->
<table border="0" cellpadding="0" cellspacing="0" class="navigation">
<tr>
...
Forum: v3.1 Questions & Support 05-19-2007, 10:35 AM
Replies: 2
Views: 112
Posted By midi510
In admin where you set up your categories, you...

In admin where you set up your categories, you can choose to display categories or not. If a category is hidden, nobody will see it, but I would think you could provide a link for it from the other...
Forum: v3.1 Questions & Support 05-19-2007, 10:13 AM
Replies: 7
Views: 122
Posted By midi510
Check the pixel size of your image file, then...

Check the pixel size of your image file, then make sure there isn't a different image size called out in your code. This is my header size (750x162):<img...
Forum: v3.1 Questions & Support 05-16-2007, 01:05 AM
Replies: 6
Views: 120
Posted By midi510
You could put a table around each entire ad...

You could put a table around each entire ad (nested inside the "sortable" table) and create a css class for that table. In showlisting: {foreach from=$results item="entry"}
<table...
Forum: v3.1 Modifications 05-16-2007, 12:30 AM
Replies: 40
Views: 876
Posted By midi510
If you want to remove the price field from the...

If you want to remove the price field from the forms for placing, modifying, and renewing ads in certain categories, use the code on the checkout/step3, user/usermodifylisting, and renew/step1...
Forum: v3.1 Modifications 05-15-2007, 10:49 AM
Replies: 40
Views: 876
Posted By midi510
The array is shown in the smarty debug console,...

The array is shown in the smarty debug console, but you don't need to check it if everything's working. Sorry about all the run around. All the code I posted works on my site, I just have so many...
Showing results 1 to 25 of 131

 
Forum Jump

All times are GMT -4. The time now is 11:20 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.