Junkie Kode
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxiCharts] Is it possible to chart one single entry?Thank you so much for your quick reply.
If I may, I would be happy to contribute monetarily for the development of this feature. I can’t say I can contribute much but at least a small amount to show my appreciation.
Is there a way I can privately show you the link and a few screenshots of what I mean?
Forum: Plugins
In reply to: [When Last Login] Showing Last Logged in Info in the Front endHello Andrew
Thank you very much for your response
Those are awesome news!
Oh yes, you are right, it actually makes more sense to have the Timestamp.
Maybe we can say something like: “Dec 26, 2017 at 8:00am” ?I’ve made the Post loop into a list, one row per post with 5 Columns.
1.FeatureImage – 2.Title – 3.Created Date – 4Category – 5 Log
The one called “Log” would be where the subscribers invited to that post would be listed. Very soon I’ll have ready this custom function to lists subscribers according to each post invitation.Thank you for your willingness to help, I would appreciate that a lot!
If I may, I would be happy to contribute monetarily for the development of this feature. I can’t say I can contribute much but at least as small amount to show my appreciation.Happy New Year!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Combining ShortCodesHello DFarin,
I ended up using a different plugin to make it happen.
See:
https://wp-types.com/2017/10/adding-a-gallery-of-images-for-custom-posts/Forum: Plugins
In reply to: [WP Grade Comments] Can all User Roles Comment Privately?Ok…
The CSS would do the trick.
I know I have to add something like:.something {
display: none !important;
}But I haven’t been able to figure out what that something is.
I tried
#olgc-add-a-grade {
display: none !important;
}It hid the box but not the label.
Using Chrome I inspected the elements, right clicked on the code and select the “hide” option. Of course this is only for my browser window and not for the site
<label for=”olgc-add-a-grade” class=”__web-inspector-hide-shortcut__”>Add a grade.</label>
<input type=”checkbox” name=”olgc-add-a-grade” id=”olgc-add-a-grade” value=”1″ class=”__web-inspector-hide-shortcut__”>
Any clues of what am I missing?
Forum: Plugins
In reply to: [WP Grade Comments] Can all User Roles Comment Privately?Oh wow, that makes a lot of sense!
Thank you so much Boone Gorges!
I pasted the filter you provided me with and now the subscribers can make their comments private.Could you please help me disable the grading function?
Forum: Plugins
In reply to: [WP Grade Comments] Can all User Roles Comment Privately?…by the way, yes you are right.
doesn’t make any sense for non-instructors to post grades.
I’m only after the “Make the comment private” function for all roles.
Actually, I would want to disable the Grading Function for every role in my site.Thanks again!
Forum: Plugins
In reply to: [WP Grade Comments] Can all User Roles Comment Privately?Ok..
Thank you so much for that link Boone Gorges,
I’m really not a PHP developer but let me give this a try .. lol
Should I be adding the roles like this?:function openlab_olgc_is_instructor( $is ) { $group_id = openlab_get_group_id_by_blog_id( get_current_blog_id() ); return groups_is_user_editor( get_current_user_id(), $group_id ); } add_filter( 'olgc_is_instructor', 'openlab_olgc_is_instructor' ); function openlab_olgc_is_instructor( $is ) { $group_id = openlab_get_group_id_by_blog_id( get_current_blog_id() ); return groups_is_user_author( get_current_user_id(), $group_id ); } add_filter( 'olgc_is_instructor', 'openlab_olgc_is_instructor' ); function openlab_olgc_is_instructor( $is ) { $group_id = openlab_get_group_id_by_blog_id( get_current_blog_id() ); return groups_is_user_contributor( get_current_user_id(), $group_id ); } add_filter( 'olgc_is_instructor', 'openlab_olgc_is_instructor' ); function openlab_olgc_is_instructor( $is ) { $group_id = openlab_get_group_id_by_blog_id( get_current_blog_id() ); return groups_is_user_subscriber( get_current_user_id(), $group_id ); } add_filter( 'olgc_is_instructor', 'openlab_olgc_is_instructor' );
Forum: Plugins
In reply to: [WP Grade Comments] Disable Grades and Default Dropdown OptionsThank you very much for your reply Boone Gorges.
A filter solution to disable grading would do just fine!
Hopefully it turns out soon, I appreciate you taking the time.Glad to know my idea could be of use someday.
Forum: Plugins
In reply to: [Magic Embeds] Error: (#803)Ok, looks like I was supposed to use this Short-Code:
[facebook https://www.facebook.com/###(MyNumberID)##%5DIs it supposed to display the Add Friend button?
Forum: Plugins
In reply to: [Frontier Post] Allow Comments settings for Contributors and UpHello Frontier,
I would like to contribute to the development.
How can I send you the code?My Updates will include:
#1 Discussion Box Compability
#2 WP Private Content Pro Compatibility (by users only)
#3 Compatibility with Tool Sets soon (Still debugging)Forum: Plugins
In reply to: [Frontier Post] Allow Comments settings for Contributors and UpHello,
I have advanced a lot on this whole process but I would still appreciate your assistance.
The custom fields I was requiring are easily created and displayed with his plugin: https://www.ads-software.com/plugins/types/
However this has only function in the WordPress backend interface and displays in only in the Front.
The Frontier Posts Plugin is not showing the meta boxes for editors to use in the front post editor.
Please see this screenshot: https://screencloud.net/v/5hj4aI believe there should be some small code to allow Frontier and ToolSet Types to communicate and mirror the fields accordingly.
Please let me know, I couldn’t say much but I would very happy to compensate you monetarily for your time if you where to support ToolSet Types on Frontier as part as your official next release.
Looking forward to hear from you.
Thank you.Forum: Plugins
In reply to: [Clean Login] Settings Not SavingThe issue was my outdated PHP version.
Thanks!Forum: Plugins
In reply to: [WP Private Content Plus] Restrict entire custom post typesThank you for the reply Nimesh,
I think I’ll give it a try.Forum: Plugins
In reply to: [Plugin: WP Automated Emails] Send welcome messagesHello Andre,
This plugin seems very useful.
Would it work if I’m using Gravity Forms to register new users?
I have a website where Gravity Forms is a must and it already handles my emails pretty well.
What I’m looking for is a plugin that after 3 days of registration, it would send an email to the newly registered users, saying something like: “Hi, we haven’t seen you for a while”
Forum: Themes and Templates
In reply to: [IndiBiz] How to make a Child Theme?Oh wow, that looks pretty handy. Thanks!