roakin
Forum Replies Created
-
Forum: Plugins
In reply to: [Ginger - EU Cookie Law] WPML addonfound it’s already in the main plugin included
- This reply was modified 6 years, 1 month ago by roakin.
ok .. thanks … i’ll check what the API can provide and if it’s not sufficient i’ll see what i can take form the DB
cheers
StefanHi Robert,
ok .. thanks. what about querying the necessary data right from the database? should be possible, right?
BR
StefanHi Robert,
thanks for your reply. but that’s not exactly what i wanted. i want the list of markers not to be generated by the plugin right underneath the map but instead i want full control of the list. So basically an array including all the marker information i can access would be enough.
I’m currently evaluating this plugin for a pretty ambitious project and this is just one of the features i definitely need in order to be able to realize the given layout.
BR
StefanForum: Themes and Templates
In reply to: the_date(); && stickyperfect … thx
Forum: Fixing WordPress
In reply to: problem with edit_post and publish_post hooksyou’re absolutely right. just for information purpose: i switched to ‘save_post’ because when trying to request edited custom field it was necessary to save the post first in database. the logical structure is now created by requesting the status … works perfect
Forum: Fixing WordPress
In reply to: problem with edit_post and publish_post hookssave_post action takes no concern whether the post hast status ‘draft’ or ‘published’. the thing is i have two wordpress instances and (depending on categories) whenever a post in the leading system is published or edited i generate / edit the post in the second system via XMLRPC. i’ve found a workaround by requesting the status within the function that gets called by the action, but i’m still wondering if there’s a better solution
Forum: Fixing WordPress
In reply to: Assign categories to users?i just installed https://www.coppit.org/code/ but i can only choose between Category Access for New Users and Anonymous Users. shouldn’t there be the existing users so i can manage their access to the categories? i’m using wp 2.7.1
thanks
Forum: Fixing WordPress
In reply to: user restirictionthat’s not the problem … the problem is that i need a role that restricts a user to certain categories and certain subpages … in other words i need to avoid that a user can publish posts in wrong categories or publish pages under wrong parent pages.
Forum: Fixing WordPress
In reply to: user restirictioni don’t need to create a new role … because i only need 1 admin and one role that could be restricted. so i just need to manipulate a role, i don’t have to create a new one. but how can i change a role in order to achieve the necessary restrictions?
Forum: Fixing WordPress
In reply to: wordpress replicationthx … do you know if this also works over different servers?
Forum: Fixing WordPress
In reply to: change images in mediatheksorry for the redundant post … wasn’t by intention
Forum: Plugins
In reply to: related downloads, links and other poststhanks … i know custom fields, but the problem is that the users have to be able to relate multiple e.g. links to one post and i wonder if there isn’t a more userfriendly way instead of searching and entering every single link_id.
Forum: Plugins
In reply to: manipulate user profile fieldsthx … gonna try this plugin … do you know if this plugin can hide existing default user fields?
Forum: Plugins
In reply to: how to add multiple menu pages within one pluginwas my mistake … didn’t define the myClientFunction … sorry for any circumstances