The Gal
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Calling Image URL from Profile FieldTHANK YOU SO MUCH!!!! That pretty much did it! I ended up needing to add the absolute path to the upload site as well, so this is what I ended up with:
function store_banner() { ?>
<div class="storebanner">
<img src="https://www.pureplayhaven.com/wp-content/uploads/<?php bp_member_profile_data('field=Banner Image'); ?>" />
</div>
<?php }
add_action('bp_before_member_header','store_banner');
And that did the trick!
Thank you so much!!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Calling Image URL from Profile FieldTHANK YOU SO MUCH!!!! That pretty much did it! I ended up needing to add the absolute path to the upload site as well, so this is what I ended up with:
function store_banner() { ?> <div class="storebanner"> <img src="https://www.pureplayhaven.com/wp-content/uploads/<?php bp_member_profile_data('field=Banner Image'); ?>" /> </div> <?php } add_action('bp_before_member_header','store_banner');
And that did the trick!
Thank you so much!!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Calling Image URL from Profile Fieldlol Oh dear, my apologies for being confusing.
What I would like is for every member to be able to upload an image and that image displays on their profile, in the profile header. Basically like a FB Timeline photo.
I’ve already coded out the place I want the uploaded image to be and threw in a sample image for testing purposes, but I’m still trying to figure out how to output the uploaded image url outside the usual profile field output list.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Calling Image URL from Profile FieldHello there!
First off, thank you so much for the reply! Secondly, I’m so sorry it took so long for me to reply as well. This project got stuck on a back burner due to other unrelated issues arising.
OK, so thank you for the bit of code! It pulls the url instead of the image perfectly in the normal field.
However, what I’m wanting is to pull that url outside of the field and not show the field in the normal profile list at all.
I’ve already put together the basic php for where I want to pull it. You can see the mock-up here: https://www.pureplayhaven.com/members/Afton/profile/
The banner image is the uploaded image from your plugin, but I’m just using the actual url and it’ll be showing up on all the profiles, so obviously that isn’t going to work. lol
Do you have any hints on how to achieve what I’m going after?
Thanks so much!!
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Multi-User?Hi,
Sure thing! I’m gonna keep playing with it for a bit, but I’d be glad to review it. ??
Yes, for multi-user that would be perfect! It sounds amazing. Thank you so much!
Well, I guess I really just mean multi-user when I talk about BuddyPress functionality. I do plan on creating pages with every user’s auctions to go on their BuddyPress profile page, but I’m pretty sure that would be qualified as nearly a plugin to itself. That part I’ll be doing myself. All I need is a multi-user function and I can make the rest happen myself.
Thanks so much!
No, I was using it in a post. ?? Glad it’s working for you in the post! Shame it’s not in the sidebar though…
You rock!!! Thank you so much! Absolutely perfect!
Forum: Plugins
In reply to: [YOURLS Link Creator] what is this madnessHey there, I am having the exact same problem. What ended up being the issue here?
Nope, never did, I’m very sorry to say. I ended up making a new page entirely dedicated to videos and skipped integrating NGG and videos altogether.
Forum: Plugins
In reply to: [Stray Random Quotes] PHP errors with debug modeI’m having the same problem! Did this ever get resolved?
OK, so, it seems to be working OK now.
Basically, I just kept upping the memory limit and ended up at 180m. Also, I had to re-upload some of the larger images.
Although this was the FIRST fix I went to, it seems that I didn’t take it far enough to start with.
Sir, you are a genius. I just used your code as well and it worked so well, I quite literally exclaimed aloud with joy. ?? THANK YOU for sharing your work!!!
Whew! How is it that I spend all day (as in, 6 hours) working on these issues and all at once I start finding the causes myself? Heh!
Background fixed now. Still leaves the thumbnails and the rotations to be solved.
OK, fixed the issue with my effects options not saving… Turns out it was a NGG plugin issue. Never thought to look there when it was MADE for NextGen. But anyway, that one’s fixed.
Also fixed the background issue on the gallery page in IE, but not in Chrome. I hacked the code for the gallery to make it show up different, but I used only NGG’s own templates to do it. ?? Very confusing.
So, the thumbnails and the rotations are still not saving, and the background on the front page is still missing.
Also, though I’ve no idea if this is a related issue, in IE and Chrome my page background is utterly missing. It’s like the entry/content box’s background just vanished and you can see the background of the site. I tried floating the overall div, but that only fixed Firefox (which previously had the same issue). More fiddling with the css didn’t get me anywhere, nor did Googling over and over again.
Thanks so much!!