Forum Replies Created
-
I agree with the OP. While it might be a big task, it would be a nice gesture for the core developers to incorporate the code into the core.
Check to see if the table collabbo_figures.wp_bp_activity_sitewide actually exists. Let us know.
The last line of Boone’s script is the insert statement. You have collabbo_figures.wp_bp_activity as the database table. Have you tried to strip out that first part and just use wp_bp_activity ?
‘if ($seconds_between > 86400) {
mysql_select_db($wpmudp, $link) or die(mysql_error());
mysql_query( “INSERT INTO `wp_bp_activity` (`user_id`,`component`, `type`, `action`, `content`, `primary_link`, `item_id`, `secondary_item_id`, `date_recorded`, `hide_sitewide`, `mptt_left`, `mptt_right`) VALUES ( ‘$user_id’, ‘blogs’, ‘new_blog_post’, ‘$contentdesc’, ‘$WikiEdit $pagedesc’, ‘$articleURL’, ‘1’, ”, FROM_UNIXTIME($time1), ‘0’, ‘0’, ‘0’ )”) or die(mysql_error()); // insert into bp activity stream
}’You might consider this plugin: https://wordpress.org/extend/plugins/my-brand/
The site loads fine this morning.
YelllowBox has a small write up: http://yellowboxstudio.com/blog/techboise-boise-web-design/
Here is the css for the parallax script:
`#parallax-images {
position: absolute;
top: 0;
left: 0;
right: 0;
overflow: hidden;
width: 100%;
height: 400px;
margin: 0px auto;
background: url(‘images/parallax/skyblue.jpg’) no-repeat top center;
}
.buildings { width: 2200px; height: 219px; padding-top: 90px; text-align: center;}
.mountains1 { width: 2200px; height: 221px; padding-top: 110px; text-align: center; }
.mountains2 { width: 2200px; height: 167px; padding-top: 75px; text-align: center; }
.balloons { width: 1900px; height: 158px; } .balloons img { position: absolute; right: 250px; }
.clouds { width: 2200px; height: 336px; text-align: center; }`Unfortunately the site does not load. Maybe they are doing some maintenance.
@pisanojm, I actually have the integration working. The challenge is the capitalization.
Please let us know the following information so that someone can help:
Also, do you have a link to the website?
Take a look at BuddyStream and see if that will work for you.
This could be a plugin causing a problem. Try to disable all other plugins, keeping buddypress only and see what happens.
Also, if this doesn’t help then we’ll need more information about your setup. Please see this thread for the details we’d need: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
This is a common setup error. Please see this link in the documentation for more information about permalinks: https://codex.buddypress.org/troubleshooting/navigation-links-return-404-errors/
The documents may help you with other issues you may face as you work with BuddyPress.
PS. Glad the install is now working.
You will want to modify the index.php file in your child theme’s forum directory. (/wp-content/themes/childtheme/forums/index.php)
The form action is the important section to modify.
`
`
This is how the page looks: http://www.thechembook.com/tutoring
Important: Make sure you have an original copy (backup copy) of the index file available. Practice locally first. This link will help you with child themes: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
Installed this on a site and realized there isn’t a full width page template for WP. Are you planning to add this template or should I just create one?
I’ve seen this error before and cleared it up by removing the /uploads directory and recreating it. Set permissions to 755 (owner should be correct too). Next go to /wp-admin/options-media.php and make sure you leave this as default /wp-content/uploads (leave it blank)… tick the `Organize my uploads into month- and year-based folders` and save.
This fixed it for me. Hopefully it helps you too.
Do you have a link to your site so we can look at the error?
Do you have a link to the site?
This is the post on the automatic refresh
http://www.spitzohr.net/2010/03/buddypress-automatic-refresh-activity-stream/
Download link works.
He’s using the Ultimate Blogging Theme: http://www.ultimatebloggingtheme.com/
@cmubrad – I don’t know all of the details of that theme but the easiest is to install the site wide activity plugin and use a widget in the sidebar.
Check yourdomain//wp-admin/admin.php?page=bp-general-settings and see if you have `Disable activity stream commenting on blog and tutoring posts?:` set to yes.
The easiest is to modify the php files in your theme as well as the css files.
In particular, I modified the /activity/index.php file by removing the sidebar code near the bottom of the file.
“
Blog posts are done by having a template file written without a sidebar also.
Finally, adjust the container and padder css to your liking.
Simply beautiful. Congratulations on a job well done.
The code for the activity loop may be placed in the index.php page. Make sure you add the loop with the commenting enabled.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
Does this documentation page help?
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/