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

buzz05’s picture

I'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.

diseño web palma de Mallorca’s picture

maybe 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?