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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 78
Search:
Posts Made By:
pat01
Forum:
v3.1 Questions & Support
08-22-2006, 09:59 AM
Replies:
9
Ticket System Support
Views:
165
Posted By
pat01
Hi Eric Great, thank you very much! I'll have a...
Hi Eric
Great, thank you very much! I'll have a look at them right now :)
Forum:
v3.1 Questions & Support
08-22-2006, 08:41 AM
Replies:
9
Ticket System Support
Views:
165
Posted By
pat01
Hi Eric Here are the...
Hi Eric
Here are the numbers:
CJK-328309
XPQ-614473
ITO-932007
Thank you very much!
Forum:
v3.1 Questions & Support
08-22-2006, 03:08 AM
Replies:
9
Ticket System Support
Views:
165
Posted By
pat01
Hi! I have two open tickets dated August 15th...
Hi!
I have two open tickets dated August 15th and one open ticket dated August 18th, but no reply at all so far...
Are you guys so busy? :confused:
Forum:
v3.1 Questions & Support
08-14-2006, 08:56 AM
Replies:
2
Required fields not required when adding an ad
Views:
80
Posted By
pat01
So, his personal data should not get...
So, his personal data should not get updated?
Hmmm... But if a user changes the values in the fields (placing an ad, step5), his profile account gets updated.
If he clicks on 'Modify your account'...
Forum:
v3.1 Questions & Support
08-14-2006, 07:39 AM
Replies:
10
Upload File Feature does not work
Views:
240
Posted By
pat01
I did set up the allowed extensions to .doc and...
I did set up the allowed extensions to .doc and .pdf. If a user chooses another file (.html, .jpg etc.), he gets the error message but if he clicks 'OK' he can upload the file anyway!
Did you try to...
Forum:
v3.1 Questions & Support
08-14-2006, 02:57 AM
Replies:
2
Required fields not required when adding an ad
Views:
80
Posted By
pat01
Required fields not required when adding an ad
I did set up the registration fields ZIP, State and City as required fields. This works if a user registers. But if an user places an ad, on the page where he gets his personal data displayed...
Forum:
v3.1 Questions & Support
08-10-2006, 02:05 AM
Replies:
1
Select field problem (extra field --> drop down list)
Views:
121
Posted By
pat01
Eric, please help... ;) Thank you!
Eric, please help... ;) Thank you!
Forum:
v3.1 Questions & Support
08-08-2006, 03:52 AM
Replies:
7
URL Field Issue
Views:
141
Posted By
pat01
I noticed a problem: If you have ad packages...
I noticed a problem:
If you have ad packages where URLs are not allowed, the field still is shown if you view the ad, because 68C writes a http:// into the DB. And then 68C shows the field anyway,...
Forum:
v3.1 Questions & Support
08-08-2006, 01:14 AM
Replies:
8
Error when adding or deleting countries
Views:
110
Posted By
pat01
As far as I know this is fixed in 3.1.5 (check...
As far as I know this is fixed in 3.1.5 (check the bug tracker for details) . Did you update countries.php? ;)
Forum:
v3.1 Questions & Support
08-07-2006, 03:01 PM
Replies:
1
Question about the "bad words" function
Views:
64
Posted By
pat01
If you add 'wewewe', words with 'we' in it get...
If you add 'wewewe', words with 'we' in it get filtered as well.
Please help... ;)
Thank you!
Forum:
v3.1 Questions & Support
08-06-2006, 02:02 PM
Replies:
7
URL Field Issue
Views:
141
Posted By
pat01
No, there will be no double. The != means not...
No, there will be no double. The != means not equal. If it's equal (= there is a http:// allready in the text field) the script does not touch the URL.
It does work fine on my installation.
But it...
Forum:
v3.1 Questions & Support
08-06-2006, 12:54 PM
Replies:
7
URL Field Issue
Views:
141
Posted By
pat01
Open the file usercheckout.php and search for...
Open the file usercheckout.php and search for
$url=@$_POST['url'];
After this add
if(strtolower(substr($url, 0, 7)) != "http://") {
$url="http://".$url;
}
Forum:
v3.1 Questions & Support
08-06-2006, 07:35 AM
Replies:
7
URL Field Issue
Views:
141
Posted By
pat01
Open the following files in the folder...
Open the following files in the folder templates/default/ :
checkout/step3.tpl.php
membercheckout/step3.tpl.php
In both files search for
<input name="url" type="text"...
Forum:
v3.1 Modifications
08-06-2006, 02:56 AM
Replies:
3
Showing total on last page
Views:
153
Posted By
pat01
Thank you for your reply! I use the payment -...
Thank you for your reply!
I use the payment
- Check and money order
Here's what I'd like to to:
Situation:
- ads are for free
- listing extras are fee based
Forum:
v3.1 Questions & Support
08-05-2006, 02:43 PM
Replies:
6
Error unterminated string constant
Views:
146
Posted By
pat01
Thank you for your info! I didn't notice those...
Thank you for your info! I didn't notice those ones yet because the don't give me an error.
When I look at the code (the one from the loaded page in the browser), I see that the whole JS message is...
Forum:
v3.1 Questions & Support
08-05-2006, 02:15 PM
Replies:
1
Select field problem (extra field --> drop down list)
Views:
121
Posted By
pat01
Select field problem (extra field --> drop down list)
When creating an extra drop down list on the menu "Extra fields", the standard text Please select is not displayed unless you choose to create a 'parent' or a 'child' drop down menu.
If the Please...
Forum:
v3.1 Modifications
08-05-2006, 09:55 AM
Replies:
3
Showing total on last page
Views:
153
Posted By
pat01
This is getting urgent because finally I'd like...
This is getting urgent because finally I'd like to put my new ads system online ;-)
I really would appreciate any solution.
Thank you very much!
Forum:
v3.1 Questions & Support
08-05-2006, 05:44 AM
Replies:
6
Error unterminated string constant
Views:
146
Posted By
pat01
I get this error as well - it's a JavaScript...
I get this error as well - it's a JavaScript error.
<-- OPEN FILE -->
language/english.php
<-- SEARCH FOR -->
define("LANG_CAPTCHA_ERROR", "Sorry, cannot autoreload image\nSubmit the form and a new...
Forum:
v3.1 Questions & Support
08-04-2006, 01:48 PM
Replies:
1
Question about the "bad words" function
Views:
64
Posted By
pat01
Question about the "bad words" function
I don't want the users to place links in the ads. That's why I did add 'www' and 'http://' to the bad word list. But if I add '.com', words with 'com' in it get filtered as well. Only the whole...
Forum:
v3.1 Questions & Support
07-30-2006, 12:06 PM
Replies:
2
Userdata import question --> uVerify
Views:
77
Posted By
pat01
Great! Thank you very much!
Great! Thank you very much!
Forum:
v3.1 Questions & Support
07-30-2006, 11:00 AM
Replies:
2
Userdata import question --> uVerify
Views:
77
Posted By
pat01
Userdata import question --> uVerify
I want to import userdata from a .csv file into the table class_users. It works fine, even if I leave the field uVerify empty.
But is it OK to leave this field blank or is it needed for...
Forum:
v3.1 Questions & Support
07-29-2006, 12:44 PM
Replies:
0
How can a user delete his profile?
Views:
50
Posted By
pat01
How can a user delete his profile?
How can a user delete his profile if he does not wish to be registered anymore on the website? Sending a message to the Admin asking for that is not very comfortable (for both) :rolleyes:
Forum:
v3.1 Questions & Support
07-29-2006, 04:05 AM
Replies:
0
Wrong status (active, inactive) for renewed ads with options
Views:
129
Posted By
pat01
Wrong status (active, inactive) for renewed ads with options
I noticed, when renewing an ad it has the wrong status in some cases when using fee based listing extras.
Situation:
Ads are for free, two fee based listing extras are available:
- bold
-...
Forum:
v3.1 Modifications
07-28-2006, 01:36 AM
Replies:
11
Adding instructions to checkout process.
Views:
377
Posted By
pat01
Not until I tried the changes from Chaslie. Now...
Not until I tried the changes from Chaslie. Now it works great!
@Chaslie
Thank you very much, that's great! *applause*
Forum:
v3.1 Modifications
07-28-2006, 01:25 AM
Replies:
7
Show the visitors which category has new ads
Views:
208
Posted By
pat01
OK, I was able to integrate the "New...
OK, I was able to integrate the "New ads!" sign into category.php as well so it is displayed on the subcategories page. If you are interested, here it is:
Make a backup copy of the files first...
Search took
0.04
seconds.
Page 1 of 4
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