Search Results for 'wordpress'
-
AuthorSearch Results
-
February 6, 2012 at 9:44 pm #129380
In reply to: [Resolved] Ray of Light WordPress Theme issues
@mercime
ParticipantThis is what I need to help you make your theme compatible with BuddyPress as I posted above.
Open up your ray of light theme’s header.php file, copy all source, go to pastebin.com, paste copied source, click submit, and post the generated pastebin uri here. Do the same for your theme’s footer.php, sidebar.php, index.php and page.php files.
Only after checking out those files will I be able to make any determination and/or request from your theme developer.
February 6, 2012 at 9:38 pm #129378In reply to: [Resolved] Ray of Light WordPress Theme issues
Personally, I have no experience with PHP coding, But I have been working with Orange Themes, they developed my theme.
So could you write a response as to how they can convert there Ray of Light Theme to BuddyPress Theme?
I do believe that some instructions above do explain this, but could you please write this reply so I can forward this to them?
February 6, 2012 at 8:33 pm #129374In reply to: [Resolved] Ray of Light WordPress Theme issues
@mercime
ParticipantTo clarify:
– You installed WP and activated BuddyPress in physical subdomain buddypress of centennialchristianchurch.com
– You installed and activated BP Template Pack plugin and have gone through Appearance > BP Compatibility https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
– For Step 3 of the compatibility process, you need to use the 1st method (change 16 BP template files) OR the 2nd method (xxx-buddypress.php file) to make your theme compatible with BP. You haven’t changed anything in your theme files yet?Open up your ray of light theme’s header.php file, copy all source, go to pastebin.com, paste copied source, click submit, and post the generated pastebin uri here. Do the same for your theme’s footer.php, sidebar.php, index.php and page.php files.
February 6, 2012 at 5:53 pm #129368@mercime
ParticipantFirst thing. #2) If you’re changing the BP template pack files, then backup and remove the header-buddypress.php and sidebar-buddypress.php files we created from your quickstart theme folder in server.
It’s either the 1st method (changing BP template pack files which you did) OR the 2nd method (xxx-buddypress.php files), because mixing them for BP Compatibility is unnecessary and can cause issues if you mix up your HTML structure.
#1) If you delete the header-buddypress.php and sidebar-buddypress.php files then the changes to the stylesheet will be different assuming you got the markup correct.
Before taking final measures however, perhaps you’d copy source code of your full width page template from quickstart and post to pastebin.com. We could take a look at changing header- and sidebar-buddypress.php instead if feasible.
February 6, 2012 at 5:01 pm #129365snowlas
ParticipantAgain – many thanks for your hard work! WordPress and BuddyPress are just awesome. I just need help with 2 things. I’m including a photo.
1. I’m not sure where to get the custom background code or if I should place it somewhere in the buddypress default theme or my style sheet.
2. I went into each page for group, activate, register, activity, etc, that buddy press made. Set the template to a full width template. This did not get rid of the sidebar when I’m in buddypress pages. I want to get rid of the sidebar all together.
Thank you!
February 6, 2012 at 7:14 am #129353In reply to: How to make BP plug-in?
@mercime
ParticipantYou mean you want to create a plugin like http://buddydev.com/plugins/bp-gallery/ ?
Have you checked out BP Album/Media https://buddypress.org/community/groups/bp-album/home/
Or, if you really want to start from scratch, you might want to check out how BP Plugins can be made via reading source and using necessary sections at https://wordpress.org/extend/plugins/buddypress-skeleton-component/
February 5, 2012 at 8:37 pm #129332In reply to: Need some help please
@mercime
ParticipantCheck out https://wordpress.org/extend/plugins/s2member/ to start off.
February 5, 2012 at 8:22 pm #129331In reply to: do not recieve confirmation email
aces
ParticipantSometimes emails end up in spam or junk directories/folders….
Some web-hosting providers might require you to install a wordpress plugin such as https://wordpress.org/extend/plugins/mail-from/ and/or https://wordpress.org/extend/plugins/wp-mail-smtp/
wp-mail-smtp also has a useful debug feature and more settings…
February 5, 2012 at 6:23 pm #129325In reply to: oembed in BP 1.5 activity stream – is this a bug?
rossagrant
ParticipantHey Paul, thanks for that.
Just seems members will normally place links in the midst of text, thus not everything is going to get embedded.
You can place a link anywhere in text on Facebook etc and it detects it.
It’s no great problem, but it;s cooler to show embedded stuf, rather than links.
You can see the behaviour in my post above.
One embeds, one doesn’t, yet the difference is tiny in how it is written.
Do you think it’s worth me posting it to the WordPress guys?
February 5, 2012 at 6:13 pm #129322In reply to: oembed in BP 1.5 activity stream – is this a bug?
Paul Wong-Gibbs
KeymasterNot a bug. It matches exactly how they work in WordPress posts. I think we’d need a good argument to change the behaviour.
February 4, 2012 at 9:37 pm #129290@ChrisClayton
Participant@jmk10276 in buddypress 1.6 their will be Akismet integration built into buddypress, which will help kill the activity spam. https://buddypress.org/about/roadmap/
Their isn’t really any spam protection plugins for buddypress available right now though,
https://wordpress.org/extend/plugins/bp-labs/ is the plugin that the 1.6 core akismet-intergration is based on, but as the plugin page states “all experiments are in beta, and come with no guarantees.”Another option might be to use a captcha plugin to kill them at the registration page – https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
February 4, 2012 at 5:46 pm #129273In reply to: Home Page Fine: Others Error 404
@mercime
Participant== It’s set up for subfolders with multisite, not subdomains ==
My bad. But using /blog/ in permalinks with the subfolder structure is even worse. That’s why you need to change permalinks. See why: https://codex.wordpress.org/Create_A_Network#Permalinks
February 4, 2012 at 3:22 pm #129261In reply to: Activity Stream – Now Friends & Profile Picture
@ChrisClayton
Participant(2) – You may want to see the Block activity types plugin – https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/
February 4, 2012 at 9:59 am #129243In reply to: [Resolved] Disable Nested Comment
@ChrisClayton
Participant@heruputra – as @Mercime said, you can easily do it with CSS, removing the indent styles so that they appear to be seperate comments to the activity.
You could also use this code – https://buddypress.trac.wordpress.org/ticket/1870#comment:2
changing the depth to 1 will remove the ‘reply’ button on comments.February 4, 2012 at 7:36 am #129236In reply to: Forum: Unreplied RSS Feed – How to?
r-a-y
KeymasterCheck out how feeds are done in BuddyPress itself.
There are two things you need to do:
1) Create an action listener to tell BuddyPress that the URL you’re on is the feed
2) Next, tell BuddyPress what template file to use for the feed and create an activity loop to generate the feed.For example, to see how BuddyPress generates the sitewide activity feed:
1) BP creates an action listener for the sitewide activity feed here:
https://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-activity/bp-activity-actions.php#L3592) BP uses the following template file referenced in step 1 to generate the sitewide activity feed:
https://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-activity/feeds/bp-activity-sitewide-feed.php#L1See how that file structures the RSS feed? It uses an activity loop (bp_has_activities()) with specific arguments to sitewide activity.
—
To create an unreplied RSS feed, follow the steps above as a guide.
Instead of an activity loop in the RSS feed, you’ll probably need to use a forum topics loop with ‘type=unreplied’ as the argument.
Hope that gives you a few pointers.
February 4, 2012 at 7:23 am #129234In reply to: How to add content to ACTIVITY feed RSS?
r-a-y
KeymasterCheck out how activity RSS feeds are parsed in:
/wp-content/plugins/buddypress/bp-activity/feeds/There are a few hooks you could potentially use to add additional content.
If you want to filter the item description, use the “bp_get_activity_feed_item_description” hook available in the bp_get_activity_feed_item_description() function.
Various other filters are available for the item title, etc. in bp-activity-template.php as well.
February 4, 2012 at 7:17 am #129233In reply to: Is this a bug? –bp_is_active undefined
r-a-y
KeymasterThis is fixed in the trunk version of BuddyPress:
https://buddypress.trac.wordpress.org/ticket/3682February 4, 2012 at 6:05 am #100231@mercime
ParticipantBefore anything else, I have updated sidebar-buddypress.php in post above to include necessary script for the register page near bottom of file.
February 4, 2012 at 6:01 am #100235rhek
ParticipantMercime,
Just curious, you seem to figure out what needs changed pretty quick. Could I ask if you do anything different from the instructions in the BP Compatiblity plugin?
This is what I was working with…
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
Thanks,
RhekFebruary 4, 2012 at 12:06 am #129223In reply to: [Resolved] a few questions.
@ChrisClayton
Participantre activity comments: https://buddypress.trac.wordpress.org/ticket/1870#comment:2
February 3, 2012 at 10:22 pm #129216In reply to: [Resolved] Child Theme Styles in Buddypress 1.5.3
David Cavins
KeymasterAre you using the BuddyPress Template Pack plugin? (https://wordpress.org/extend/plugins/bp-template-pack/) I used that and followed the procedure for adding BP compatibility to my theme that the plugin provides.
February 3, 2012 at 9:04 pm #129212snowlas
ParticipantBackground image
I don’t know where to grab this code. I didn’t see anything in the style.css page. Or where to paste this in the buddy press theme?Sidebar
I do have a full width template file. I’m guessing I need to call that template – named tpl-fullwidth.php in the header? I tried to erase calling for the sidebar in the header file. This doesn’t work. I erased the inner div codes on the sidebar-buddypress.php file, but it just erases the information. My content is still small.February 3, 2012 at 8:18 pm #129209In reply to: Help Modifying WordPress Theme “hello :D”
IllusionApp
MemberI tried that out but it wouldn’t work.
Then I went in to the template css file and changed with width of div.item-list-tabs ul to 99% instead of 100% and it fixed the alignment problem.
I don’t quite understand why it works but it works.
Thanks for all the help, Chris.
Now time for me to go back in and fix all the divs for the Buddypress pages to match my theme.
February 3, 2012 at 6:30 pm #129201@mercime
ParticipantYou’re welcome.
== only thing missing is the background image ==
That is because the body class .custom-background where your black background is added to is not automatically generated in the BuddyPress template files. If you are set in what your style is, you could copy over the body.custom-background styles to body { }== If I got rid of the sidebar for a full width view, would it break? ==
Check if the theme has a full-width template file and make the changes in header-buddypress.php and sidebar-buddypress.php per structure.February 3, 2012 at 6:07 pm #129196In reply to: Help Modifying WordPress Theme “hello :D”
@ChrisClayton
ParticipantThat happens every time i use the template pack css.

add this to your css…
div.item-list-tabs ul li.last {
margin-right: 40px;
} -
AuthorSearch Results