-
mercime replied to the forum topic Did the recent upgrade render some CSS and PHP files out-of-date? in the group How-To and Troubleshooting 13 years, 1 month ago
@tntag r-a-y has just updated this page https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/ If you’re importing CSS from bp-default theme, then you just need to adjust styles in your […]
-
naijaping replied to the forum topic Is there any way I can hide page titles? in the group How-To and Troubleshooting 13 years, 1 month ago
@tntag, in your style.css , at the bottom, put .pagetitle{display:none ! important;} thats it. you are done.
regards
-
foxly replied to the forum topic Changing the way users are cataloged in the 'uploads' directory. in the group BuddyPress Media 13 years, 2 months ago
0.1.9 already has voting and “sort-by-vote” capability.
Keep in mind though, making the voting process resistant to cheating is incredibly database-intensive, because the site has to store every […]
-
foxly replied to the forum topic Changing the way users are cataloged in the 'uploads' directory. in the group BuddyPress Media 13 years, 2 months ago
Actually, BP-Album+ already has this capability. Here’s how to use it:
http://code.google.com/p/buddypress-media/wiki/UsingTheGlobalMediaPage
Thanks!
^F^
-
foxly replied to the forum topic Changing the way users are cataloged in the 'uploads' directory. in the group BuddyPress Media 13 years, 2 months ago
This would be problematic for several reasons:
1) Users can change their names
2) User names in I18n systems could contain characters that are illegal in the server’s file system
3) User names can […] -
mercime replied to the forum topic How do I hide page titles, and edit which pages show up on my nav bar? in the group Miscellaneous 13 years, 2 months ago
@tntag Good for you 🙂 and thanks for sharing your discovery, didn’t know that.
Cheers! Kampai! Salud!
-
mercime replied to the forum topic How do I hide page titles, and edit which pages show up on my nav bar? in the group Miscellaneous 13 years, 2 months ago
@tntag two things:
1. In your nav code above, You inserted the for FAQ page before thefor the multisite blogs link
2. More importantly, […] -
mercime replied to the forum topic How do I hide page titles, and edit which pages show up on my nav bar? in the group Miscellaneous 13 years, 2 months ago
@tntag what links do you want to delete from your main nav? If it’s one of the BP components – members, groups, forums – then delete the lines referring […]
-
mercime replied to the forum topic How do I hide page titles, and edit which pages show up on my nav bar? in the group Miscellaneous 13 years, 3 months ago
@tntag site url or screenshot of the problem?
-
mercime replied to the forum topic How do I hide page titles, and edit which pages show up on my nav bar? in the group Miscellaneous 13 years, 3 months ago
@tntag just to confirm, did you create a child theme of bp-default theme or are you using WP theme with BP Template Pack? If you did create a child theme […]
-
foxly replied to the forum topic BP Album+ and WP Photo Album Plus – Can there be harmony? in the group BuddyPress Media 13 years, 3 months ago
We’re putting together a page on our Google Code site to try and give users more of an overview of the project’s schedule. Take a look at […]
-
foxly replied to the forum topic BP Album+ and WP Photo Album Plus – Can there be harmony? in the group BuddyPress Media 13 years, 3 months ago
This would be very complicated to do in BP-Album 0.1.8.x, it could be relatively easy to do in BP-Media 0.1.9.x depending on how we end up building […]
-
foxly replied to the forum topic Fatal error occured while tryning to delete a user in the group BuddyPress Media 13 years, 3 months ago
We’ve tried and tried and can’t replicate this […]
-
FanQuake posted on the forum topic Fatal error occured while tryning to delete a user in the group BuddyPress Media 13 years, 3 months ago
Are you guys running WP multisite installs?
-
foxly posted on the forum topic Fatal error occured while tryning to delete a user in the group BuddyPress Media: 13 years, 4 months ago
-
foxly posted on the forum topic Having trouble linking to images on another user’s account in the group BuddyPress Media: 13 years, 5 months ago
@tntag The BP-Album 0.1.8.9 media page will create a gallery from whatever combination of users, media items, and sorting parameters you set in the template. There are detailed examples on the wiki page I listed earlier. It does not have “slide show” functionality, although if you understand how to code in PHP you could probably add […]
-
foxly posted on the forum topic Having trouble linking to images on another user’s account in the group BuddyPress Media: 13 years, 5 months ago
@tntag Excellent. Here’s what’s going on: a) The first screen cap you posted is the WordPress blog post media editor. In a typical install the admin uses that interface to create blog posts for the entire site. BP-Album/Media does not exchange images with WordPress’ internal media system because (last we checked) the internal media system doesn’t […]
-
foxly posted on the forum topic Having trouble linking to images on another user’s account in the group BuddyPress Media: 13 years, 5 months ago
The functionality you’re describing *doesn’t exist* in BP-Album+ or BP-Media. It sounds like you’re confusing our plugin with the WordPress admin post editor.
Please take some screen captures of what you’re seeing, post links to them, and I’ll try to figure out what you’re doing.
Thanks!
^F^
-
foxly posted on the forum topic Having trouble linking to images on another user’s account in the group BuddyPress Media: 13 years, 5 months ago
@tntag I’m not sure I understand your question …are you: a) Trying to build a “gallery” of your user’s images by manually pasting the links from the images into some sort of hand-built web page? If so, you should be using the Global Media Page template functions http://code.google.com/p/buddypress-media/wiki/UsingTheGlobalMediaPage b) Trying to…[Read more]
-
foxly posted on the forum topic Accessing other users' pictures for admin purposes in the group BuddyPress Media: 13 years, 5 months ago
@tntag In BP-Album+, the administrator has “superuser” privileges. So when an admin visits a user’s profile, they have the same abilities that user would have. You can rename, mode, delete, and edit files just as if you were that user. Also, you have a special “restrict to admin” privacy setting for images, so if you set […]
@tntag
Not recently active