darinroman
Member
Posted 2 years ago #
There is no header <th> showing up for the follow/mute button next to each forum topic. I see the code for it in the PHP file. The follow/mute link text appears on the far right of each topic but the header is blank. When looking for the style in Firebug it does not exist. Has anyone else had a problem with this? Any help would be greatly appreciated. Thanks.
Darin
http://wordpress.org/extend/plugins/buddypress-group-email-subscription/
are you using the latest version of buddypress? are other plugins conflicting?
darinroman
Member
Posted 2 years ago #
Thanks for the reply Dwenaus. Yes, I am using WP 3.0.1 and BP 1.2.5.2, I also have many plugins installed. I've ruled out the plugins for now with a clean install consisting of only WordPress, BuddyPress, the BP template pack and my custom theme. It appears to be the theme that is causing the issue as it appears properly when using bp-default. Can you point me to which .php file your plugin would be adding to for the forum head <th> or how to proceed with troubleshooting my theme files? Perhaps I can compare my theme files to bp-default and figure out how to get it to show up. I completely forgot to ask Boone for help at WordCamp this past weekend. The plugin works great, it is just this one design issue with my theme.
Darin
on my version i see
<th id="th-email-sub">Email</th>
search for th-email-sub in my plugins's function file. it is probably the order of how the add_action is done. change the last number.
that's about all the unpaid support I can offer. best of luck.
Sassersson
Member
Posted 2 years ago #
Hi Dwenaus, I just installed (and activated, and refreshed) BuddyPress Group Email Subscription but where do I administrate it? Nothing shows up on the plugins page and nothing on the Widget page.
darinroman
Member
Posted 2 years ago #
Thank you Dwenaus...I appreciate your time.