-
justbishop posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
@alanchrishughes: could you not hardcode everything but the Log Out in that menu? I thought all of those items had actual URLs, they just each include the current logged in user’s @user name. You could grab that by using bp_displayed_user_username() in the link with the rest hardcoded, couldn’t you? It’s a bit janky and static, but it […]
-
justbishop posted on the forum topic GivingSports.com in the group Gallery: 14 years, 3 months ago
Ahhhh, I see! So people have to pay to be able to join a group? That is pretty wicked! What a neat idea for a site π
-
justbishop posted on the forum topic Displaying Content of Custom Field in Activity Stream in the group How-To and Troubleshooting: 14 years, 3 months ago
@nuprn1: thanks so much, I’ve been working with the Sitewide Tags plugin so much lately that I forgot about having to do a switch!
OK, so, I’m still pretty lost, but I did try :/
http://pastebin.com/ShsCiyFC -
justbishop posted on the forum topic Displaying Content of Custom Field in Activity Stream in the group How-To and Troubleshooting: 14 years, 3 months ago
Also, what would be the correct values? As you can see, I’ve hit the point of being completely lost as to where to go next, lol!
-
justbishop posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
@alanchrishughes: I see now π
That should be interesting if you can get the login stuff working!
-
justbishop posted on the forum topic LOVINGFUTBOL.COM in the group Gallery: 14 years, 3 months ago
Looks awesome! I wish I could read Spanish. I’ve got a vague idea of what’s what, though. Thanks for the home page inspiration (I’m already thinking of redoing mine, lol!)
-
justbishop posted on the forum topic GivingSports.com in the group Gallery: 14 years, 3 months ago
Looks good, but I got the following errors at the “accept-invitation” link you posted:
Warning: Division by zero in /home/givingsp/public_html/wp-content/themes/fishbook-buddypress-buddypack/registration/register.php on line 359
Warning: Division by zero in…[Read more]
-
justbishop posted on the forum topic ClothUnderground.com β βLaunchingβ Tomorrow in the group Gallery: 14 years, 3 months ago
“Mark as Favorite” icon has now been moved into the admin bar, and only displays on child site posts (it’s used to power a “wishlist” feature for items from the shops of my child sites). π
-
justbishop posted an update 14 years, 3 months ago
@linusf Thanks π
The groups under members’ avatars is just a cloned and modified version of the default BP groups widget, and then I widgetized the area on member-header.php and wrote some CSS for sizing the icons and positioning them. There should be a couple of threads floating around, I just finished it the other day.
-
justbishop posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
Eep! Nevermind, I figured it out. I was missing an ending parenthesis π
-
justbishop posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
@alanchrishughes: when I reread that, I wondered if you meant that your code adds a second admin bar. If that’s the case, then that’s not really what I’m after π Trying out @JediSthlm‘s bp-custom.php code, but keep getting UNEXPECTED “:” errors about my giant “if” line here (the one about logged in, is_single, and tags):…[Read more]
-
justbishop posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
Thanks, I’ll give that a try π
-
justbishop posted a new activity comment 14 years, 3 months ago
hmm?
-
justbishop posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
Ah, thanks π
So some form of that just goes into bp-custom.php, then?
-
justbishop posted on the forum topic Web Shop or E-Commerce with BP in the group How-To and Troubleshooting: 14 years, 3 months ago
Are you guys wanting the main site of a WPMU install to be the shop, the child sites to be their own individual shops, or both? I use eShop on my site (http://www.clothunderground.com), which I use on the main site to sell terms for child sites, and then the child sites also use eShop to […]
-
justbishop posted on the forum topic Displaying Content of Custom Field in Activity Stream in the group How-To and Troubleshooting: 14 years, 3 months ago
I know this is going to sound idiotic, but…which part is the value? $blog_id and $post_id? :blush:
ping @nuprn1
-
justbishop posted on the forum topic Interested in the "Most Favorited" Widget! in the group Favorite Post Sitewide: 14 years, 3 months ago
Aw, well poop! I wish I had the ninja skillz to help you, but alas, I am fairly skillz-less, lol!
-
justbishop posted on the forum topic Adding menu items to the admin bar in the group How-To and Troubleshooting: 14 years, 3 months ago
@alanchrishughes: Thanks for the reply π
Is there any way you could pastebin the code? It looks like the forum may have mangled it a bit.
-
justbishop posted on the forum topic Interested in the "Most Favorited" Widget! in the group Favorite Post Sitewide: 14 years, 3 months ago
ping @nahummadrid π
-
justbishop posted on the forum topic Displaying Content of Custom Field in Activity Stream in the group How-To and Troubleshooting: 14 years, 3 months ago
@nuprn1: eek! That gave me this error about entry.php:
Parse error: syntax error, unexpected T_DOUBLE_ARROW in path/stuff/here/entry.php on line
- Load More
@justbishop
Active 9 months, 2 weeks ago
Oh thats a nice solution! However I think it’s a bit to complicated for me to achieve right now. I’ll keep it in mind as my skills increases π
It’s actually not too bad…I posted the widget code here:
https://buddypress.org/community/groups/gallery/forum/topic/clothunderground-com-launching-tomorrow/
and you can learn how to widgetize an area of a template file here:
http://www.themelab.com/2008/04/18/see-how-easy-it-is-to-widgetize-wordpress-themes/
π