Title: roakin's Replies | WordPress.org

---

# roakin

  [  ](https://wordpress.org/support/users/roakin/)

 *   [Profile](https://wordpress.org/support/users/roakin/)
 *   [Topics Started](https://wordpress.org/support/users/roakin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/roakin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/roakin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/roakin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/roakin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/roakin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/roakin/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/roakin/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ginger - EU Cookie Law] WPML addon](https://wordpress.org/support/topic/wpml-addon/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/wpml-addon/#post-11096303)
 * found it’s already in the main plugin included
    -  This reply was modified 7 years, 3 months ago by [roakin](https://wordpress.org/support/users/roakin/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] external list of all markers](https://wordpress.org/support/topic/external-list-of-all-markers/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/external-list-of-all-markers/#post-4268353)
 * 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
    Stefan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] external list of all markers](https://wordpress.org/support/topic/external-list-of-all-markers/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/external-list-of-all-markers/#post-4268349)
 * Hi Robert,
 * ok .. thanks. what about querying the necessary data right from the database?
   should be possible, right?
 * BR
    Stefan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] external list of all markers](https://wordpress.org/support/topic/external-list-of-all-markers/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/external-list-of-all-markers/#post-4268339)
 * Hi 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
    Stefan
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [the_date(); && sticky](https://wordpress.org/support/topic/the_date-ampamp-sticky/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/the_date-ampamp-sticky/#post-1503332)
 * perfect … thx
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [problem with edit_post and publish_post hooks](https://wordpress.org/support/topic/problem-with-edit_post-and-publish_post-hooks/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/problem-with-edit_post-and-publish_post-hooks/#post-1320778)
 * you’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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [problem with edit_post and publish_post hooks](https://wordpress.org/support/topic/problem-with-edit_post-and-publish_post-hooks/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/problem-with-edit_post-and-publish_post-hooks/#post-1320694)
 * save_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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Assign categories to users?](https://wordpress.org/support/topic/assign-categories-to-users/)
 *  [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [17 years ago](https://wordpress.org/support/topic/assign-categories-to-users/#post-896034)
 * i just installed [http://www.coppit.org/code/](http://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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [user restiriction](https://wordpress.org/support/topic/user-restiriction/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [17 years ago](https://wordpress.org/support/topic/user-restiriction/#post-1071001)
 * that’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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [user restiriction](https://wordpress.org/support/topic/user-restiriction/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [17 years ago](https://wordpress.org/support/topic/user-restiriction/#post-1070970)
 * i 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress replication](https://wordpress.org/support/topic/wordpress-replication/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/wordpress-replication/#post-1042579)
 * thx … do you know if this also works over different servers?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change images in mediathek](https://wordpress.org/support/topic/change-images-in-mediathek-1/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/change-images-in-mediathek-1/#post-976571)
 * sorry for the redundant post … wasn’t by intention
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [related downloads, links and other posts](https://wordpress.org/support/topic/related-downloads-links-and-other-posts/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/related-downloads-links-and-other-posts/#post-941619)
 * thanks … 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [manipulate user profile fields](https://wordpress.org/support/topic/manipulate-user-profile-fields/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/manipulate-user-profile-fields/#post-893167)
 * thx … gonna try this plugin … do you know if this plugin can hide existing default
   user fields?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [how to add multiple menu pages within one plugin](https://wordpress.org/support/topic/how-to-add-multiple-menu-pages-within-one-plugin/)
 *  Thread Starter [roakin](https://wordpress.org/support/users/roakin/)
 * (@roakin)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/how-to-add-multiple-menu-pages-within-one-plugin/#post-879437)
 * was my mistake … didn’t define the myClientFunction … sorry for any circumstances

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/roakin/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/roakin/replies/page/2/?output_format=md)