• Resolved ClickyB

    (@clickyb)


    Hi TDO,

    Seems like something changed in recent times; my categories were displayed fine (have been using this plugin for over a year) but right now I don’t see them displayed on my “submissions page” at all!

    Looking at the form hacker it shows:

    <!-- categories start -->
    	<fieldset>
    		<?php $defcat = 4; if(isset($post_args['categories'])) { $defcat = $post_args['categories']; } ?>
    	</fieldset>
    	<!-- categories end -->

    On the submssions page nothing is displayed and in the source code it shows: `<!– categories start –>
    <!– categories end –>`

    I have the “Categories 1” Widget set up as follows:
    Title: Select A Category:
    Display Categories in Heirarchical Mode is ticked.
    Category Order: Name.
    Category Sorted: Descending Order.
    Display As: Dropdown.

    Any ideas please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The code in your form hacker is certainly broken. It gets the default category, but doesn’t actually do anything with it. Are you using the Form Hacker, because otherwise my suggestion would be to reset it and see what happens?

    Thread Starter ClickyB

    (@clickyb)

    Fixed by resetting as suggested (Thanks)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: TDO Mini Forms] Categories Not Displayed’ is closed to new replies.