-
imath posted on the forum topic BP Group API in 1.2.6, component not showing.. in the group Third Party Components & Plugins: 14 years, 10 months ago
@DJPaul Thanks a lot for your quick reply !! Happy it’s fixed thks to @andrewteg 🙂
-
Marco Gola posted an update 14 years, 10 months ago
@djpaul
Hi Paul. Thx for following. I am no developper, though.
I am following the market development here in Germany and I am interested in following the future development discussions @ BP.Can you tell me, where I can find groups/forums that talk about future developments trends (plugins and e.g. OpenSocial).
Thx for helping
Marco -
modemlooper posted an update 14 years, 10 months ago
@djpaul why when I updated to trunk it changed my permalink structure and added /blog to it I cant get rid of it now 😐
-
I haven’t come across this one yet since I’ve been working on trunk. Has it added /blog/ to the regular permalink settings screen?
-
yeah it added /blog to the screen. This a MU install not sure if thats a reason. When I switched back to 1.2.6 I can’t get posts page to work.
http://img.skitch.com/20101105-8fxne3d5cwmwpjjb1khrt4stgq.jpg
-
You probably have $base or PATH_CURRENT_SITE configured in wp-config.php.
-
-
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘tempsg.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if (…[Read more]-
No idea then, could well be some sort of obscure upgrade bug. I’m not debugging alpha code for this right now 🙂
-
-
What’s weird is in the super admin part where you can go to sites and edit things directly I removed the /blog and it’s ok but if I view the permalink settings it has /blog like in the pic above.
-
-
So I just tried this, same here. Did some digging. This is enforced by WordPress, not BuddyPress. In options-permalink.php:
if ( is_multisite() && !is_subdomain_install() && is_main_site() )
$blog_prefix = ‘/blog’;-
confused. Is there no way to get back to having blog posts in the root without /blog?
This wasn’t there before using trunk version
-
Again, that’s from WordPress 3.0.1. I can’t see any reason why it wouldn’t trigger the same for 1.2.6, but I haven’t got time to dive deep into it at the moment.
-
-
-
-
mercime posted on the forum topic CSS for member page in the group How-To and Troubleshooting: 14 years, 10 months ago
@johnwinch42 those are definitely cool options but no plugin has been released for those functions yet.
Check out https://codex.buddypress.org/extending-buddypress/creating-a-custom-buddypress-component/ – Unfortunately the BP Skeleton Component has not been upgraded since Feb 2010 – ping! @djpaul ping! @boonebgorges -
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 14 years, 10 months ago
No biggie for the IE6 display:none bug. I changed it per @hnla‘s suggestion.
@djpaul an issue: when creating a menu link thats not a page just a straight url link to say /activity it doesn’t add the class to make the tab look selected.
check it by clicking activity and then another tab http://tempsg.com/
-
modemlooper posted on the forum topic Theme designers: contribute to core in the group Creating & Extending: 14 years, 10 months ago
I’ve been working on this over here http://tempsg.com/
I was doing it with a if ( is_nav_menu( ‘BuddyPress’ ) )
show menu
else
show the hard coded links -
Matt Edminster posted a new activity comment 14 years, 10 months ago
Any input @djpaul, @boonebgorges, @johnjamesjacoby?
-
paulhastings0 posted on the forum topic Time Offset still present in BP 1.2.6 in the group How-To and Troubleshooting: 14 years, 10 months ago
-
modemlooper started the forum topic BuddyPress child themes are getting rejected from WordPress repo. in the group Requests & Feedback: 14 years, 10 months ago
The page.php doesn’t include the comments coded. Can you add it to the default theme? I know I can add it myself to child theme but It kinda defeats the purpose of a child theme 🙂
-
hotforwords posted on the forum topic Buddypress Template Pack and Buddypress 1.2.6 – things break but I have a solution in the group How-To and Troubleshooting: 14 years, 10 months ago
Oh, thanks @djpaul! I just wanted to help people in the mean time.. if you need my help testing anything out, hit me up!
Marina
-
Simon Arame posted an update 14 years, 10 months ago
@DJPaul In fact with proper debugging on bp_core/bp-core-signup.php
even if the condition on line #394 is ok and the error is reported on line #395-396,
the result page is still “Sign Up Complete!” as if nothin happened 🙁-
Simon, did this relate to the trac ticket? We’ve patched trunk to check for WP_Error objects now, thanks 🙂
-
Is the patch available ? in a release ? alpha, beta ?
-
Only in here at the moment — https://svn.buddypress.org/branches/1.2/
-
-
-
-
Simon Arame posted an update 14 years, 10 months ago
@DJPaul Hi, is “Bug @bp_core/bp-core-signup.php” really a bug since wp_insert returns either user_id or null ?
-
Boone Gorges posted on the forum topic Buddypress Template Pack and Buddypress 1.2.6 – things break but I have a solution in the group How-To and Troubleshooting: 14 years, 10 months ago
Ping @djpaul
-
jwack started the forum topic WOW! & Possible Feature in the group Achievements: 14 years, 10 months ago
First off, @DJPaul Wow, just downloaded the recent release and it’s way better than I had hoped for, thanks! Second, It would be cool/useful if we could have 2 descriptions for each achievement. One description would be displayed before the achievement is unlocked. The second description would display to the user after unlocking the achievement. This […]
-
suman posted an update 14 years, 10 months ago
-
suman posted an update 14 years, 10 months ago
@DJPaul
sir,
How can i set in buddy press front page blog in only summery ,I am new in buddy press , plz guide me,
while i post in blog the full text shows in my buddypress site. , I want to show only title and some text in front pages,plz guide me, which code i amend to show blog post in summery in front page.
Thanks in advance
-
James posted an update 14 years, 10 months ago
-
techguy posted on the forum topic Header Errors When Trying to Send PM in the group How-To and Troubleshooting: 14 years, 10 months ago
@djpaul Could you describe a little more what makes it happen? In the case above, I’m calling messages_new_message() on an admin page when it loads based upon the variables that are being passed into that page. I don’t actually call messages_new_message() until the page is about half loaded. Is messages_new_message() returning some data before the…[Read more]
-
paulhastings0 posted on the forum topic Time Offset still present in BP 1.2.6 in the group How-To and Troubleshooting: 14 years, 10 months ago
-
chestnut_jp posted on the forum topic Multiselectbox imcompatible on buddypress 1.2.6. in the group CD BuddyPress Avatar Bubble: 14 years, 10 months ago
Hi @djpaul I am not sure which is the cause of the problem, core or plugin, but when I see my profile, even items I selected at multiselect box are shown correctly. The problem exists only when I see profile through the plugin. How about you? Do you also have the same problem when seeing profile […]
- Load More
@djpaul
Active 1 day, 11 hours ago