Search Results for 'buddypress'
-
AuthorSearch Results
-
September 6, 2012 at 5:10 pm #141142
@mercime
Participant@jaymeselman Open up your theme’s header.php file, copy all source, paste in pastebin.com, click submit, and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php files.
September 6, 2012 at 5:07 pm #141140@mercime
Participant@cleaus thanks for starting a new topic per instruction. Open up your theme’s header.php file, copy all source, paste in pastebin.com, click submit, and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php files.
September 6, 2012 at 4:47 pm #141137In reply to: Questions and Help with coding
Roger Coathup
ParticipantYou should ask these as separate questions – the first two issues are general WordPress (not BuddyPress), so best asked on the wordpress.org forums.
Post issue 3 as sep question on here, and issue 4 you could ask to @pollyplummer on her group for the plugin
September 6, 2012 at 4:21 pm #141136In reply to: Activating existing users
@mercime
ParticipantTwo plugins which look current and could help you https://wordpress.org/extend/plugins/activate-users-in-buddypress/ and https://wordpress.org/extend/plugins/wp-approve-user/
As usual, the following disclaimer applies: backup DB and files before activating pluginSeptember 6, 2012 at 4:14 pm #141135In reply to: Need Help With Alignment
September 6, 2012 at 3:53 pm #141134shanebp
ModeratorGot it ! Thanks to a hint from @rogercoathup
Do this:
wp_insert_post with status set to ‘draft’
Then handle file uploads and set the thumb
Then wp_update_post and set the status to ‘publish’
September 6, 2012 at 2:39 pm #141131shanebp
Moderator@rogercoathup @modemlooper
thanksSeptember 6, 2012 at 2:27 pm #141130solid_snake
Participantis there no one who can help me out?
September 6, 2012 at 1:24 pm #1411224ella
ParticipantThank you both for your links-codes, I will study everything tonight , @rogercoathup the code you’ve provided where do I have to add this filter ? In which file ? in function.php ? I have also seen @shanebp code in another thread which seems to be different (I am not an PHP expert at all), the same question here where should I add it and which code is better , safer ?
September 6, 2012 at 12:57 pm #141119shanebp
ModeratorSeptember 6, 2012 at 12:35 pm #141095Roger Coathup
Participant@shanebp — from what you said in your OP, get_the_post_thumbnail() is working correctly (if you provide a hardcoded post_id) — so that function would appear not to be the problem.
What output are you getting from get_the_post_thumbnail? I’d be var_dumping $post just before the call, and also $activity_content just after to narrow it down.
@4ella — Shane has already given the code for doing that in his original post. If you don’t want any custom content, but simply want to add your custom post type to the standard types processed, you can simply add a filter to bp_blogs_record_post_post_types to include your cpt – something like:
`
add_filter( ‘bp_blogs_record_post_post_types’, ‘inspired_record_more_types’ );
function inspired_record_more_types( $types ) {
$types[] = ‘my-cpt-name’;return $types;
}
`September 6, 2012 at 12:29 pm #141118shanebp
ModeratorI’m not sure how to do that via gravity forms.
I use this approach
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-custom-post-types-in-activity-feed/September 6, 2012 at 11:57 am #141117In reply to: remove items wake morning
Hugo Ashmore
Participant@newpress Please don’t make these sorts of posts, this is spam and we do not need it re-focussed on. Both Paul and I have asked you previously to improve your behaviour on this forum, please observe these requests as it isn’t going to be asked again.
tbh thought I had locked this thread – will do so now.
September 6, 2012 at 11:13 am #141114In reply to: Bp Compatability help needed
@mercime
ParticipantBased on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your paradise theme folder in server during the compatibility process.
September 6, 2012 at 10:20 am #141113In reply to: Upgrading from 1.2.8 to 1.6.1 via 1.5.6?
Ryan Hellyer
ParticipantI’m trying to do the exact same thing right now. It has gone smoothly, bar version 1.5 featuring no CSS for the admin bar, then on upgrading to 1.6 the admin bar CSS was fixed, but all the menu items in the admin bar disappeared.
Any ideas on how to get the BuddyPress bar menu items back?
I chose to use the new admin bar menu instead of the older one, so perhaps I could go back to that to fix it? It seems like moving to the regular WordPress one would be best though.
September 6, 2012 at 9:49 am #141111In reply to: Upgrading from 1.2.8 to 1.6.1 via 1.5.6?
spuntotheratboy
MemberWell… mixed results. Replacing the 1.2.8 files with those from 1.5.6 blanked everything, including wp-admin. I tried putting them both in the plugins directory, de-activated 1.2.8, then tried to activate 1.5.6 but it wouldn’t activate.
So essentially the upgrade so far has been a failure. On the other hand it is, as I mentioned, a temporary measure so that isn’t a catastrophe. In the process, though, I discovered that the files we’d been sent originally had been on a mac at some point, and the file system was littered [sic] with mac resource forks. I used ‘find’ to delete those, and we seem to be in a much, much better state than previously! Apparently WordPress tries to load and execute the resource forks where they’re present.
There are still egregious problems with the site, but I’m inclined to think that most of them are to do with the corruption in the db data we were given initially, e.g. existing comments seem to have become disassociated from their original posts, whereas new comments are working properly.
Thanks very much, everyone, for your help. I’m not marking this as resolved since my original problem hasn’t been solved, but I think we’re probably going to leave BuddyPress alone for the moment. WordPress is great when it works, but I’ve found it pretty opaque to debug; thanks again for helping me out!
Cheers,
BenSeptember 6, 2012 at 9:20 am #141109In reply to: remove items wake morning
newpress
Participant“They said they were
hoping to show off “that
wow factor, “WordPress Opensource Wonder”this is not spam. This is rather an encrypted message. Buddypress is still stuck in 1,********s. No major release recently. Its 2.0 phobia
“The audience liked
their number, which ended
with all of the guys dancing in trays of water”“Sharon liked it. Howie liked it but said it was “one-dimensional.”
“Howard thought they “did well,” but also said it was “deja vu” – we had seen it all before or we were mesmerized”
September 6, 2012 at 8:25 am #141108In reply to: Need Help With Alignment
@mercime
Participant@newbie2011 we have a list of “template-packed” WordPress themes @ https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
If you need assistance for your current theme, open up your theme’s header.php, copy all code, paste in pastebin.com, click submit and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php
September 6, 2012 at 7:32 am #141104In reply to: Need Help With Alignment
newbie2011
Participant@mercime, yes I understand you by being easier. I am going to take a peek at the Evolution Theme. Thanks
September 6, 2012 at 6:44 am #141101In reply to: How to edit group word from toolbar
danbpfr
ParticipantHi,
you changed the wrong file. Never modify a core file when what you need is on the public side ! This means a template of the theme you’re using.
i said “you can search a term in the pot file”, not you must modify the pot file. This file is necessary for translation purpose and has no activity on your site. With a pot file you can generate a po file, and by saving it, you create the compiled mo file. PHP use this mo file at least.How it works ?
– searching a word: xxx.pot file
– translating/modifying a word: xxx.po file (no T in the extension)
– saving the po file within a po editor sofware like poEdit
– saving the po file will generate a compiled format called .mo file witch must be uploaded on your server via FTPIn your case, the word “groups” you want to modify is used in these files. You will find this piece of code in your po file.
`#: bp-activity/bp-activity-loader.php:189
#: bp-activity/bp-activity-loader.php:284 bp-core/admin/bp-core-update.php:354
#: bp-core/bp-core-template.php:260 bp-groups/bp-groups-activity.php:143
#: bp-groups/bp-groups-activity.php:179 bp-groups/bp-groups-activity.php:215
#: bp-groups/bp-groups-activity.php:251 bp-groups/bp-groups-loader.php:502
#: bp-groups/bp-groups-screens.php:844 bp-groups/bp-groups-widgets.php:28
#: bp-groups/bp-groups-widgets.php:48 bp-groups/bp-groups-widgets.php:119
msgid “Groups”
msgstr “”`Learn more here: https://codex.buddypress.org/translations/
September 6, 2012 at 4:48 am #141098In reply to: My host keeps shutting down my account
hkcharlie
ParticipantI just had a look at zippykid, they seemed like they listened to my problem.
I had a look at their Q&A and found this :
“What plugins can I use on my site?
We don’t restrict any plugins that you use on your site, but we do recommend a few. If you have any problems with plugins or want to know which ones we recommend.”I have a lot of plugins, isn’t it the nature of a buddypress install to mould the website into hwo you want it, by using a bunch of plugins.
Maybe ZippyKid is not so good, why do you say they are? @QuintSeptember 6, 2012 at 3:06 am #141096BurntheEdges
MemberI found pastebin, so here are links to the coding for my page.php, sidebar.php, header.php, and footer.php. I would really appreciate any help analyzing this code, and maybe a tip or two on how to integrate buddypress into the theme. Thanks again, so much!
Sidebar.php http://pastebin.com/NGgq5fXn
footer.php http://pastebin.com/kBQnbTmD
header.php http://pastebin.com/Efrw00Yx
page.php http://pastebin.com/TEz6LxWKSeptember 6, 2012 at 1:39 am #141091In reply to: Group Sub nav links
lbrocka
ParticipantThank modemlooper – I totally agree about unsupported plugins and warned the client, but he is crazy about having this group home page and all the extra info sections. Everything was working well until the last buddypress update. The problem seems to be that both the group frontpage and Activity are directing to mysite.com/group.
I am thinking that creating a custom activity page may more what we want. building on the trick above – if I create a custom page template, such as group-activity.php – not sure where to put this. We are using a child theme.
Then – remove the default Activity sub-nav item and add a new custom sub-nav link
Any reason that won’t work?September 6, 2012 at 1:35 am #141090In reply to: How to edit group word from toolbar
mix35
ParticipantHello,.
I tried to change the word “Group” in bp-languages/buddypress.pot file but nothing is happen same in the bp-groups/bp-groups-template.php:361 . Is this word can’t be change in one file? http://content.screencast.com/users/decs2/folders/Jing/media/f9681c4b-3042-41c9-b3b9-4dd671f555c0/pleasehelpme.pngSeptember 5, 2012 at 11:09 pm #141083In reply to: Extended settings
Devilish Concept
ParticipantDont mean to be a dick like, but it is rather annoying having 2 buddypress options on the backend menu cos if you click you plugin settings then click any other native settings it goes to the new buddypress location and your settings arnt their,
and as for the other thing it would be cool but buddypress should add that themselves, the new update was good but i doubt we will see another 1 for a year lol
-
AuthorSearch Results