hcolumbie
Forum Replies Created
-
Forum: Plugins
In reply to: adicionar a la pag new user del panel de adminsitracion de wp un codigo htmlEn realidad no se hacia con la funcion user register pues aqui el usuario ya esta registrado y se necesita que sea en el momento que se esta creando el usuario por tanto la accion que se debe usar es la de register_form
Forum: Plugins
In reply to: adicionar a la pag new user del panel de adminsitracion de wp un codigo htmlsorry, actually the call to action is
add_action ( ‘user_register’, ‘insert html’)user_register use the action because according to what I read she is responsible for running when a user profile is created. . Argument of the function of action: user ID. enecesito qu it worse is that html is displayed before the user being created, because it is when you create it.
**************************spanish***********************
Disculpen, realmente la llamada a la accion es
add_action(‘user_register’,’insert html’)Use el action user_register porque segun lo que lei ella se encarga de ejecutarse cuando el perfil de un usuario es creado. . Argumento de la función de acción: ID de usuario. peor lo qu enecesito es que se muestre el html antes de estar creado el usuario, porque es en el momento de crearlo.
Alguien me ayuda!!!!
Forum: Plugins
In reply to: Organizador de tareas/ task organizerthanks!!! verificare it, and can compare them with which I am doing
Forum: Plugins
In reply to: About date and time input using JavaScriptOk, thanks,
Forum: Plugins
In reply to: Add new roles and permissions to cmsThat’s nice to know that someone answers me and I’m not the only one with this little problem, I’ll explain better what happens:
I am making a plugin that is a planner of projects, objectives and tasks, is my thesis in computer engineering, which is why the urgency. They need to specify which of the many users of wordpress blog will want to be part of this plugin, it is necessary to determine who is the leader of a project for example, who will evaluate it, and who is in charge of doing, as be noticed are roles, ie only for plugin functions.
I study the user documentaciuon about and what I understand is that you can not add new functions (roles) or capabilities that is as it is called (for my actions).For now I have decided to add to the pag of adding users and edit user a checkbox that allows you to specify whether that user is part of the list of users of the plugin that I do, then I’ll see especidficarle another user table in my plugin particular their role which will be taking your id and inserted into the table.
Please if you can help me with other suggestions, or if you used mine, let me know.
Aqui estare esperando.
Heylinp: d: My language is espannol and use the google translator to publish in English, sorry if not well understood.
************* En espanol!!!!********************************
Que gusto saber que me responde alguien y que no soy la unica con este problemita, te explico mejor lo que sucede,:
Estoy realizando un plugin que consiste en un planificador de projectos, objetivos y tareas, es mi tesis de grado de la ingenieria informatica, es por eso la urgencia. Para ellos necesito tener especificado cuales de los tantos usuarios del blog wordpress querran formar parte de este plugin, porque es necesario determinar quien es el jefe de un proyecto por ejemplo , quien sera el que lo evaluara, y quien esta a cargo de realizarlo, como se notara son roles, es decir funciones solo para el plugin.
Me estudie la documentaciuon al respecto de usuarios y lo que pude comprender es que no se puede agregar nuevas funciones(roles) ni capacidades que es como se le llama(para mi lista de acciones).Por lo pronto he decidido agregar a la pag de adicionar usuario y editar usuario un checkbox que le permita especificar si ese usuario formara parte de la lista de usuarios del plugin que realizo, luego me encargarer de especidficarle en otra tabla de user de mi plugin en particular cual sera su rol tomando su id e insertandolo en la tabla.
Por favor si me puede ayudar con otra sugerencia , o si le sirve la mia, hagamelo saber.
Aqui estare esperando.
Heylinp:d: Mi idioma es el espannol y uso el traductor de google para publicar en ingles, disculpe si no se entiende muy bien.
Forum: Plugins
In reply to: Widget or pluginMuchas gracias!!!!!
Forum: Plugins
In reply to: Wiki for WPThank you very much for the help, I served the mediawiki for WP, but now I need to know how can I add categories or groups using mediawiki wiki by categories. thank you very much
example category:name_category
Muchas gracias por la ayuda , me sirvio el mediawiki para WP, pero ahora, necesito saber como puedo adicionar categorias o grupos de wiki por categorias usando mediawiki. muchas gracias.
ejemplo [[]categoria: nombre_categoria]
Forum: Plugins
In reply to: Wiki for WPThe problem is I have a wiki in joomla and I want to migrate to WP, but should be integrated in. Thanks