Quantcast
Channel: Topic Tag: action | WordPress.org
Browsing all 889 articles
Browse latest View live
↧

ringishpil on "Get USER ID in user_register action"

Hi guys, I am having trouble of getting the ID in user_register filter in functions.php... Here is what I got add_action( 'user_register', 'sendanotheremail' ); function sendanotheremail($user_id) {...

View Article


Patrick on "[Plugin: upPrev] 2 bugs easy to solve (3.3.13)"

Hello There is two minor bugs : The custom CSS is asking for h6, but the code delivers h5 Also, the custom CSS is showing before the css file, so I have to use !important for some css, and I don't want...

View Article


Marcin Pietrzak on "[Plugin: upPrev] 2 bugs easy to solve (3.3.13)"

The custom CSS is asking for h6, but the code delivers h5 h6 is used for displaing tags/category. Also, the custom CSS is showing before the css file, so I have to use !important for some css, and I...

View Article

Patrick on "[Plugin: upPrev] 2 bugs easy to solve (3.3.13)"

1 : Ok, so h5 should be from my style.css 2 : I checked before, and my header is correct : <head> <title>...</title> <link rel="stylesheet" href="<?php...

View Article

Aaika on "Form and action to a page"

Hello, i'm writing a simple plugin. I want to display on a page (by shortcode) a form, but when i submit the form, the browser returns me error 500. Instead if i put action="" on self and a...

View Article


D X on "Problem while adding an action to the navigation menu of Theme...

Hi, In the theme TwentyEleven, I want to add an action to the navigation menu. I wish the secondary menu to be displayed more slowly not suddenly as it is originally. So I write some jQuery sentences :...

View Article

Andrew Nevins on "Problem while adding an action to the navigation menu of...

Twenty Eleven does not use JavaScript to control the navigation menu, it uses CSS.

View Article

Andrew Nevins on "Problem while adding an action to the navigation menu of...

Be sure to make your modifications through a Child Theme if you haven't already.

View Article


D X on "Problem while adding an action to the navigation menu of Theme...

Thank you for you reminding! I've never known there is Child Theme!

View Article


D X on "[Theme: Twenty Eleven] What's the mechanism of controlling the...

Hi! I'm trying to add an action to the navigation menu. I wish that the secondary menu will appear gradually not so suddenly. Before, I thought it would be CSS, so I checked the CSS with the help of...

View Article

D X on "[Theme: Twenty Eleven] What's the mechanism of controlling the...

No one konws how to solve my problem?

View Article

WPyogi on "[Theme: Twenty Eleven] What's the mechanism of controlling the...

You need to stick with one thread - per the forum rules duplicate threads are closed. Add info to the other thread as relevant.

View Article

holgerhubbs on "[Plugin: Pretty Link Lite] Hooked to Pretty Link ;-)"

What is the best way to hook into Pretty Link Lite and to turn redirection off for users who are not logged in? Instead of fiddling with the plugin itself I would like to add some few lines to my...

View Article


cartpauj on "[Plugin: Pretty Link Lite] Hooked to Pretty Link ;-)"

There is no hook in place for something like this unfortunately.

View Article

holgerhubbs on "[Plugin: Pretty Link Lite] Hooked to Pretty Link ;-)"

This is not very elegant, and not permanent, but for right now it works ;-) If the user is not logged in, PrettyLink won't work: http://xp3.us/s/m5

View Article


cartpauj on "[Plugin: Pretty Link Lite] Hooked to Pretty Link ;-)"

That works. You could setup a hidden page on your site that has some prettier text. Then do something like this: if(!is_user_logged_in()) { wp_redirect(get_permalink(PAGE_ID_GOES_HERE)); die(); }

View Article

holgerhubbs on "[Plugin: Pretty Link Lite] Hooked to Pretty Link ;-)"

Thank you for the tip! I really like Pretty Link as an added layer of privacy and consistency. When my external links change I just go into Pretty Link and update them there, instead to scan my whole...

View Article


holgerhubbs on "[Plugin: Pretty Link Lite] Hooked to Pretty Link ;-)"

WordPress is quite a beautiful platform... Code is poetry.

View Article

ptsiridi on "trying processing data form"

Hello to everyone. Well i am new in making plugins and on top of that i have to make one for a project i am into. I'm trying my best but it seems that i lack serious knowledge. Here is my first big...

View Article

Chris on "trying processing data form"

You already seem to have registered an admin menu page (where the form will be shown). So you can take this very page URL (and script), use this one as form action value and include the process.php...

View Article
Browsing all 889 articles
Browse latest View live