User Name
Remember Me?
Password
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
68 Classifieds Forums
>
Search Forums
>
Search Results
Go to Page...
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 25 of 117
Search:
Posts Made By:
bgordon
Forum:
Site Marketing
03-10-2007, 10:34 PM
Replies:
4
Getting Google To Re-Index A Page After Title Change?
Views:
53
Posted By
bgordon
Getting Google To Re-Index A Page After Title Change?
I have been tinkering with my keywords, descriptions and most importantly, page titles for my ads. I notice that google still shows the old page title in the index and does not seem to be showing...
Forum:
v3.1 Modifications
03-07-2007, 12:32 AM
Replies:
8
listing extra field value when it is an array?
Views:
110
Posted By
bgordon
I am having a similar problem where I want to...
I am having a similar problem where I want to show a small graphic beside each item from the fID 20 in my extras table. I don't want the little graphic beside each of the other items.
Included...
Forum:
v3.1 Modifications
03-07-2007, 12:17 AM
Replies:
7
extra fields offsetting curved table edge
Views:
242
Posted By
bgordon
A question about the field ID
I want to have a small graphic appear beside some extra fields on my viewlisting.tpl.php.
I need some kind of {if} logic to display the graphic beside the extra items from fID 20 which seems to be...
Forum:
v3.1 Questions & Support
02-28-2007, 12:27 AM
Replies:
5
Page Title Showing &Raquo instead of �
Views:
59
Posted By
bgordon
Yep.. fixed. I changed it to -> hardcoded...
Yep.. fixed. I changed it to -> hardcoded (like that better it seems) and all is well. Thanks :)
Forum:
v3.1 Questions & Support
02-28-2007, 12:05 AM
Replies:
5
Page Title Showing &Raquo instead of �
Views:
59
Posted By
bgordon
Thanks... the strange thing is that it shows the...
Thanks... the strange thing is that it shows the proper characters in the breadcrumb display on the pages but it translates literally in the title of the page. If I change it in the language file...
Forum:
v3.1 Questions & Support
02-27-2007, 10:32 PM
Replies:
5
Page Title Showing &Raquo instead of �
Views:
59
Posted By
bgordon
Page Title Showing &Raquo instead of �
There seems to be an issue with whatever php file adds the category names to the site's title. It shows the HTML &Raquo tag in the title instead of the �
Any idea where I would look to change this...
Forum:
v3.1 Questions & Support
02-20-2007, 11:14 AM
Replies:
13
Image upload problems...
Views:
228
Posted By
bgordon
In a case I was faced with yesterday, the image...
In a case I was faced with yesterday, the image file size was 450kb. The physical pixel dimensions were 2250 x 1150 or something like that. I opened the image up in Adobe PS and resized it to 600 x...
Forum:
v3.1 Questions & Support
02-19-2007, 09:49 PM
Replies:
13
Image upload problems...
Views:
228
Posted By
bgordon
I too have been struggling with this exact same...
I too have been struggling with this exact same problem for months. I cannot find a common thread of problems since some users are okay but they report many tries and long upload times. Other users...
Forum:
v3.1 Modifications
01-23-2007, 12:49 PM
Replies:
5
More Mail Sending Mods
Views:
102
Posted By
bgordon
Sorry to be thick, but what do you mean abou the...
Sorry to be thick, but what do you mean abou the class... what should I modify?
Forum:
v3.1 Modifications
01-22-2007, 09:52 AM
Replies:
5
More Mail Sending Mods
Views:
102
Posted By
bgordon
Does this hook apply ONLY to the site's email...
Does this hook apply ONLY to the site's email notifications to the admin or is it used for any other purposes (like renewal notifications to users, account activations) etc...
My ISP's mail server...
Forum:
v3.1 Modifications
01-21-2007, 10:42 PM
Replies:
5
More Mail Sending Mods
Views:
102
Posted By
bgordon
More Mail Sending Mods
I have already (thanks to this group) modded my contact.php to send a copy of all contact the seller emails to me. I want to make a similar change to the new listing/renewal mail subroutine so that...
Forum:
v3.1 Modules
01-21-2007, 08:38 PM
Replies:
18
Modification: Scam Filter
Views:
457
Posted By
bgordon
Just remove your country from the list in the...
Just remove your country from the list in the admin panel and send a mail from your site. It should be tagged. Once you see it working, just put your country back in again (exactly as it was).
Forum:
v3.1 Modifications
01-04-2007, 10:31 PM
Replies:
13
Modify the contact.php to send more than one message?
Views:
220
Posted By
bgordon
You were right... I was trying to define my ISP's...
You were right... I was trying to define my ISP's SMTP server but I realized that the PHP sendmail was using the same host so i tried it rather than the smtp. I would still be interest in knowing...
Forum:
v3.1 Modifications
01-04-2007, 04:23 PM
Replies:
13
Modify the contact.php to send more than one message?
Views:
220
Posted By
bgordon
I added $mail->IsMail(); and got rid of the...
I added $mail->IsMail(); and got rid of the smtp, username and password and it sent the message through the ISP's php mail system to my alternate address then the original message got delivered using...
Forum:
v3.1 Modifications
01-04-2007, 03:52 PM
Replies:
13
Modify the contact.php to send more than one message?
Views:
220
Posted By
bgordon
ahhh.... nope. Did not seem to make a...
ahhh....
nope. Did not seem to make a difference.
Forum:
v3.1 Modifications
01-04-2007, 03:04 PM
Replies:
13
Modify the contact.php to send more than one message?
Views:
220
Posted By
bgordon
I have inserted that code and the site email...
I have inserted that code and the site email works but the new email does not seem to go anywhere... Are you sure the HOST value is being parsed? I know the values I put in for the variables are...
Forum:
v3.1 Modifications
01-03-2007, 10:34 PM
Replies:
13
Modify the contact.php to send more than one message?
Views:
220
Posted By
bgordon
Sounds simple enough... but I think I need to...
Sounds simple enough... but I think I need to make a new routine in /kernel/classes/mailer.php where the SMTP settings seem to be defined... or maybe make a new mailer2.php with the new settings and...
Forum:
v3.1 Modifications
01-03-2007, 05:56 PM
Replies:
13
Modify the contact.php to send more than one message?
Views:
220
Posted By
bgordon
So (I too should look at it closely) is there a...
So (I too should look at it closely) is there a variable for the SMTP server that is defined in the site settings that I could simply hard-code instead of the variable? I would think it would...
Forum:
Pre Sales
01-03-2007, 05:53 PM
Replies:
0
New Features In Next Release of 68?
Views:
112
Posted By
bgordon
New Features In Next Release of 68?
I am considering having some custom mods made and want to know if there is a shortlist of NEW FEATURES that are going to be in the next release?
I don't want to pay for development of a feature that...
Forum:
v3.1 Modifications
01-03-2007, 05:47 PM
Replies:
13
Modify the contact.php to send more than one message?
Views:
220
Posted By
bgordon
Modify the contact.php to send more than one message?
Can anyone tell me what snippit of code I would need to add to the contact.php to have it send a copy of messages to my account via a SMTP server OTHER than the one the site uses to send the...
Forum:
v3.1 Questions & Support
01-02-2007, 09:46 AM
Replies:
1
Another 3.15b Question
Views:
69
Posted By
bgordon
Another 3.15b Question
My site is running heavily modded 3.15 developer files. It is my understanding that 3.15a only changed the 3 contact php files and that 3.15b only changed (bug fix) the same 3 files. None of the...
Forum:
v3.1 Questions & Support
01-02-2007, 09:38 AM
Replies:
0
How To Test 3.15b Patches
Views:
47
Posted By
bgordon
How To Test 3.15b Patches
I have changed the three contact php files to the 3.15b level and re-added the lines that send copies of first contact emails to me. Oddly, I note that the check for forbidden characters like bcc...
Forum:
v3.1 Questions & Support
12-30-2006, 10:30 PM
Replies:
3
Searching for expired ads yields no results?
Views:
65
Posted By
bgordon
I see another issue with usserbrowselistings......
I see another issue with usserbrowselistings... and I have that change made but I don't see anything about the admin search for expired listings...
I know I have expired listings on the site but...
Forum:
v3.1 Questions & Support
12-30-2006, 09:16 PM
Replies:
3
Searching for expired ads yields no results?
Views:
65
Posted By
bgordon
Searching for expired ads yields no results?
In admin panel, I search for expired listings but get NOTHING back even though I see ads missing from the site that have expired due to their seller not responding to the e-mail. I assumed I could...
Forum:
v3.1 Questions & Support
12-30-2006, 09:07 PM
Replies:
1
Userbrowselistings variable
Views:
50
Posted By
bgordon
Userbrowselistings variable
I want to show the listing price in this table... I already have the $entry.id but don't know what to call for the price to show up too. I am trying to make it easier for my dealers to see a list of...
Search took
0.02
seconds.
Page 1 of 5
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
68 Classifieds Announcements
News & Announcements
Pre Sales Forum
Pre Sales
Testimonials
v3.1.x Help & Support
v3.1 Questions & Support
Bug Tracker
v3.1 Suggestions and Feedback
v3.1 Modifications
v3.1 Modules
v3.0.x Help & Support
v3.0 Questions & Support
Bug Tracker
v3.0 Suggestions and Feedback
v3.0 Modifications
Languages
General
Template Design Questions
Site Critiques
Site Marketing
Off Topic
Archives
Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.
vBulletin Skin developed by:
vBStyles.com
68 Classifieds
-
Top