Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 9:59 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
Posted: Thu May 24, 2007 8:47 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu May 24, 2007 8:43 pm
Posts: 9
I cannot seem to figure out why there is a "Payment Complete" field in all of my ads.  I have searched the Noah's site and the Joomla Noah's Components info, and the only thing I came up with was to set the shopping cart to false, which I have done, but it still leaves a "Payment Complete" field in my ads.

Please help!  ???


Top
  E-mail  
 
Posted: Fri May 25, 2007 1:45 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Sep 05, 2005 3:50 pm
Posts: 248
This should only show up for admins. It's support for the paid ad module.
If you're seeing it for non-admins, let me know.
I'll see if we can hide it for people not using the paid component.

david


Top
  E-mail  
 
Posted: Fri May 25, 2007 11:02 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu May 24, 2007 8:43 pm
Posts: 9
It was showing up for regular users as well which is why I couldn't figure out what was going on.. If it were only showing up for admins, it wouldn't have been a problem.  It's strange, because it does say "owneradminonly".. But anyway, I figured a hack to make it not visible - in items.php I changed:

Code:
            "paystatus" => array(
            "type"=>"INT",
            "create_form: form invisible",
            "form readonly",
            "owneradminonly",
            "details",
            "default"=>1,
         ),


To:

Code:
            "paystatus" => array(
            "type"=>"INT",
            "form invisible",
            "no column",
         ),


If there is a better way to do it, please let me know! :)


Last edited by abcisme on Fri May 25, 2007 11:05 am, edited 1 time in total.

Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group