Title: pberger's Replies | WordPress.org

---

# pberger

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

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

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] Show only single post for recurring event on category page](https://wordpress.org/support/topic/show-only-single-post-for-recurring-event-on-category-page/)
 *  Thread Starter [pberger](https://wordpress.org/support/users/pberger/)
 * (@pberger)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/show-only-single-post-for-recurring-event-on-category-page/#post-6164314)
 * Thanks! I missed the setting in the options.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Problem with MailPoet after update to actual version](https://wordpress.org/support/topic/problem-with-mailpoet-after-update-to-actual-version/)
 *  [pberger](https://wordpress.org/support/users/pberger/)
 * (@pberger)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problem-with-mailpoet-after-update-to-actual-version/#post-4726406)
 * I had similar problems and in my case it was a conflict with the ShortCode Ultimate
   Plugin. As support told me they will release a hotfix today or tomorrow to fix
   this problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Incompatible with latest MailPoet version](https://wordpress.org/support/topic/incompatible-with-latest-mailpoet-version/)
 *  Thread Starter [pberger](https://wordpress.org/support/users/pberger/)
 * (@pberger)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/incompatible-with-latest-mailpoet-version/#post-4728819)
 * What generally happens for the second problem: Mailpoet has a signup form with
   the tag [user], Shortcodes Ultimate replaces that part of the form with something
   else.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Incompatible with latest MailPoet version](https://wordpress.org/support/topic/incompatible-with-latest-mailpoet-version/)
 *  Thread Starter [pberger](https://wordpress.org/support/users/pberger/)
 * (@pberger)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/incompatible-with-latest-mailpoet-version/#post-4728768)
 * The second problem (After every entered valid email address an error message 
   appears that email address is invalid) is caused by the function addSubscriber
   in
    [http://plugins.svn.wordpress.org/wysija-newsletters/tags/2.6/helpers/user.php](http://plugins.svn.wordpress.org/wysija-newsletters/tags/2.6/helpers/user.php).
 * If Shortcodes Ultimate is disabled the function will receive the following content
   in the $data parameter:
 *     ```
       Array (
         [user_list] => Array (
           [list_ids] => Array ( [0] => 3 )
         )
         [user_field] => Array ( )
         [user] => Array (
           [email] => foo@bar.com
         )
         [form_id] => 1
         [action] => save
         [controller] => subscribers
         [wysija-page] => 1
       )
       ```
   
 * If Shortcodes Ultimate is enabled the user Array is missing:
 *     ```
       Array (
         [user_list] => Array (
           [list_ids] => Array ( [0] => 3 )
         )
         [user_field] => Array ( )
         [wysija[email]] => foo@bar.com
         [wysija[abs][email]] =>
         [form_id] => 1
         [action] => save
         [controller] => subscribers
         [wysija-page] => 1
       )
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Incompatible with latest MailPoet version](https://wordpress.org/support/topic/incompatible-with-latest-mailpoet-version/)
 *  Thread Starter [pberger](https://wordpress.org/support/users/pberger/)
 * (@pberger)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/incompatible-with-latest-mailpoet-version/#post-4728752)
 * The conflict for the first problem (An error message appears on the page if no
   user is signed in) seems to lie in class Su_Shortcodes function user. If i comment
   out line 1308 MailPoet seems to work again. But still get the invalid email address
   error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shashin] problems after last udate](https://wordpress.org/support/topic/problems-after-last-udate/)
 *  [pberger](https://wordpress.org/support/users/pberger/)
 * (@pberger)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problems-after-last-udate/#post-4146141)
 * I seem to have the same issue. example: [http://b-sides.ch/blog/events/event/1932/](http://b-sides.ch/blog/events/event/1932/)(
   click on the gallery tab).
 * also is it possible to remove the caption using prettyphoto? i include the albums
   with the following function:
 * $shortcode = array(
    ‘type’ => ‘albumphotos’, ‘id’ => $album_id, ‘columns’ =>‘
   3’, ‘size’ => 72, ‘crop’ => ‘y’, ‘order’ => ‘source’, ‘caption’ => ‘n’ ); echo
   ShashinWp::display($shortcode);
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Embed video not working in comments](https://wordpress.org/support/topic/embed-video-not-working-in-comments/)
 *  [pberger](https://wordpress.org/support/users/pberger/)
 * (@pberger)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/embed-video-not-working-in-comments/#post-1785796)
 * I’ve the same problem. Do you have found a solution for this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Embedding direct YouTube URL in comments?](https://wordpress.org/support/topic/embedding-direct-youtube-url-in-comments/)
 *  [pberger](https://wordpress.org/support/users/pberger/)
 * (@pberger)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/embedding-direct-youtube-url-in-comments/#post-1339282)
 * I’ve the same problem. Do you have found a solution for this?

Viewing 8 replies - 1 through 8 (of 8 total)