Здравствуйте. Как мне увидеть или где мне увидеть почту отправителя новости?
]]>I’m considering forking this plugin in order to continue it’s support into the future. I’d be happy to contribute my changes to the plugin author as a contribution if you still read these forums, please get in touch.
]]>I had the issue where post_author is not being set, when guests trying to add a post from front page.
Below is the patch I applied in my version:
diff --git a/djd-site-post.php b/djd-site-post.php
index 0019590..55427a7 100644
--- a/djd-site-post.php
+++ b/djd-site-post.php
@@ -540,7 +540,7 @@ if (!class_exists("DjdSitePost")) {
if ( !empty ($_POST["djd-our-author"])) {
$my_post['post_author'] = $_POST["djd-our-author"];
} else {
- $my_post['post_author'] = $user_verified['djd_user_id'];
+ $my_post['post_author'] = $djd_options['djd-guest-account'];
}
if( array_key_exists('djd_site_post_tags', $_POST)) {
]]>
It seems DJD is not working anymore on this plugin
]]>У меня не отображается клавиша SUBMIT. В чем может быть проблема?
]]>Is this plugin still being supported and updated? There seem to be a lot of unanswered queries on this forum.
]]>Hello
I use KLEO theme. And DJD post site don’t work.
I make a newpage with the sohrtcode [djd-site-post]
I’m gone on setting > DJD post site setting i put the ID of the page.
But nothing when i go on the page i see the shortcode…
Is because the theme is not working with it ?
]]>is the add media button at the front end available to all members including subscribers? and is it fully responsive?
]]>Good plugin! Update it!
Your plugin is able to create posts. This can not:
https://www.ads-software.com/plugins/theme-my-login/
Is it possible to add multiple different forms or will this be availlable in the future?
]]>Hi, is it possible to add default content to a form, for example a default featured image (the guest blogger shouldn’t be able to change or delete it)?
]]>Hi!
How can I add a button from another plugin on the “Content Field”?
Regards
Do not save tree using chekbox categories
Catehory1
Catehory2
Catehory3
Catehory4
Hi, the field where the user writes the text has no borders, so it’s not clear where to write.
]]>Hello!
I need to allow guest users to upload media. Button just doesn’t show in form if you are not logged in. Please help ??
Thank you in advance ??
Hi. Can I use custom fields for my users by it? If yes, how?
Else, do you add this option to it?
thank you
https://www.ads-software.com/plugins/djd-site-post/
[ No bumping please. ]
Hello,
The string “Frontend Edit” is not translatable.
In the djd-site-post.php file, lines 317 and 319 the string “Frontend Edit” is not wrapped in the __ function.
You also might want to remove HTML tags from the translation.
For example, in the views/admin.php file, lines 214,215,220,225,230 and 231.
If you are interested, I can send you a French translation.
Regards.
]]>Downloaded plugin, but it seems to have had some kind of conflict with either my theme (Firmasite) or Buddypress, because the wordpress/buddypress login bar disappeared from my site. Is there away around this problem, or does the plugin not work on a buddypress site?
This is all fairly new to me, so be gentle!
]]>Is there anyway I can hide/unhide the form? I would like for it to show only when members would post. Thank you for your help!
]]>Hi,
I really enjoy your plugin. I have a lot of categories on my site, so I would really like to show hierarchy in the category list from which users can choose from. It seems to be swithched on in the php file but the frontend shows a flat list. Would that be possible?
Thanks in advance!
Monique
I implemented the Spam Prevention Quiz feature and I’m still getting spam from automated non-registered user posts. Any additional suggestions on how I can avoid this? Great plugin – thanks!
]]>Any way to get rid of the “FRONTEND POST” heading?
]]>Hi, Apologies if I am just being daft – But – I want users to be forced to be registered on the site prior to being able to add a post using your plugin. At the moment I am getting fake submissions from unregistered users, is it possible to set it so only registered users can add anything please??? Thanks…
]]>hey there,
i’m using your wonderful plugin for a small community website, which basic functionality consists in user generated posts on a blog that are also forwarded to all members as mail-notifications.
i’m using the newest versions of wp and bp, and for the mail subscriptions the plugin subscribe2. if i read the code right, your plugin uses the wp_mail-function to send the notification to the author. does that also apply to the notifications sent to the subscribers? and can you think of any reason, why the post is published on the blog page, but not forwarded to any member, neither the author nor the subscribers?
would be great, if you could get back to me on this.
best regards
christoph
is there any way to have the persons name show when admin approves the post??? the name they fill on the form??? instead of admin???
thanks for your help
Hello,
How can I do something similar to this .. [djd-site-post cat=category name]
Anyone has any idea ?
Thank you
]]>Hello,
I have a main parent category then 2 subcategories, and I would like to display 3 separate fields when posting from DJD. One where the main category is displayed, another for the first subcategory then another for the other subcategory.
How can I achive this ?
Thank you for your time
]]>hello this is our site:
https://lifeinthai.co.il/%D7%94%D7%97%D7%95%D7%95%D7%99%D7%95%D7%AA-%D7%A9%D7%9C%D7%9B%D7%9D-%D7%91%D7%AA%D7%90%D7%99%D7%9C%D7%A0%D7%93/
if you try to upload an image it wont let you
any idea why ?
thanks
]]>Hi,
I have installed DJD Site Post. But I would like to publish the new posts on a specific page and not along with my personal posts.
Is it possible ?
Brgds,
Nicolas
]]>hi
could you please add custom post type supporting to this plugin?