Title: Jonas Lundman's Replies - page 3 | WordPress.org

---

# Jonas Lundman

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 77 total)

[←](https://wordpress.org/support/users/intervik/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/intervik/replies/?output_format=md) [2](https://wordpress.org/support/users/intervik/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/intervik/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/intervik/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/intervik/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/intervik/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize Snapshots] Is this plugin replaced? Interface gone in WP 4.9.5](https://wordpress.org/support/topic/is-this-plugin-replaced-interface-gone-in-wp-4-9-5/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [8 years ago](https://wordpress.org/support/topic/is-this-plugin-replaced-interface-gone-in-wp-4-9-5/#post-10253540)
 * And yes, the javascript is loaded in header:
 *     ```
       <script type='text/javascript' src='http://localhost/komfortkonsult/wp-content/js/customize-snapshots.min.js?ver=4.9.5'></script>
       <script type='text/javascript'>
       wp.customize.snapshots = new wp.customize.Snapshots( {"inspectLink":"","title":"","previewingTheme":"","i18n":{"title":"Title","savePending":"Save Pending","pendingSaved":"Pending Saved"}} );
       </script>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize Snapshots] Is this plugin replaced? Interface gone in WP 4.9.5](https://wordpress.org/support/topic/is-this-plugin-replaced-interface-gone-in-wp-4-9-5/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [8 years ago](https://wordpress.org/support/topic/is-this-plugin-replaced-interface-gone-in-wp-4-9-5/#post-10253501)
 * Hi
 * Yes there is a console error. Stupid of me to miss that, but I didnt remember
   that customizer is more a javascript app rather then rendered by PHP…
 * 2 errors found:
 * **
    TypeError: wp.customize.Snapshots is not a constructor[Learn More] customize.
   php:166:26
 *     ```
       wp.customize.snapshots = new wp.customize.Snapshots( {"inspectLink":"","title":"","previewingTheme":"","i18n":{"title":"Title","savePending":"Save Pending","pendingSaved":"Pending Saved"}} );
       ```
   
 * **ReferenceError: CustomizeSnapshotsFrontend is not defined:**
 *     ```
       <script type='text/javascript'>
       CustomizeSnapshotsFrontend.init( {"uuid":"e3b7a2ed-e59b-4913-b1a9-31cde91bf5d6","home_url":{"scheme":"http","host":"localhost","path":"\/komfortkonsult\/"},"l10n":{"restoreSessionPrompt":"It seems you may have inadvertently navigated away from previewing a customized state. Would you like to restore the changeset context?"},"confirmationMsg":"Are you sure that you want to publish the Changeset?"} )
       </script>
       ```
   
 * Tested on Twentyfifteen, no plugins – only this, everything lastes update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize Snapshots] Is this plugin replaced? Interface gone in WP 4.9.5](https://wordpress.org/support/topic/is-this-plugin-replaced-interface-gone-in-wp-4-9-5/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [8 years ago](https://wordpress.org/support/topic/is-this-plugin-replaced-interface-gone-in-wp-4-9-5/#post-10252466)
 * Hi and thanks for a quick response!
 * I tried: `add_filter('customize_changeset_branching', '__return_true');` on top
   of functions.php (not within any hook) to call this early. But no visual changes
   in this plugin appears. This is wat I got in the customizer:
 * The blue Publish button has a settings icon, when clicking, a new slided panel
   shows with the following “Action”:
 * Publish
    Save Draft Schedule
 * Share Preview Link: (some notes) and a read only field with the link and a Copy
   button.
 * Thats it, no title field or anything else.
 * **Install on older versions:**
 * On _another_ version of WP with Twentysixteen 4.8.6 this plugin does not show
   any icon or dropdown on the blue publish button at all, but the admin post list
   changesets are active. So the plug is running.
 * M I missing something here?
    **My objectives are:** I would like the title field
   to appear in the customizer before saving drafts.
 * Thanks for your time so far
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media manager do not auto load more items, always 39](https://wordpress.org/support/topic/media-manager-do-not-auto-load-more-items-always-39/)
 *  Thread Starter [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/media-manager-do-not-auto-load-more-items-always-39/#post-3787636)
 * Mark as reSolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Moderation] [Plugin: BuddyPress Moderation] Not working with BP 1.6.1 WP 3.4.2](https://wordpress.org/support/topic/plugin-buddypress-moderation-not-working-with-bp-161-wp-342/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-buddypress-moderation-not-working-with-bp-161-wp-342/#post-3051841)
 * Using WordPress 3.5.1 and BP Version 1.6.4 with Clean Buddypress theme default
   and the fix still works. However,
 * TIP
 * Turn error reporting all ON and DEBUG on, I think there is a NOTICE of a unknown
   index in the plugin backend settings. Fix that Notice, otherwise the CUSTOM QUERY
   Link wont show up or work.
 * It might also create other problems Im not aware of.
 * BP Version 1.7, sorry, 80% of my other plugins wont work and this Great plugin
   might have to be rewritten.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Gifts Rebirth] UPDATE COMING SOON – This Week!](https://wordpress.org/support/topic/update-coming-soon-this-week/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/update-coming-soon-this-week/#post-3500337)
 * Great! We need more interacitve user stuff to BP. I read this when we turned 
   the April plugin on for a client who needed a little bit more edge. SO TOTALLY
   right to int. with Achievements.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BP Menus] Count-options for menus](https://wordpress.org/support/topic/count-options-for-menus/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/count-options-for-menus/#post-3187564)
 * Is this plugin gone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Follow] [Plugin: BuddyPress Followers] Amazing Plugin](https://wordpress.org/support/topic/plugin-buddypress-followers-amazing-plugin/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-buddypress-followers-amazing-plugin/#post-3071067)
 * This plugin must become a part of the core.
 * Followers AND Follow ME is NOT the same plugin. It scary close, and the winner
   is Followers. I use it on latest WP 3.5.1 and BP 6.4.
 * Works without errors (Notices) (Follow ME has problems)
    Shows Your nr of follow/
   followers in main menu, not in the sub menu, MEANS you can use this on a dating
   site like “Interested in, Interested in me” or “Bookmarked users/ Bookmarked 
   me” etc etc.
 * This (as many other plugins) gonna die with 1.7 version of BP. Please please 
   keep this Follow version plug alive. Make it premium or whatever. We pay!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Custom Profile Menu] It's not adding the core tabs](https://wordpress.org/support/topic/its-not-adding-the-core-tabs/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/its-not-adding-the-core-tabs/#post-3172343)
 * Someone konows?
 * Where can I find a :
 * Logged in user Buddypress components menu – wherever I go on the page, including
   visiting another member – like the menu on the right top in the toolbar/ wpadmin
   bar/ or whatever that named. My clients or I cant use a non responsive solution
   like the toolbar, and Its impossible to customize. So that will be turned off.
   But I still need a menu for the “home components” of a logged in user somewhere.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BP GTM System] Problems working with plugin BuddyPress Activity Plus](https://wordpress.org/support/topic/problems-working-with-plugin-buddypress-activity-plus/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/problems-working-with-plugin-buddypress-activity-plus/#post-3225731)
 * Could any describe whats the problem with a plus/ happening or Not happening 
   with the Activity plus plugin? I have digged into A plus a lot and might help
   out, couse I gonna start using BP GTM / test it soon on singla install. Every
   angle or issues make it easier for me to fix for my own sake/ project. Activity
   plus is a lightweight plug and I suppose It´s easier to fix that one instead 
   of digging into this bigger babe.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Message Attachment] Mispellings throughout](https://wordpress.org/support/topic/mispellings-throughout/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/mispellings-throughout/#post-3183249)
 * When fixing this, maybe clean the mark up as well by adding a class to the label,
   and remove the br tags. Use always css for layout. Label display block for new
   lines. The em tag is not needed if the label has a class. capture in a small 
   tag is not semantic either. Use Label small – font style italic.
 * This is an exellent plug and rating it five stars even if the delete is not working
   for me. Its very useful and seems light in the logic of code. This is how buddypress
   developes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Message Attachment] replies no uploads, never deletes](https://wordpress.org/support/topic/replies-no-uploads-never-deletes/)
 *  Thread Starter [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/replies-no-uploads-never-deletes/#post-3251921)
 * Never mind the reply, it works fine now fixing the js. The attachments still 
   dont removes when deleting though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Message Attachment] No attachment in the message at the receipient side](https://wordpress.org/support/topic/no-attachment-in-the-message-at-the-receipient-side/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/no-attachment-in-the-message-at-the-receipient-side/#post-3139348)
 * Good work. Any donation links to keep this updated? And one question, where does
   the attachments saved, and how are they removed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BP Checkins] Default Activity stream map zoom](https://wordpress.org/support/topic/default-activity-stream-map-zoom/)
 *  Thread Starter [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/default-activity-stream-map-zoom/#post-3168786)
 * THX
    We experiment with the core files and reporting any interesting requests
   back for the plug.
 * Closing topic.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Activity Plus] [Plugin: BuddyPress Activity Plus] Auto-Rename Uploaded Pictures](https://wordpress.org/support/topic/plugin-buddypress-activity-plus-auto-rename-uploaded-pictures/)
 *  [Jonas Lundman](https://wordpress.org/support/users/intervik/)
 * (@intervik)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-buddypress-activity-plus-auto-rename-uploaded-pictures/#post-2625548)
 * There is a way to go in the core file files_upload.php in lib folder
 * $filename = sanitize_file_name($filename);
 * I replaced this $filename = “my-prefix-“.mt_rand(1, 999).”-ID”.bp_get_activity_user_id();
 * This is to remove the users own filename so it get more private community. (eg
   No Holliday with Karl and sofie Ericsson at Paris)
 * But all the numbers added, sholud be in this func as well.
 * / hop it help a little

Viewing 15 replies - 31 through 45 (of 77 total)

[←](https://wordpress.org/support/users/intervik/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/intervik/replies/?output_format=md) [2](https://wordpress.org/support/users/intervik/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/intervik/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/intervik/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/intervik/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/intervik/replies/page/4/?output_format=md)