-
LPH2005 joined the group IPhone + iPad Themes 14 years, 2 months ago
-
LPH2005 posted on the forum topic Users Youtube Videos in Profile in the group Creating & Extending: 14 years, 2 months ago
You might check out https://buddypress.org/community/groups/bp-album/
-
LPH2005 posted on the forum topic do_action( 'bp_album_featured_sitewide' ); in the group BuddyPress Media: 14 years, 2 months ago
Oops. I just see in Known Issues:
* Picture thumbnails might not be immediately posted to a user’s wire. The user might have to perform an edit action on a photo or other site activity to get the wire to update.
OK. That leaves the template not working….
-
LPH2005 started the forum topic do_action( 'bp_album_featured_sitewide' ); in the group BuddyPress Media: 14 years, 2 months ago
Hi, installed 8-28 nightly build and have two issues.
Added do_action( ‘bp_album_featured_sitewide’ ); to page.php but the latest photos are not showing. Is there a setting that needs to be done?
Uploaded image and it didn’t show in the activity stream.
This build looks much better than the previous one! Great job!
-
LPH2005 posted on the forum topic No roles in the group BuddyPress ScholarPress Courseware: 14 years, 2 months ago
0.1.3 allows me to create an assignment – cool! 1. Clicking on “Enable Assignment Forum” does not create a link. 2. The course states it was started by _______ – how can this name be changed? 3. Can more than one course be created for a group? 4. Go to http://www.thechembook.com/groups/first-year-chemistry-learners/courseware/ and the top sub-menu […]
-
LPH2005 posted on the forum topic No roles in the group BuddyPress ScholarPress Courseware: 14 years, 2 months ago
Thank you. I’m having a much bigger problem. I deleted the roles in the wp-admin, uninstalled, and reinstalled the plugin. This fixed that issue but I still can’t create an assignment. Maybe I need to completely uninstall and try again. Something may have fouled up because I tried an earlier version .. Do you have […]
-
LPH2005 posted on the forum topic No roles in the group BuddyPress ScholarPress Courseware: 14 years, 2 months ago
There are a few fields:
Role (radio field type but no options available),
Student (option, text box; not required)
Apply for teacher (option, text box, not required)
Teacher (text box, not required) -
LPH2005 posted on the forum topic No roles in the group BuddyPress ScholarPress Courseware: 14 years, 2 months ago
I’m not clear. I’ve gone over the handbook several times – and the location of “student and teacher roles” is blank. Only radio button and it has nothing next to it.
This is for my user account, an admin for the group as well as admin for the site.
-
LPH2005 started the forum topic No roles in the group BuddyPress ScholarPress Courseware: 14 years, 2 months ago
Installation was done through the /wp-admin add new plugin and was activated. Collaboration option chosen, enabled courseware for a single established group, went to edit profile but no user roles are available.
Any suggestions?
-
LPH2005 joined the group BuddyPress ScholarPress Courseware 14 years, 2 months ago
-
LPH2005 started the forum topic Topics Loop needs to show private topics to admins in the group Creating & Extending: 14 years, 2 months ago
OK. Thanks to the help of several people, the tutoring area on the classroom site is working with the exception of one private group not showing the topics. When logged in as admin, my hope is for a teacher group to show on the page, along with the topics. I get the group title but […]
-
LPH2005 posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 14 years, 2 months ago
Done. Fixed the css and child theme so that the tutoring area looks acceptable.
http://www.thechembook.com/tutoring/
Here is the code in case someone else is interested. This is the /forums/index.php file
Hope this helps.
-
LPH2005 posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 14 years, 3 months ago
Thank you but I can’t seem to get
if ( bp_has_groups( ‘slug=announcements’) )
to do anything for me. It’s just ignored … hmm.
In contrast, I can get max=5 to work
if ( bp_has_groups( ‘max=5’ ) )
Update
These are the options:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-groups-loop/
But slug doesn’t seem to work for me.
-
LPH2005 posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 14 years, 3 months ago
Yippeee ! LOL OK. All emotion aside – I’m almost there! http://www.thechembook.com/tutoring/ There needs to be some ways to limit the number of topics shown. Boone, I almost did what you suggested but decided to copy the table code from the /forum-loop.php directly into the index.php file rather than calling the forum-loop. Also, the code […]
-
LPH2005 posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 14 years, 3 months ago
I’m back: fed and rested. Thank you Boone for helping. I’m only looking for topics shown as sorted by group … So, let me repeat some of this back and see if my understanding was your intent. First, /forums/index.php is the file to edit. Second, if I only want topics sorted within groups then I […]
-
LPH2005 posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 14 years, 3 months ago
UGH. I’m getting so irritated that it’s time to leave the computer. There must be a way to get my site to work like https://buddypress.org/support/topics/grouped/. It seems such a simple request. I can’t believe it isn’t an option or obvious. Nothing I’ve tried seems to work. Time for a break. Maybe someone with knowledge will […]
-
LPH2005 posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 14 years, 3 months ago
Tried to modify /forum/index.php and insert slug=GroupName if statement and all of the topics are returned … so either the slug name is incorrect or the code … or the placement of the code … or … just too many options here. Guess this means BP devs should consider a better way to do this […]
-
LPH2005 posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 14 years, 3 months ago
I’ve been looking at your code and can’t seem to get the GroupName slug to match up with anything. Is the GroupName the URL? Or is it something else?
-
LPH2005 posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 14 years, 3 months ago
Now we are talking! Thank you both for information. Yes, I’ve seen the /grouped and that is why I asked about it. It’s the way the forum topics need to be shown on my site. Oooo … @deanjrobinson has done a SWEET job on http://help.deanjrobinson.com/ Now – if only someone would share what they’ve done! It […]
-
LPH2005 posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 14 years, 3 months ago
Is this code anywhere? I can’t believe I’m the only one interested in this code – it makes so much sense – to be able to sort the latest topics into groups …
Sigh.
- Load More
@lph2005
Not recently active