-
Number_6 started the topic WP theme support for sidebar.php in the forum How-to & Troubleshooting 8 years, 4 months ago
Hi folks,
BP: Version 2.6.1.1
WP: Version 4.5.3
Excuse me if I’ve missed something obvious, but I’m unclear on how to set certain template files for BP in my WP theme. I understand the template hierarchy – /my-theme/buddpress/members etc, but I’d like to work with files in the theme root like sidebar.php. When I upload to /my-theme/buddypress…[Read more] -
Number_6 started the topic Calling user and group IDs within activity items in the forum How-to & Troubleshooting 9 years, 9 months ago
My Java whiz kid friend wants to scrape data from the main activity stream for an applet and we need to distinguish who posted what and in what group by echoing the IDs of both in each activity item.
I hate asking questions like this here, and I wouldn’t if I hadn’t already tried everything I found.We simply need to print the IDs after or before…[Read more]
-
Number_6 replied to the topic Where's the javascript that expands whats-new-content? in the forum How-to & Troubleshooting 9 years, 9 months ago
@sbrajesh Sorry for the delay.
That works perfectly. Although I have to let you know that I specified with CSS that the form should be a fixed height, already (patch up job), so that may effect those two lines you gave me.
-
Number_6 replied to the topic Where's the javascript that expands whats-new-content? in the forum How-to & Troubleshooting 9 years, 9 months ago
Thanks for the exchange, @danbp and @henrywright
Maybe I’ve driven myself to exhaustion, but I’m finding it hard to make use of the information danbp provided. -
Number_6 started the topic Plugin directory pagination broken in the forum Miscellaneous 9 years, 9 months ago
That’s all I know. It’s probably really simple because all of the page links link to the current page. Funny thing, though, it only happened when I navigated to page 2.
-
Number_6 replied to the topic Where's the javascript that expands whats-new-content? in the forum How-to & Troubleshooting 9 years, 9 months ago
Hey @henrywright
That did appear to be it, but it must also exist in another js file. I’m not very familiar with BP’s theme structure, but isn’t the legacy folder referred to where other files don’t have a reference, or something like that?
Thanks for the speedy response.
-
Number_6 started the topic Where's the javascript that expands whats-new-content? in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi,
When one clicks on the input field on the activity box, it expands. This is really annoying when adding extra forms to the div. I’ve been asking on and off for years how to rid my buddypress of it, and I get no help. I once got around it by fixing the height of the div, but that’s a limited solution. I need to find the javascript that’s…[Read more]
-
Number_6 replied to the topic Group Photo saving but not updating in the forum How-to & Troubleshooting 9 years, 9 months ago
Oh dear, @danbp Sorry to waste your time. I was using it because I downloaded it from a 3rd party source. Gotta stop doing that.
Thanks. Think I’ll consider hiring a hand to update it. I like it’s lightweight coding.
-
Number_6 started the topic Group Photo saving but not updating in the forum How-to & Troubleshooting 9 years, 9 months ago
Hi folks,
Fresh install. Only 3 other plugins installed which I deactivated. The software saves 150px and 50px versions of the cropped photo, but the associated image doesn’t change despite a notice reporting it has. I’m using WP-Framework theme. I haven’t changed anything only to add my own vertical menu and change the width of the wrap.
I have…[Read more] -
Number_6 started the topic Plugin Proposal: User CSS (DIY instructions incl.) in the forum Creating & Extending 9 years, 9 months ago
Hi folks,
For my own purposes I simply added a custom (multiline) profile field and then put this in my main theme’s header:
<style type="text/css">
<?php echo bp_profile_field_data ('field=Your CSS'); ?>
</style>I don’t know how to do the plugin thing, but folks who can’t make it this far with PHP and all that will appreciate a…[Read more]
-
Number_6 replied to the topic Check value of profile field – displaying images in profile *if* in the forum How-to & Troubleshooting 10 years ago
Thanks @shanbp
May I ask what do I do with the instances of $some_field in your snippet? I see it in BP and WP’s documentation. I know $someword takes the place of the name of something, but that’s about it. -
Number_6 started the topic Check value of profile field – displaying images in profile *if* in the forum How-to & Troubleshooting 10 years ago
Hello,
I’ve looked high and low to find out how to use PHP to check if a custom profile field (dropdown) value is x, y, and z. My purpose for this is to display a corresponding image for each possible choice.
I’m sure others would be looking for such a snippet like I was.Cheers
-
Number_6 started the topic Integrating page into profile in the forum Creating & Extending 10 years, 2 months ago
I’m working on a project where I had to make my own (template) pages from lack of a suitable WP plugin. Since these pages are specific to the logged-in user I’d like to integrate them into the user’s profile page.
What must I do to achieve this? Could someone direct me to the right tutorials on how these steps are taken?I need to:
– Include the…[Read more] -
Number_6 replied to the topic oEmbed needs line breaks? in the forum Ideas 11 years, 1 month ago
@henrywright-1 That’s not a bad idea. That would be the best solution granting that it creates the new line in time for the video to render – but how will I apply CSS to something that doesn’t automatically have a class/ID (still learning my CSS here).
-
Number_6 replied to the topic oEmbed needs line breaks? in the forum Ideas 11 years, 1 month ago
@henrywright-1 No. But I can. My first concern regarding this thread was to suggest that the BP core be changed to do this anyway – but as my luck would have it (if I understood you), that’s a WP feature and not a BP feature. Which is sad because I’ve been using annoying-ass shortcodes from a plugin to put my Youtubes in my other blogs.
Thanks…[Read more]
-
Number_6 replied to the topic oEmbed needs line breaks? in the forum Ideas 11 years, 1 month ago
Yeah. Great. Never thought of that.
-
Number_6 replied to the topic oEmbed needs line breaks? in the forum Ideas 11 years, 1 month ago
Yes, but intercepting that embed code before it’s “printed” on the activity stream is possible. I don’t know how to read PHP, but this is how this fellow did it:
-
Number_6 replied to the topic oEmbed needs line breaks? in the forum Ideas 11 years, 1 month ago
Hi @henrywright-1
I had no idea that Buddypress relied on any 3rd-party support.What I do know is that someone was nice enough on WP forums to write me up a plugin that adds wmode=”opaque” to the resulting Youtube embed codes – so I’d imagine there wouldn’t be much of a problem with BP’s oEmbed files from adding something on both ends of the…[Read more]
-
Number_6 started the topic oEmbed needs line breaks? in the forum Ideas 11 years, 1 month ago
Hi folks,
oEmbed may benefit from having a
<br />
tag at the beginning and end of the resulting embed code, or [probably not possible] be put within a<p>
tag. I’ve noticed if my users enter text next to their video links and they don’t put the link in a new line it remains a link. This might be useful if a user is simply referring to video link,…[Read more] -
Number_6 started the topic Messages component showing as blank WP Page in the forum How-to & Troubleshooting 11 years, 2 months ago
Hi,
I was running 1.7.2 and I just spontaneously discovered that the Messages component isn’t work. It shows the Members page that as an ordinary WP page with the title and blank content field.
The meta title is still there: “*username* | Private Messages | *sitename*”.In response to this oddity I decided to update BP to 1.8.1, thinking…[Read more]
- Load More
@number_6
Active 4 years, 7 months ago