Anton
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Group Documents] icon issue with V1.0It might be something I did, but both 1.0 and 1.1 complained about the loader file and I had to manually upload them from my local machine. But I see now that I was wrong about the file name (and I should have posted that separately, as well as the translation links, sorry).
Forum: Plugins
In reply to: [BP Group Documents] icon issue with V1.0Forum: Plugins
In reply to: [BP Group Documents] icon issue with V1.0Things go very fast now.. Updates get broken.. Please search/replace all occurances and correspoding file names before posting update. E.g. row 74 of loader.php where wrong file is being requested.
Forum: Plugins
In reply to: [BP Group Documents] icon issue with V1.0Apparently new path names: Change from /buddypress-group-documents/images/icons/picture.png to /bp-group-documents/images/icons/picture.png
(row 584 in classes.php)
Forum: Plugins
In reply to: [BP Members Avatar map] Seems this plugin is dead :-(Sound lovely! Anyone know if there is a similar plugin (or maybe even within this one?) that adds map support for BP Groups too?
Forum: Fixing WordPress
In reply to: Fatal Error during update to 3.6 (undefined function)Thanks pumka, that dit it for me too.
I just managed to get my network working by changing some values in phpMyAdmin after deployment, most notably the wp_site and wp_blogs tables. Also siteurl, home and fileupload url in wp_sitemeta must be correct (don’t remember if it was, will have to redo the process to find out).
I also made sure the correct php code was present in the config file.
Otherwise, it seems like all tables are exported so just making sure these values matches the new domains/URLs seems to be the issue(?)
Hope that helps in debugging this.
Forum: Plugins
In reply to: [Invite Anyone] Invite only "root" site members (not other sub site members)?I guess I “solved” it myself: I added
$query['blog_id'] = 1;
to the __construct method of the class Invite_Anyone_User_Query (around line 271).Maybe just defaulting to blog_id ‘1’ instead of ‘NULL’ elsewhere would be cool? Or have this as an option somewhere. Just a thought..
Forum: Plugins
In reply to: [Invite Anyone] Swedish translationJust noticed “You can invite a maximum of 5 people at a time.” is not translatable..?
Forum: Plugins
In reply to: [Theme My Login] Log out not workingFYI, I just noticed that it works for me on my dev install but not on the live site. I seem to have the same wpnonce value on both these sites though so it might be that the value just isn’t valid when trying to logout from the live site? Just a thought..
Forum: Plugins
In reply to: [Theme My Login] Log out not workingSame issue here. Reverting to 6.2.3 (which I had before) seems to work fine.
Forum: Plugins
In reply to: [Invite Anyone] Swedish translationHm, some strings relate to Friends functionality being active (which I don’t have active) so maybe those strings could be made more neutral, for ppl like me? ?? Just a thought.
Forum: Plugins
In reply to: [User Switching] $members_template not needed after upgrading to BP 1.7?Sorry, my bad. Just noticed the above mentioned suggestion was a bad idea? – it moved the problem with “0” as user id to the members listing page instead. What works is this combo:
if ( !empty( $members_template ) && !$bp->displayed_user->id )
Forum: Plugins
In reply to: [Network Shared Posts] No content appears, only titlesDito here. Would be awesome to show more than titles again.
All I know is that calling it using eventorganiser_list_events(false) avoids the error for me.