Tareq Hasan
Forum Replies Created
-
If you are not able to any category and page lists are not populating in the settings page, there might be some problems with your WordPress installation. I would suggest to install a fresh WordPress and try again.
Did you used any attachment while posting? There might be a issue if you didn’t configured the attachment size from the settings page.
ha ha, here it is
Hey gixty7,
I’ve just pushed a translatable version to the github. So you can translate the plugin in your language without touching any core files.
I am sure you can find out how to translate the plugin.
Tip: see the
languages
folder. You’ll need a software named “Poedit” to translate.It’s been fixed on github. download the latest one from here
Look at the plugin screenshots, you’ll understand what dashboard means for this plugin.
I just tested, it works here.
I said to paste this block of code in your current themes
functions.php
file, if you did that, it should work fine.function custom_redirect( $url ) { global $post; return get_permalink( $post->ID ); } add_filter( 'wpuf_after_post_redirect', 'custom_redirect' );
Try this code, insert this function in your themes functions.php. Should work, not tested.
I think currently it redirects to that new post.
I have no idea how the category plugin works. So can’t give you a clue
I think your settings are not saving in the database. Cause it’s working fine here.
There might be other required fields that you forgot to fill.
This is prohibited currently for unwanted user posts. Will be a feature for future version I guess ??
You can use existing custom post types. But not custom taxonomies yet (without modifying the plugin)