-
mattg123 replied to the topic [Resolved] Forum Issue in the forum Showcase 11 years, 4 months ago
@fptcom How have you set the forums up? Have you created new wordpress pages and used shortcodes? Also, If you’ve disabled all plugins minus bbPress have you posted/looked through http://www.bbpress.org for similar problems? A small note, I found setting up bbPress slightly annoying as well, have you messed with the basic settings etc?
-
mattg123 replied to the topic [Resolved] Forum Issue in the forum Showcase 11 years, 4 months ago
@fptcom you’re going to need to be more specific than that
-
mattg123 replied to the topic Getting the large avatar in the forum Installing BuddyPress 11 years, 4 months ago
@applegateian, henries code should work, but as you’ve experienced it won’t change the current size of the avatars. I also believe bp has thumbnail avatars and “full” the smaller “thumbnail” the ones wordpress uses is 50px and the larger(which can be grabbed with bp_core_fetch_avatar) are 150px by 150px.
bp_core_fetch_avatar( array(
[Read more]
'item_id'… -
mattg123 replied to the topic Getting the large avatar in the forum Installing BuddyPress 11 years, 4 months ago
@applegatein my bad, here
$params = wp_parse_args( $args, array(
[Read more]
'item_id' => false,
'object' => $def_object, // user/group/blog/custom type (if you use filters)
'type' => $def_type, // thumb or full
'avatar_dir' => false, // Specify a custom avatar directory for your object… -
mattg123 replied to the topic Getting the large avatar in the forum Installing BuddyPress 11 years, 4 months ago
You’re using wordpress’s
get_avatar
,bp_core_fetch_avatar
is what you’re looking for -
mattg123 replied to the topic Notifications in the forum How-to & Troubleshooting 11 years, 5 months ago
wp/bp versions? plugins? No one can help if they have no idea of what you’re running.
-
mattg123 started the topic Ajax not working correctly in Safari. in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi, I have pretty much a base install with the following plugins: bp default data
bp version 1.7.2
wp version 3.5.1Anyway, I think this is probably a Safari issue rather than bp/wp can I confirm that the ajax on the main activity page doesn’t work in Safari?
Thanks
Matt -
mattg123 replied to the topic Adding link in menu in the forum How-to & Troubleshooting 11 years, 5 months ago
@ericarrache you need to look at
bp_core_new_nav_item
-
mattg123 replied to the topic Buddypress a bit plain looking in the forum How-to & Troubleshooting 11 years, 5 months ago
To make it look like the previous, use the previous? lol. Not to be blunt though, if you’re unable to apply the stylings yourself, hire someone to do so for you or if colorway is a premium theme, ask them for help.
-
mattg123 started the topic Extra Notifications in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi I’ve not looked too deep into it yet, but is adding notifications to buddypress difficult? I want to add notifications for people commenting on someones post, I’ve seen bp_core_notifications, I’m not really a programmer so any help would be extremely greatful!
-
mattg123 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
@chase8705 you’re using a caching plugin so I probably can’t see any changes, as long as you wrapped it in php tags everything’s good.
-
mattg123 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
having lots of plugins isn’t “bad” but the more you have, the more problems that can crop up, load times, compatibility etc etc etc
to locate your themes footer, go to your dashboard>appearance>editor and locate footer.php you’ll probably find wp_footer(); on its own, it needs to be <?php wp_footer(); ?> @chase8705
-
mattg123 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
@chase8705 btw, your theme’s not including wp_footer by the looks of things and many plugins use it, go edit your footer and wrap wp_footer(); in php tags
-
mattg123 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
@chase8705 disabling and enabling a plugin shouldn’t cause any problems, some save settings permanently however. Anyway, the fact you have “lots” of plugins, is probably the issue and the quickest solution is to disable them and check to see if the problems fixed.
-
mattg123 replied to the topic [Resolved] Why does my registration page only link to homepage? in the forum How-to & Troubleshooting 11 years, 5 months ago
@chase8705 disable plugins, default theme and check if it’s still greyed out
@mattg123
Active 9 years, 2 months ago