MeRuud
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Under Construction] UUC causes White Screen of death.It is a complete fresh installation of WordPress with the latest version and the default theme. The under construction plugin is the first and only plugin currently installed.
This is my setup stack btw – a bit non-traditional:
– Percona DB (MySQL)
– HHVM (PHP Parser)
– Nginx
– Varnish (Running by default)
– Memcached and APCAlso on the same note, the first time I activated the plugin it showed me all available options; eg. it showed the custom html block and the quick creator – after saving the settings it would hide the html block (when quick creator is selected) or hide the quick creator (when html block is selected).
Hope this help, let me know if you need anything else.
Thanks,Forum: Plugins
In reply to: [Ultimate Under Construction] UUC causes White Screen of death.I would like to report that I had the exact same issue.
When first installing and activating the plugin I receive a blank page for the non-admin users, and only admin access for admin users. After deactivating and activating the plugin it seems to work fine.
Thank you,
Forum: Plugins
In reply to: [Meta Box] Retrieve Meta Box Value from Another PluginThat’s what I was going to suggest, glad you got it working.
Forum: Plugins
In reply to: [Meta Box] Display metabox only for specific post ID or specific templateBTW I think this example is also exactly what you are after.
Forum: Plugins
In reply to: [Meta Box] only_on not working?Which git page, could you link the question? Also here is a similar question asked, with answers that should help you out.
Hope this helps,
Forum: Plugins
In reply to: [Meta Box] Display metabox only for specific post ID or specific templateAre you two related? That question is almost identical haha. – All jokes aside, that question might actually be able to help you out.
That being said, this tutorial should help you out, or this stackoverflow question.
Last but not least, the developers has an add-in available which does exactly what you need.
Let me know if this helps,
Forum: Plugins
In reply to: [Meta Box] Retrieve Meta Box Value from Another PluginI think I can help you, as I think there is a better way of doing what your trying to do. But I am not 100% sure what you are tying to accomplish, could you elaborate? Also where is your generated metabox displayed?
Forum: Plugins
In reply to: [Meta Box] Meta-box doesn't show after activationYou (both) probably should read the documentation. Focus on the comments in the
demo.phpfile. There is no admin-side menu for this plugin, everything is taken care of in a php file.As mvanboordt mentioned, once he followed the tutorial it worked. That is all you have to do. If you added the
demo.php(or your custom) and you see the metaboxes in theedit postscreen, the plugin works properly. There is no frontend and that’s why one does not see an extra menu item or tab.These demo files, should set you up and get you going on the right track 🙂
Hope this helped,
Forum: Plugins
In reply to: [IDB Support Tickets] Front-End missing overviewI apologize, the users was not associated – but was logged in – with the website and could not see the tickets.
Interesting observation that might help your plugin development:
– Admins do not see “View Previous Tickets” on the front-end for tickets they submitted.
– A user can add tickets when he/she is not associated with a website but logged-in. The user cannot see a lists of previous submitted tickets. (which was the original post).Hope this might help you, let me know if I should elaborate a bit more.
Thank you,Forum: Plugins
In reply to: [IDB Support Tickets] variable for Departments?Duplicate with this: http://wordpress.org/support/topic/variable-for-departments. Please see that thread, I will try to help you there.
Forum: Plugins
In reply to: [IDB Support Tickets] variable for Departments?No need to double post. Here is the other post, I will try to answer both here if that works for you.
i am trying to populate a column of tickets and display the Department i have assigned them under.
I have added the column, but i cant figure out why you have foreach within foreach within foreach within isset.. it doesnt make sense. can you just edit my code so i can display the DEPARTMENT column? thanks
`$output.=’ src=”‘ . plugins_url(‘/images/page_edit.png’, __FILE__) . ‘” alt=”‘ . __(‘View’, ‘wpsc-support-tickets’) . ‘” /> ‘ . base64_decode($result[‘title’]) . ‘</td><td>’ . $resresolution . ‘</td><td>’ . date_i18n( get_option( ‘date_format’ ), $result[‘last_updated’]) . ‘ ‘ . __(‘by’, ‘wpsc-support-tickets’) . ‘ ‘ . $last_staff_reply . ‘ </td><td>’ . $EDIT_THIS_HERE_TO_SHOW_DEPARTMENT_PLEASE . ‘</td></tr>’;’
I have to admit I actually think the code is very well organized, indented and commented. Clean and easy to read.
To clarify. Neither of the code blocks you provided or the variables you provided are related to displaying your extra column. It seems like the ‘explode’ variables are used to break up strings, the ‘department’ variable will most likely store a list of department or a specific department.. even though I cannot seem to find this variable.
Back to the question, could you answer the following questions please.
Which view are you talking about? The frond-end or the back-end/admin panel? Did you add a custom field, or just added an extra column in the mark up? Are you trying to add a custom field column, or a column with the departments?A tip; watch out with editing plugins directly, if the author pushes an update (bug fix, security patch, etc.) and you decide to download that update you will loose all your custom made changes.
Thanks,
BTW, I am not affiliate or know the author of this plugin.Forum: Plugins
In reply to: [BuddyPress Activity Plus] [Plugin: BuddyPress Activity Plus] Add Image SizeYes please!
I haven’t been able to solve it yet, posted a question on Stack-overflow but no replies there either so far.Thanks
Forum: Plugins
In reply to: [Network Latest Posts] Gallery and OembedThanks for your swift reply!
Sounds great to me. I will try and experiment aswell and keep you posted.
Thanks,
RuudForum: Plugins
In reply to: [Slim Jetpack] Tiled Gallery – Images disappearThanks for your swift reply.
I just got access to a different computer with chrome and it seems to work fine indeed. It still doesn’t work on my laptop thou, weird.. But as you said everything seems to work fine, not sure whats going on over here thou.This topic can be marked as [solved]
Thanks for your help,
RuudForum: Plugins
In reply to: [BuddyPress Activity Plus] [Plugin: BuddyPress Activity Plus] Add Image SizeBtw the only thing I would add to make this plugin a bit better is that when you upload it uploads it to the media library instead of a separate (unrecognized) directory. This way it is also being “bound” to a user (?right).
Thanks for the help, and the great plugin!
Ruud