-
LPH2005 posted on the forum topic DB INSERTS into bp_activity (works but time is 5 hours off) in the group Creating & Extending: 14 years, 5 months ago
I couldn’t figure anything else out … so I went with a simple fix.
$time1 = time() + (5 * 60 * 60);
then use FROM_UNIXTIME($time1)
At least it is working 😉
To see activity stream now showing wiki edits … see http://www.thechembook.com activity stream on front page, right side
-
LPH2005 joined the group BuddyPress Edit Activity Stream 14 years, 5 months ago
-
LPH2005 posted on the forum topic Need help changing what my site names "members", please help i'm so frustrated. in the group How-To and Troubleshooting: 14 years, 5 months ago
The fastest way I’ve found is to open the header.php file in your child theme and modify the text with the line for members.
-
LPH2005 started the forum topic DB INSERTS into bp_activity (works but time is 5 hours off) in the group Creating & Extending: 14 years, 5 months ago
I’m looking at a MediaWiki extension written by Boone, in which he tied the MediaWiki to bp_activity_sitewide for WPMU. I am only using WP 3.0 in single blog. I almost have a handle on the mysql_query statement needed to insert values. However, my knowledge is “use google” and “spend time” – I’m not the sharpest […]
-
LPH2005 posted on the forum topic DB INSERTS into bp_activity in the group Creating & Extending: 14 years, 5 months ago
It’s working!
I didn’t see the activity because the time is incorrect. It showed up 5 hours off. I’m not sure how to fix that yet – but it’s working 🙂
-
LPH2005 posted on the forum topic MediaWiki edits -> BP activity streams in the group Third Party Components & Plugins: 14 years, 5 months ago
It looks like the INSERT into db does not align for WP 3.0. So I modified the mysql_query statement Also, I changed the lines with $wpmudp to ($wpmudp, $link) in which $link was added as: $link = mysql_connect(‘localhost’, ‘db’, ‘db_password’); if (!$link) { die(‘Not connected : ‘ . mysql_error()); } This allowed the extension to […]
-
LPH2005 posted on the forum topic MediaWiki edits -> BP activity streams in the group Third Party Components & Plugins: 14 years, 5 months ago
I hate to dredge up an old thread – but – is work being done on this for WP 3.0 and BP 1.2.4.1? @flynn – the server is temporarily unavailable; theme link isn’t available. @boonebgorges – have you tried your extension with BP 1.2.4.1? @nicolagreco – did you ever release anything? Today seemed like a good day to […]
-
LPH2005 joined the group Third Party Components & Plugins 14 years, 5 months ago
-
LPH2005 posted on the forum topic Latest Images on Home page in the group BuddyPress Album+: 14 years, 5 months ago
I’ve actually tried that widget but decided it was easier to modify my sidebar.php file (child theme) greatly in order to get the look I wanted. It was very easy to insert in the activity code. In fact, the modification of the sidebar only took a few minutes and adjusting the css. This also helped […]
-
LPH2005 posted on the forum topic Latest Images on Home page in the group BuddyPress Album+: 14 years, 5 months ago
Thank you. I’m looking more of a way to integrate the albums just below the page set as front. I’ve modified the sidebar.php to give the activity stream and now want to modify the page so that the album shows. Site URL: http://www.thechembook.com In looking at the template you linked (THIS code), that code is […]
-
LPH2005 posted on the forum topic Can't create forum topics (WP 3.0-RC3-15260, BuddyPress 1.2.4.1 in the group Installing BuddyPress: 14 years, 5 months ago
Maybe start with the settings for the group. There is a checkbox for forums that sometimes is not checked when a group is setup.
admin –> group settings
domain.com/groups/the-name-of-the-group/admin/group-settings
-
LPH2005 posted on the forum topic Theme Creation Help! in the group How-To and Troubleshooting: 14 years, 5 months ago
This appears to be a job for a child theme of the bp-default and start changing the css in a newly created styles.css file.
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
Hopefully that should get you started.
-
LPH2005 posted on the forum topic The Chemistry Book in the group Gallery: 14 years, 5 months ago
hmm.. ” headers already sent by” is a new error created today after the modifications. I didn’t see it until you pointed it out! Ouch. This seems to be a problem in the functions.php that I created. The php functions are now combined and the site wiki appears to load properly now. Thank you! The […]
-
LPH2005 posted on the forum topic Latest Images on Home page in the group BuddyPress Album+: 14 years, 5 months ago
@foxly – reads as if I must wait. My front page is static with the sidebar.php set to show activity stream. Widgets won’t do me much good but maybe there is some code I could copy and place in the index.php file …
Update
Actually, I believe that page.php would be the file to edit. -
LPH2005 posted on the forum topic Latest Images on Home page in the group BuddyPress Album+: 14 years, 5 months ago
Sorry to bump this thread, but I’m curious how to add images to the home page. I created a static page and this is the front of the site. How can I get images from BP Album + into the page?
-
LPH2005 joined the group BuddyPress Album+ 14 years, 5 months ago
-
LPH2005 posted on the forum topic The Chemistry Book in the group Gallery: 14 years, 5 months ago
I’ve been making more modifications today and previous to today. The sidebar-me, posting css, and sidebar widths are now unique. Thanks to others on here – I’ve even changed the posting behind the teachers so that their answers are more clear. The goal is to make this as easy as possible for students to ask […]
-
LPH2005 posted on the forum topic topic.php so first post has unique css in the group How-To and Troubleshooting: 14 years, 5 months ago
Roger, I placed this in the styles.css file. ul#topic-post-list li:first-child { padding: 4px; background: #FCEC8F; border: 1px solid #ddd; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 2px 2px 2px #dddddd; -webkit-box-shadow: 2px 2px 2px #dddddd; } I then removed my div tags that were working in the topic.php (restoring…[Read more]
-
LPH2005 posted on the forum topic topic.php so first post has unique css in the group How-To and Troubleshooting: 14 years, 5 months ago
Roger – that doesn’t seem to work for me – have you tried it and does it work for you? Maybe I’m doing something wrong.
-
LPH2005 posted on the forum topic Admin posts with unique css in forums in the group Creating & Extending: 14 years, 5 months ago
Beautiful !!
Now – that works when == 1 … is there an or statement possible?
$topic_template->post->poster_id == 1 || 53
Something like that?
- Load More
@lph2005
Not recently active