-
LPH2005 started the forum topic Reply to first item in activity stream fails in the group How-To and Troubleshooting: 14 years, 2 months ago
I think this is a second request for help – sorry if it is a repeat but there doesn’t seem to be an answer. The first position in the activity stream has the reply button – but once it is pressed then the mouse cursor moves to the top. In the second and all other […]
-
LPH2005 posted on the forum topic Conflict with bbPress? in the group How-To and Troubleshooting: 14 years, 2 months ago
I’m not familiar with deep integration of bbpress with BP but I just wanted to make sure you’ve looked over the troubleshooting document:
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
Also, could you post all of the versions you are using WP, BP, and BBPress – that might help get some ideas flowing for you.
HTH
-
LPH2005 posted on the forum topic Could BP Media be configured to auto create an album for each member on signup? in the group BuddyPress Media: 14 years, 2 months ago
Clever idea.
-
LPH2005 posted on the forum topic do_action( 'bp_album_featured_sitewide' ); in the group BuddyPress Media: 14 years, 2 months ago
@foxly – simply awesome. I have a code snippet now showing thumbnails at the top of the /start page – my css for it stinks but luckily your code is perfect.
Thank you!
-
LPH2005 started the forum topic CSS works in FF and Chrome but not IE … in the group Creating & Extending: 14 years, 2 months ago
Sigh. I’m exhausted battling this one for a while now. Your turn (LOL). Special code for the page.php has css that should get the table to extend 100% and keep the thumbnails to about half the page. Instead, FF and chrome properly show the table, thumbnails, and the widgets but IE is being stubborn and […]
-
LPH2005 posted on the forum topic Displaying memebers horizontally is that possible ?? in the group Creating & Extending: 14 years, 2 months ago
This code snippet might get you started.
<div class="avatar-block">
<div class="item-avatar">
<a title="" href=""></a>
</div></div>
-
LPH2005 started the forum topic Adding submenu based on xprofile in the group How-To and Troubleshooting: 14 years, 2 months ago
A site feature request is to add a unique submenu changed based on xprofile data. For example, when a student logs in with a teacher X then the submenu shows links to that teacher’s calendar, etc whereas a different student logs in with a teacher Y and a different submenu shows. — Before getting lost […]
-
LPH2005 posted on the forum topic The Chemistry Book in the group Gallery: 14 years, 2 months ago
Now that there are several hundred more students registered, feedback has prompted a few more “tiny” updates to the theme: Number 1 The members area has been simplified. No sidebar shows and the member-header has been widgitized. The simplification helps with the slow performance of the site. Number 2 The tutoring area is now sorted by groups, […]
-
LPH2005 posted on the forum topic Widget in /themes/childtheme/members/single/member-header.php in the group How-To and Troubleshooting: 14 years, 2 months ago
@mercime – thank you ! That was exactly the error. Now I have to wrap it around login vs. logged out people … and it’ll be good to go 😉
-
LPH2005 posted on the forum topic Widget in /themes/childtheme/members/single/member-header.php in the group How-To and Troubleshooting: 14 years, 2 months ago
Interestingly, if I change the code to an already present widget then that widget loads in the header …
-
LPH2005 started the forum topic Widget in /themes/childtheme/members/single/member-header.php in the group How-To and Troubleshooting: 14 years, 2 months ago
I tried the following:
But this does not show as a widget in the /wp-admin/widgets.php
Since I use similar code in many other places, and I’ve double checked things, is there a trick to this area and a reason it isn’t loading properly?
-
LPH2005 posted on the forum topic bp_profile_field_data in the group How-To and Troubleshooting: 14 years, 2 months ago
Done 🙂
-
LPH2005 posted on the forum topic Template location in the group BuddyPress Media: 14 years, 2 months ago
Here is a general approach. Create /album directory under your child-theme (/themes/child-theme/album) Find pluginsbp-albumincludestemplatesalbum (stored locally) and upload (FTP) to your /themes/child-theme name/album Verify the site still loads … Look for header-member.php, footer-member.php, single.php, home.php and edit these files. Replace…[Read more]
-
LPH2005 started the forum topic bp_profile_field_data in the group How-To and Troubleshooting: 14 years, 2 months ago
After lots of delays … I decided it was time to modify the members header files. Now the sidebars are gone and this is good BUT I cannot seem to get bp_profile_field_data to work properly. This is the code:
<div> <strong>Membership</strong>: </div>
And this is the result:Membership: a:1:{i:0;s:7:"Teacher";}
I’m not seeing the error – maybe you… -
LPH2005 posted on the forum topic Template location in the group BuddyPress Media: 14 years, 2 months ago
Alright – I found that it works under /themes/bp-chemistry/album IF and ONLY IF I edit all of the files – LOL 😉
Sorry, I didn’t realize there were several to edit.
Maybe this will help someone else.
-
LPH2005 started the forum topic Template location in the group BuddyPress Media: 14 years, 2 months ago
Sorry – but I’m unclear as to where to put the /album folder so that I can modify the templates. These are the directions: ” Create an /album folder in your template directory, copy this file into the folder, and edit the copied file. BuddyPress will automatically use the version in your template directory .” I tried […]
-
LPH2005 posted on the forum topic do_action( 'bp_album_featured_sitewide' ); in the group BuddyPress Media: 14 years, 2 months ago
OK. Nothing I do seems to get bp_album_featured_sitewide to show in the template.
do_action( ‘bp_album_featured_sitewide’ ); was added .. end up with a blank area.
-
LPH2005 posted on the forum topic Profile stats and location in profile page like buddypress.org in the group How-To and Troubleshooting: 14 years, 2 months ago
Thank you Paul.
-
LPH2005 posted on the forum topic Site Crash: .htaccess buggered in the group How-To and Troubleshooting: 14 years, 2 months ago
I do not have access to the httpd.conf file …
-
LPH2005 posted on the forum topic Site Crash: .htaccess buggered in the group How-To and Troubleshooting: 14 years, 2 months ago
Unless someone can see a better way to optimize this file, this is my final online version: `php_value memory_limit 256M RewriteEngine on RewriteCond %{HTTP_HOST} ^thechembook.com RewriteRule ^(.*)$ http://www.thechembook.com/$1 RewriteCond %{HTTP_HOST} ^thechemistrybook.com RewriteRule ^(.*)$ http://www.thechembook.com/$1 RewriteCond %{HTTP_HOST}…[Read more]
- Load More
@lph2005
Not recently active