Active
Project:
lm_paypal
Version:
6.x-1.0
Component:
LM Paypal Paid Adverts
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 09:19 UTC
Updated:
24 Apr 2010 at 18:18 UTC
Hi,
I am new to drupal and have no coding knowledge. i have managed to create a classified site with with the modules available. addition to this i have installed rotor module for sponsored links as paid adverts.
I have configured the lm_paypal to work with this only problem that i have is that users can publish the banner without paying. is this a bug or is lm_paypal is not suppose to do this task?
If there's any other work around it would be much appriciated.
- HK
Comments
Comment #1
buzz05 commentedI'm also having the same problem.
Users can post paid adverts and they're visible to all users even though payment hasn't been made, the only difference being the node title text is trimmed on un-paid adverts.
My workaround is to set the paid advert content type to unpublished and not display unpublished nodes in my views.
Once an advert is paid for I then manually set it to published.
This solution works well for me as it allows for the moderation of posts before publishing but i'm not expecting thousands of submissions so manual approval is no problem. Would be good to get this problem fixed so that automated publishing can be done.
Michael.
Comment #2
diseño web palma de Mallorca commentedmaybe what you are seeing is the cck fields, cause only the body and tittle are not accessible from the node view if node isn't paid.
maybe the way is hacking the cck field, when is going to be print:
something like, if node is not publish, don't print.
or editing the module, that the unpublish content does not show cck fields
any one?