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 500
Search took 0.19 seconds.
Search: Posts Made By: juven14
Forum: v3.1 Questions & Support 08-17-2007, 09:01 PM
Replies: 16
Views: 178
Posted By juven14
Sorry about not responding, I've been really busy...

Sorry about not responding, I've been really busy lately and have been experiencing some strange email issues so it is likely that I never saw it. At any case, I did end up finishing 2 types, but I...
Forum: v3.1 Modifications 08-04-2007, 03:13 PM
Replies: 10
Views: 200
Posted By juven14
This error is due to the module system not...

This error is due to the module system not properly returning a hook return. I've fixed the bug, and verified that the feed is now being parsed and that the magpie error is no longer being...
Forum: v3.1 Modifications 08-04-2007, 12:05 PM
Replies: 10
Views: 200
Posted By juven14
Ok, there was a parse error, I fixed in your...

Ok, there was a parse error, I fixed in your pasted code. I also noticed the link for you feed provides no listings because there are no featured ads. Can you pm me your ftp details, I'll take a...
Forum: v3.1 Modifications 08-03-2007, 09:51 PM
Replies: 10
Views: 200
Posted By juven14
The feed is broken, take a look at it, nothing...

The feed is broken, take a look at it, nothing after the channel information is being displayed. Can you copy/paste the external.php source here so I can take a look at what is different.
Forum: v3.1 Modifications 08-03-2007, 09:47 PM
Replies: 10
Views: 200
Posted By juven14
Yes, about 60 other people are using this mod...

Yes, about 60 other people are using this mod with out problems, so it has to be feed related. I'll take a look at your feed and see if I can come up with an answer.
Forum: v3.1 Modifications 08-02-2007, 09:08 AM
Replies: 10
Views: 200
Posted By juven14
Okay, open external.php: Find this section: //...

Okay, open external.php:

Find this section:

// print out the page header
echo '<rss version="0.92">' . "\r\n";
echo "<channel>\r\n";
echo "\t<title>" . htmlspecialchars($title) ....
Forum: Pre Sales 07-21-2007, 04:57 PM
Replies: 4
Views: 131
Posted By juven14
You would have to add your own code, the search...

You would have to add your own code, the search is already available, just no dropdown to pick a seller.

searchresults.php?owner=1

You would just get the username and id and add it to either a link...
Forum: Off Topic 07-21-2007, 04:49 PM
Replies: 8
Views: 155
Posted By juven14
Sucks for me on a wide screen laptop. Now I have...

Sucks for me on a wide screen laptop. Now I have to read across the whole screen.:(;)
Forum: Pre Sales 07-09-2007, 10:04 PM
Replies: 1
Views: 140
Posted By juven14
The modify/edit portion is referring to an...

The modify/edit portion is referring to an attempt to disable the licensing portion of the code.
Forum: Pre Sales 07-09-2007, 10:02 PM
Replies: 3
Views: 184
Posted By juven14
I'm sure it has been pushed back due to Eric's...

I'm sure it has been pushed back due to Eric's injury. I can't imagine estimating a time frame when it is so hard to estimate what you can accomplish with doctor visits and a lame arm, not to...
Forum: v3.1 Questions & Support 07-09-2007, 09:59 PM
Replies: 6
Views: 141
Posted By juven14
No, what I mean is if the featured select box is...

No, what I mean is if the featured select box is there for a featured ad, and it isn't chosen, the select box will override the featured checkbox set by the admin. If the select box isn't being...
Forum: v3.1 Questions & Support 07-09-2007, 02:20 PM
Replies: 5
Views: 110
Posted By juven14
You would have to make a lot of hacks to get it...

You would have to make a lot of hacks to get it to work properly. There are just too many places in v3.1 where listings get activated, deactivated, etc. That is one reason I haven't bothered. The...
Forum: v3.1 Questions & Support 07-09-2007, 09:12 AM
Replies: 5
Views: 88
Posted By juven14
It is impossible to store text in the price field...

It is impossible to store text in the price field since it is stored in the database as a double I think. There would be a lot of code changes to handle this, however, you can do a quick replace for...
Forum: v3.1 Questions & Support 07-09-2007, 09:05 AM
Replies: 5
Views: 110
Posted By juven14
I remember it having a bug in the past and as far...

I remember it having a bug in the past and as far as I know a finished release of the ad notification module hasn't been made.
Forum: v3.1 Questions & Support 07-09-2007, 08:57 AM
Replies: 6
Views: 141
Posted By juven14
I think you probably either didn't check featured...

I think you probably either didn't check featured in the package listing or you allowed the featured extra which is set to no by default.
Forum: v3.1 Questions & Support 07-09-2007, 08:53 AM
Replies: 1
Views: 71
Posted By juven14
Yes, the xss filter has trouble on php5, and the...

Yes, the xss filter has trouble on php5, and the image problem was probably due to a php configuration limit. It's good to hear that your problems are sorted out.

I think I've posted code some...
Forum: v3.1 Questions & Support 07-09-2007, 08:50 AM
Replies: 1
Views: 45
Posted By juven14
Try re-uploading the smarty directory. It looks...

Try re-uploading the smarty directory. It looks like a file is missing or is corrupted.
Forum: Pre Sales 07-04-2007, 08:28 AM
Replies: 1
Views: 125
Posted By juven14
It is really that much of a problem. I haven't...

It is really that much of a problem. I haven't ever had to setup ioncube on virtual server but I think all that is needed is to add one line to the php.ini file. I know there is a good thread I or...
Forum: v3.1 Modules 06-18-2007, 10:12 AM
Replies: 53
Views: 3,113
Posted By juven14
This sounds like the module system bug. Can you...

This sounds like the module system bug. Can you open includes/classes/kernel/Modules.php

This is the original Modules.php code:

function call_hook($function, $params, $type="user")
{
...
Forum: Pre Sales 06-18-2007, 09:44 AM
Replies: 3
Views: 102
Posted By juven14
It uses MySQL databases. I'm not sure if there...

It uses MySQL databases. I'm not sure if there is a version requirement, but I have seen it work on a variety of MySQL versions.
Forum: Pre Sales 06-15-2007, 11:26 AM
Replies: 1
Views: 86
Posted By juven14
You could probably achieve this with a module. ...

You could probably achieve this with a module. You'd have to be careful not to allow them to delete the categories, since doing so might have an impact on all the other listings. You would also...
Forum: Pre Sales 06-15-2007, 10:29 AM
Replies: 2
Views: 138
Posted By juven14
We won't upgrade our modules to be compaitible...

We won't upgrade our modules to be compaitible with v4 until after the final version is released. Some might not work while others will be uneffected. To prevent multiple rewrites, we won't begin...
Forum: v3.1 Questions & Support 06-14-2007, 08:06 AM
Replies: 7
Views: 114
Posted By juven14
Can you not use the predefined URL field in the...

Can you not use the predefined URL field in the listing? Then all you would have to do is add the url to the query and it would be available for use in the showlistings.tpl.php once you add in the...
Forum: Off Topic 06-14-2007, 08:05 AM
Replies: 5
Views: 193
Posted By juven14
We know that you purposely hurt your arm to make...

We know that you purposely hurt your arm to make Blair do more work!!:D Seriously, that looks like it hurts big time. Be sure not to over extend yourself, no sense in trying to do more than you can...
Forum: Site Marketing 06-14-2007, 08:01 AM
Replies: 2
Views: 169
Posted By juven14
I think another method of introducing pay would...

I think another method of introducing pay would be to change the details of the existing package as well as creating more. Then you could change the renewal price. This might help judge the...
Showing results 1 to 25 of 500

 
Forum Jump

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


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