11
wtravel
Re: EFQDirectory 1.0 RC2 Questions/Comments

The subscription level determines which priority a listing has with a subscription. For example in the setup three levels are determined: Gold, Silver and Bronze. Gold listings are shown first.
Also the subscription level determines which background colour is used (configurable in css).

Regarding the sql import file, of course this is possible. The question is which would be the easiest format or way to do it. Would it be easier for you to use a pipe seperated file instead of creating the sql statement yourself?



12
wtravel
Re: efqDirectory

@awarrior: if you keep having problems posting on the forum on the site, please let me know.

Thanks for your suggestions. I would like to complete the to-do-list for the coming release, so by the that next month I can start developing the code. If you have any other suggestions please keep them coming .



13
wtravel
Re: efqDirectory

Well, I am a bit embarrassed but I found the cause of the problem:

In file 'addcoupon.php' arround line 55 you will find:
if ((empty($xoopsUser)) || !$xoopsUser->isAdmin($xoopsModule->mid()) || ($itemid == && empty($_POST['delete']))) {
    
redirect_header('index.php'3_NOPERM);
    exit();
}

$couponid = isset($_GET['couponid']) ? intval($_GET['couponid']) : 0;
$itemid = isset($_GET['item']) ? intval($_GET['item']) : 0;

Replace this with:
$couponid = isset($_GET['couponid']) ? intval($_GET['couponid']) : 0;
$itemid = isset($_GET['item']) ? intval($_GET['item']) : 0;

if ((empty(
$xoopsUser)) || !$xoopsUser->isAdmin($xoopsModule->mid()) || ($itemid == && empty($_POST['delete']))) {
    
redirect_header('index.php'3_NOPERM);
    exit();
}

The reason is that $itemid should be defined before checking the permissions. In previous versions it was working alright but for some reason I must be changed the sequence during cleanup of the code. I will add a patch of this file and a new release to the efqdirectory.com site.



14
wtravel
Re: efqDirectory

Thank you Mamba, I will look into it the coming weekend



15
wtravel
Re: efqDirectory

I have not seen this problem before. [Add coupon] is only available to the listing owner and if you added the listing yourself (with the same user name) you should be able to add a coupon.

- Did you create the listing with the same user name as the one you are logged in with when the error occurs.
- Do the module settings allow users to add coupons?

regards



16
wtravel
Re: efqDirectory

Edited: double post



17
wtravel
Re: efqDirectory

That is a beautiful looking site! I sent you a PM.



18
wtravel
Re: Show us the $$$....!

The foundation does not require to be audited by an external auditor by Dutch law.

I am looking forward to see the financial report too out of curiosity and as Herko said he expects to publish the report by the end of the month .



19
wtravel
Re: SQL Injection

While this is a function it depends on the input value whether or not this is a security issue. If $lid is checked for being an integer before using it with this function this is not an issue.



20
wtravel
Re: read/unread status? it doesnt show the correct status...

Please only post your questions once




TopTop
« 1 (2) 3 4 5 ... 77 »



Login

Who's Online

122 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 122


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits