creativesinside
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Smiley's/Emojis not appearing in commentsHow did you eventually fix this? I have the same issue.
Forum: Plugins
In reply to: [GEO my WP] Plugin not working at allHaving the same issues! Brand new install of WordPress!
Thanks!
Forum: Plugins
In reply to: [Geo Mashup] global map is loading website instead of mapDitto!
Forum: Plugins
In reply to: [BuddyPress Follow] Avatar in Notification Stream$text = sprintf( __( ‘%s is now following you’, ‘bp-follow’ ), bp_core_get_userlink( $item_id ), bp_activity_avatar(array(‘user_id’ =>$item_id)) );
Forum: Plugins
In reply to: [Default Featured Image] Feature request – default images by categoryThanks!
Forum: Plugins
In reply to: [BuddyPress Follow] Avatar in Notification StreamI think I figured it out by switching $user_id with $item_id
??
Hopefully that helps someone out in the future.
Forum: Plugins
In reply to: [BuddyPress Follow] Avatar in Notification StreamI tried this in bp-follow-notifcations.php
$text = sprintf( __( ‘%s is now following you’, ‘bp-follow’ ), bp_core_get_userlink( $item_id ), bp_activity_avatar(array(‘user_id’ =>$user_id)) );
Not working ??
Forum: Plugins
In reply to: [BuddyPress Follow] profile image on followers pageAnyone have any advice? Still stuck.
Forum: Plugins
In reply to: [BuddyPress Follow] profile image on followers pageI am using: <?php echo bp_post_author_avatar( array( ‘user_id’ => $user_id ) ); ?>
However it is displaying my own avatar, not the avatar of the new follower.
??
Forum: Plugins
In reply to: [BuddyPress Follow] profile image on followers pageHowever if the notification is “This User is Following You” wouldn’t the userid have to come from BuddyPress Followers? Thanks!
Forum: Plugins
In reply to: [BuddyPress Follow] Template HierarchySOLVED:
Inside plugins/buddypress_followers/_inc/templates/buddypress/member/single
Custom template file: follow.php
??
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Can't Delete UsersIt just refreshes to the homepage and none of the members are erased… it appears as though the usermeta table is damaged during the migration.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Can't Delete All-In-One Migration FolderThank you! I will try and report back!
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Can't Delete All-In-One Migration FolderI have tried through SSH to erase the files.
One of them is in all-in-one-wp-migration/backups
It is: index.php
-bash-4.1$ rm index.php
rm: remove write-protected regular file `index.php’? yes
rm: cannot remove `index.php’: Permission deniedAs well through SSH it won’t allow me to change the permission:
-bash-4.1$ chmod 777 index.php
chmod: changing permissions of `index.php’: Operation not permittedThanks!
Having the same issue … I am using Plesk 12 …
When I go to SSH and run: chown -R www-data:www-data wp-content
It says: chown: invalid user: `www-data:www-data’