-
4colourprogress posted on the forum topic BP Album EXIF info in the group BuddyPress Media: 13 years, 5 months ago
@FanQuake I’ve managed to get the EXIF working `function bp_album_exif_info() { echo bp_album_get_exif_info(); } function bp_album_get_exif_info() { $image = bp_album_get_picture_original_url(); $exif = exif_read_data($image, 0, true); foreach ($exif as $key => $section) { foreach ($section as $name => $val) { if($name == ‘ExposureTime’){ echo…[Read more]
-
4colourprogress posted on the forum topic BP Album EXIF info in the group BuddyPress Media: 13 years, 5 months ago
I figured that would be the case! If I don’t switch over to BP media and I manage to get the exif extracting working for bp album + I’ll let you guys know 🙂
-
4colourprogress posted on the forum topic Pagination on bp_album_all_images in the group BuddyPress Media: 13 years, 5 months ago
Cheers dude appreciate the help 😀
-
4colourprogress started the forum topic Pagination on bp_album_all_images in the group BuddyPress Media: 13 years, 5 months ago
I found the template tag for displaying pagination and inserted it into my page, it displays as it should with the correct number of pages which is good. However the page it links to is completely void and doesn’t really make sense Please visit this page and click on the pagination at the bottom to […]
-
4colourprogress started the forum topic BP Album EXIF info in the group BuddyPress Media: 13 years, 5 months ago
Hi guys,
Are there currently any plans to implement the EXIF classes on BP Album + or is it an exclusive BP Media thing? Would be a pretty sweet addition 🙂
Cheers
Chris
-
4colourprogress posted on the forum topic When logging out in the group How-To and Troubleshooting: 13 years, 5 months ago
hmm, have you installed any new plugins recently? could try disabling them one at a time to see if it’s a plugin that’s causing the problem.
-
4colourprogress posted on the forum topic When logging out in the group How-To and Troubleshooting: 13 years, 5 months ago
If you can access the WP-admin try going to settings>permalinks and then just click save changes without changing anything, it could be a permalink issue.
-
4colourprogress posted on the forum topic how to add FAQ page at the botttom of my sign-up page ? in the group How-To and Troubleshooting: 13 years, 5 months ago
Can you not just open up the register.php file put this code in
<div>
<a href="your-url-here">TERMS & CONDITIONS</a>
</div>Then style & position it with CSS
-
4colourprogress started the forum topic Comment box expanding outwards in the group How-To and Troubleshooting: 13 years, 5 months ago
Hi guys, I’ve run into a bit of an issue with my comments, when you click on the reply box it expands out to the right and adds some padding that shouldn’t be there. you can login using the test account here – http://www.pixelcove.co.uk/login USERNAME testaccount PASSWORD pixeltest once logged in please go here and […]
-
4colourprogress posted on the forum topic BP album + organize by albums in the group How-To and Troubleshooting: 13 years, 5 months ago
Hi Chris,
Member albums is not a feature of BP Album + however it is a feature of the next big release (1.9), you can download a nightly release of the plug-in from the link below but be aware that the plug-in isn’t finished yet and may contain bugs.
https://code.google.com/p/buddypress-media/downloads/list
Cheers
Chris
-
4colourprogress posted on the forum topic More Images from User in the group BuddyPress Media: 13 years, 6 months ago
Hi Foxly, I’m basically just wondering if there’s an already pre-determined function to sort the images using this section of code from the all-images.php template
$args=20; $args='DESC'; $args='id'; // Can also use 'random' to shuffle images, but will make site much slower $images_per_row = 4;
So instead of DESC you would have like ID… -
4colourprogress started the forum topic More Images from User in the group BuddyPress Media: 13 years, 6 months ago
Is there a way to modify the bp_album_sitewide template to sort images by user? I’m trying to add a section to the single.php that can display a box that contains more works by that user.
I’m using the 0.1.8.9 version
-
4colourprogress posted on the forum topic Strange Spacing in the Header Area in the group Creating & Extending: 13 years, 6 months ago
Thanks for the reply! Yeah it was a mismatch between the padding and container divs, looks like I’m going to have to go through the BP template pack files and make it more consistent 😀 thanks.
-
4colourprogress started the forum topic Strange Spacing in the Header Area in the group Creating & Extending: 13 years, 6 months ago
Hi Guys, I’m having some CSS issues that I need help with! If you visit the page below you can see that the spacing between the navbar and content is just about right. http://www.pixelcove.co.uk/4colourprogress/gallery/ Now visit this link (below) there is a clear difference in height between the two and I’m not sure what’s causing […]
-
4colourprogress joined the group Creating & Extending 13 years, 6 months ago
-
4colourprogress posted on the forum topic Setting up GD Ratings to work with BP Album+ in the group BuddyPress Media: 13 years, 6 months ago
Hi Tim, If you only want to use the rating system with bp album I would avoid using GD ratings as it’s a massive server hog and will slow you down, not to mention way overcomplicated for what we need it for. In the end I found this lightweight and simple to install script which […]
-
4colourprogress posted on the forum topic Displaying Users Points in Member Header.php in the group Achievements: 13 years, 7 months ago
I found the solution on another post, used this bit of code and it works perfectly now 🙂
displayed_user->id ); ?>
-
4colourprogress posted on the forum topic Displaying Users Points in Member Header.php in the group Achievements: 13 years, 7 months ago
Thanks Bowe! That was the code I started with but it still doesn’t seem to work….
http://www.pixelcove.co.uk/members/4colourprogress/
As you can see when you’re not logged in it says the User Score is 0 even though my profile has unlocked 4 achievements….. lol puzzling!
Cheers
Chris
-
4colourprogress posted on the forum topic Displaying Users Points in Member Header.php in the group Achievements: 13 years, 7 months ago
Hi Paul,
Thanks for the quick reply! I changed the code to this
displayed_user->id ); ?>
However It still displays my current score, maybe I didn’t explain it well enough.
When you visit a members profile I want it to display that members score, not the logged in users, any ideas?Cheers
Chris
-
4colourprogress started the forum topic Displaying Users Points in Member Header.php in the group Achievements: 13 years, 8 months ago
I’m trying to display the users number of points in the member header.php and I’m currently using the following tag
ID ); ?>
However when visiting any members page it just tells me how many points I have and not that member! does that make sense? Just wondering if there is a different template tab […] - Load More
@4colourprogress
Not recently active