Morgan Roussel
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi-column Tag Map] How to Fix the Character Encoding Issue with “&”?The space displays as well. To temporarily solve the issue, I installed the old version 17.0.32 and everything works.
Forum: Plugins
In reply to: [Add Functions] [Plugin: Add Functions] text area not editableI have the same problem and my JavaScript is enabled.
I’m using WP 3.4.2.Forum: Plugins
In reply to: [Related Links] [Plugin: Related Links] Custom Links in the select listI’m interested too.
Forum: Plugins
In reply to: author list as a drop down menu?Well I found that
<?php wp_dropdown_users() ?>is doing the same thing.No idea how to add a link to the author page…
Forum: Plugins
In reply to: author list as a drop down menu?With this code, you can select one author into a dropdown list.
<?php wp_dropdown_users( array('include' => $authors, 'name' => 'author-dropdown', 'selected' => empty($post->ID) ? $user_ID : $post->post_author) ); ?>But I don’t know how to add a link.
Please help, thanks.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Gallery title and Back-link hackI have replaced the line
<a>YOUR-WP-GALLERY-SUBPAGE" class="arrowleft">Go back</a>with
<a href="javascript: history.go(-1)" class="arrowleft">Go back</a>I’m interested too, I would like to use a second server with more bandwidth.
Please Alex, add this “back to”-link as soon as possible. Thanks for a great plugin!