PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Catoptions (Category Selection) in EditProduct (http://www.photopost.com/forum/classifieds-how-do-i/142326-catoptions-category-selection-editproduct.html)

GateKeeper March 11th, 2010 01:31 AM

Catoptions (Category Selection) in EditProduct
 
Hello,
Is there anyway to disable the category drop down list from appearing in the editproduct page?
I do not want the user to be able to move their ad once it is placed. I saw the option for edit/move photos, but this doesn't seem to stop the category list from appearing on the page.
It is a huge list, distorts the page, and otherwise will cause a lot of problems if the users have access to this.
Thank you.

Chuck S March 11th, 2010 08:37 AM

Under admin admin options the move/delete ads option set that to NO.

GateKeeper March 11th, 2010 10:45 AM

I don't see anything in the editproduct.tmpl template that would control the display of the current category nor supress the change options.
I was able to eliminate this by changing the input style to "hidden" for "category" thus eliminating the problem with the missing/change category issue that was creating the other issue with the file type error.
If I missed a standard feature to control this, please let me know.

<!--
<tr>
<td class="alt1" width="50%">{$pp_phrase['catchange']}</span></td>
<td class="alt1"><select name="category">{$catoptions}</select></td>
</tr>
-->
<input class="bginput "type="hidden" name="category" value="$pcat">

Chuck S March 11th, 2010 12:27 PM

no just reply to my email I sent I beleive asking you what integration type this was and I can send you a corrected template as I did not know specifically who you where LOL

GateKeeper March 11th, 2010 12:42 PM

Thank you!

Chuck S March 11th, 2010 01:43 PM

yeah I will probally just release today a 4.01 with a wrap up of any bug fixes since 4.0 gold came out not many things


All times are GMT -5. The time now is 10:17 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97