Title: phycel's Replies | WordPress.org

---

# phycel

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Date picker?](https://wordpress.org/support/topic/plugin-contact-form-7-date-picker/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-date-picker/#post-1600857)
 * I know this is somewhat of an older thread, but thought I’d share this nifty 
   plugin for people who want to take the easy way out integrating a datepicker 
   with cf7.
 * [http://wordpress.org/extend/plugins/cf7-calendar/](http://wordpress.org/extend/plugins/cf7-calendar/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Audiobar] [Plugin: Audiobar] Doesn't work](https://wordpress.org/support/topic/plugin-audiobar-doesnt-work/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-audiobar-doesnt-work/#post-1677858)
 * I know this is an old post, but since I had a few of these issues I thought I’d
   share my findings…
 * I didn’t have problems with my permalinks not working, but from reading up on
   the Audiobar documentation, make sure your .htaccess file is writable.
 * I did have trouble getting the audio to play and thought at first it was a jquery
   conflict, but found out later that I had the Audio Player plugin installed and
   activated. If you have any plugins that automatically replace .mp3 links with
   their scripts, you will definitely have conflicts. Deactivate all other media
   plugins and find your culprit. This was by sheer mistake on my part (I didn’t
   realize I had the Audio Player plugin installed) – but hopefully this little 
   tidbit will help others troubleshoot their issues.
 * Great Plugin Carlo!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [audiobar redirect nextgen gallery pageas in correctly](https://wordpress.org/support/topic/audiobar-redirect-nextgen-gallery-pageas-in-correctly/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/audiobar-redirect-nextgen-gallery-pageas-in-correctly/#post-1758502)
 * I know this is an old post, but just in case anyone else is having this issue,
   just use the “Activate Permalinks” option within NextGEN. (Gallery > Options 
   > Activate permalinks) Make sure you update your permalink structure in your 
   WordPress options after you activate the NextGEN permalinks. Once you do that,
   Audiobar won’t spaz when you view a gallery.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anchors Menu] [Plugin: Anchors Menu] Using page title in widget menu title](https://wordpress.org/support/topic/plugin-anchors-menu-using-page-title-in-widget-menu-title/)
 *  Thread Starter [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-anchors-menu-using-page-title-in-widget-menu-title/#post-1786185)
 * Just in case anyone else wanted to do this, here is what I did…
 * First, I don’t like editing the code of a plugin due to automatic upgrades – 
   sometimes I forget whether I’ve hacked a plugin or not. So, I copied all of the
   plugin code to my functions.php file and deactivated the actual plugin. But before
   doing so, I added these three lines just before line 140:
 *     ```
       echo "<h3>";
       		if (is_page()) { the_title(); }
       		else if (is_category()) { single_cat_title(); }
       		else if (is_tag()) { single_tag_title(); }
       		else { echo "Menu"; }
       		echo "</h3>";
       ```
   
 * Then, instead of bothering with the widgets, I just added this line of code to
   my sidebar.php file where I wanted it:
 *     ```
       anc_insert();
       ```
   
 * Of course, this works well for my theme and situation. Thanks to the plugin author
   for providing some very useful code! In the next release, the developer might
   want to consider putting a chekbox in the widget settings allowing us to choose
   to use the page/post/category title, etc. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow issue in IE](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-issue-in-ie/)
 *  Thread Starter [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-issue-in-ie/#post-1664690)
 * Ok, so I examined the code in the wp-e-commerce.js file and it was a livequery
   function related to their dropshop stuff (which I do not use), so I commented
   out those lines. Now I am no longer getting the wp-e-commerce error. However,
   the slideshow is still not working which is confusing me a bit. If disabling 
   the entire wp-e-commerce plugin made the slideshow work, then getting rid of 
   the javascript errors related to that plugin should fix it. Now I am getting 
   another error related to a different js file I have in my theme folder.
 * Message: Permission denied
    Line: 19 Char: 27021 Code: 0 URI: … /jquery-1.3.2.
   min.js
 * This js file was not interfering with it when I deactivated wp-e-commerce totally
   though and I need this js file for my homepage slider to work.
 * Thoughts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow issue in IE](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-issue-in-ie/)
 *  Thread Starter [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-issue-in-ie/#post-1664687)
 * I think I might have found it. I have IE7 on my iMac (running Windows through
   Parallels), and the error reporting on IE7 sucks… no surprise there. So, I looked
   at IE8 on my PC and the error reporting is a bit better, and I was able to see
   the specific javascript file that is the culprit. Javascript is not one of my
   strengths, but I’ll see what I can figure out and I’ll report back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow issue in IE](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-issue-in-ie/)
 *  Thread Starter [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-issue-in-ie/#post-1664685)
 * Alex,
 * You are correct… the slideshow works when I deactivate wp-e-commerce. I have 
   a lot of custom code relating to wp-e-commerce in my theme, so it was like pulling
   teeth trying to deactivate it without any php errors. When in IE, the only error
   I am seeing is related to the quotes collection plugin. What is the error you
   see related to wp-e-commerce? I had to majorly hack the wpec plugin to get it
   to do what I wanted, so I don’t mind hacking it further to get it to work with
   nextgen. I couldn’t get the non-flash slideshow working either, otherwise I’d
   try that instead.
 * Thanks for responding so quickly. I appreciate your patience and help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow issue in IE](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-issue-in-ie/)
 *  Thread Starter [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-issue-in-ie/#post-1664632)
 * Ok, I’ll try that in the middle of the night though (its midday here in Florida,
   US). I do not want to disable that plugin during daylight hours. Does wp-e-commerce
   usually interfere with Nextgen?
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [HTTPS, SSL, WP_CONTENT_URL](https://wordpress.org/support/topic/https-ssl-wp_content_url/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/https-ssl-wp_content_url/#post-1260544)
 * Thanks Mvied! I defaulted to a rather undesirable workaround at the time just
   to get the job done, but I run into this problem often. I will definitely try
   your plugin out soon and provide feedback as needed. Contributions like this 
   are always greatly appreciated! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Mail Recipient always different](https://wordpress.org/support/topic/plugin-contact-form-7-mail-recipient-always-different/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-mail-recipient-always-different/#post-1618147)
 * Glad I could help. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Contact Form 7] [Plugin: Contact Form 7] "Thank You" page](https://wordpress.org/support/topic/plugin-contact-form-7-thank-you-page-1/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-thank-you-page-1/#post-1604506)
 * No problem. Glad I could help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Contact Form 7] [Plugin: Contact Form 7] "Thank You" page](https://wordpress.org/support/topic/plugin-contact-form-7-thank-you-page-1/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-thank-you-page-1/#post-1604494)
 * You might want to try the redirect tutorial the developer wrote on his site –
   [http://contactform7.com/2010/03/27/redirecting-to-another-url-after-submissions/](http://contactform7.com/2010/03/27/redirecting-to-another-url-after-submissions/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Getting URL or Custom Meta](https://wordpress.org/support/topic/plugin-contact-form-7-getting-url-or-custom-f/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-getting-url-or-custom-f/#post-1610434)
 * [@majinosity](https://wordpress.org/support/users/majinosity/) – take a look 
   at the Special Mail Tags offered by default on the developer’s site
    [http://contactform7.com/2009/12/25/special-mail-tags/](http://contactform7.com/2009/12/25/special-mail-tags/)
 * There is also a way to include custom fields into the forms by way of creating
   a special module
    [http://wordpress.org/support/topic/plugin-contact-form-7-include-originating-page-or-custom-field-from-originating-page?replies=30#post-1641688](http://wordpress.org/support/topic/plugin-contact-form-7-include-originating-page-or-custom-field-from-originating-page?replies=30#post-1641688)
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Contact Form 7: Automatically send with username and email](https://wordpress.org/support/topic/contact-form-7-automatically-send-with-username-and-email/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/contact-form-7-automatically-send-with-username-and-email/#post-1584647)
 * [@jonas](https://wordpress.org/support/users/jonas/) – I just posted a way to
   output custom fields in another thread, might help achieve what you’re trying
   to do [http://wordpress.org/support/topic/plugin-contact-form-7-mail-recipient-always-different?replies=2#post-1641672](http://wordpress.org/support/topic/plugin-contact-form-7-mail-recipient-always-different?replies=2#post-1641672)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] Include originating page, or custom field from originating page?](https://wordpress.org/support/topic/plugin-contact-form-7-include-originating-page-or-custom-field-from-originating-page/)
 *  [phycel](https://wordpress.org/support/users/phycel/)
 * (@phycel)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-include-originating-page-or-custom-field-from-originating-page/page/2/#post-1455022)
 * If you want to pass a custom field through the contact form, you need to create
   a custom module for such, or just edit the special-mail-tags.php file in /wp-
   content/plugins/contact-form-7/modules/. The problem with editing that file is
   your edits will be lost when you update. But just to give you a quick solution,
   here’s how you can do it…
 * in the special-mail-tags.php file, add this line of code just before the return
   $output on line 69:
 *     ```
       elseif ( '_post_customfieldname' == $name )
       	$output = get_post_meta($post->ID, 'customfieldname', true);
       ```
   
 * Making ‘customfieldname’ whatever you want the name to be. Make sure you add 
   the custom field to your post with the name you specified and your value.
 * Then in your form settings, add [_post_customfieldname] wherever you want to 
   output that custom field.
 * I would highly recommend creating a separate module php file for such things,
   that way when you upgrade, you can just re-upload your custom module files easily
   to keep your customizations. But this should help you understand how it can be
   done.
 * Good Luck!

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

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