Search Results for 'wordpress'
-
AuthorSearch Results
-
April 12, 2011 at 12:44 pm #110091
In reply to: Creating new files in BP
Paul Wong-Gibbs
KeymasterFigure out the basics of plugins first, https://codex.wordpress.org/Writing_a_Plugin, and then try AJAX https://codex.wordpress.org/AJAX_in_Plugins
April 12, 2011 at 12:33 pm #110087In reply to: Creating new files in BP
Paul Wong-Gibbs
KeymasterTypically, you start by creating a plugin and go from there. Have you written plugins for WordPress before? Also, what are you trying to do?
April 12, 2011 at 1:10 am #110063@mercime
ParticipantYou’d have to adapt group codes to do that, much like this plugin did https://wordpress.org/extend/plugins/bp-group-reviews/
April 11, 2011 at 8:03 pm #110041In reply to: How to manage roles in BuddyPress
Paul Wong-Gibbs
KeymasterI don’t think so, because BuddyPress doesn’t make use of WordPress roles or capabilities yet
April 11, 2011 at 5:54 pm #110037In reply to: BuddyPress and Shared Hosting
David Lewis
ParticipantNow that BuddyPress runs on WordPress in single blog mode… what do people think about running BuddyPress on a shared host in single blog mode with a community of maybe 175 members. Again… there would just be the ONE parent blog. No sub-blogs.
April 11, 2011 at 5:09 pm #110027In reply to: [Suggestion] BuddyPress Badges.
@mercime
ParticipantThere’s something like that already. Just needs to be updated https://wordpress.org/extend/plugins/buddypress-badge/
April 11, 2011 at 2:35 pm #110005In reply to: Making Your Theme BuddyPress Compatible
@mercime
Participant@alexbdd Following the instruction in this BP codex article https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
Go to server and download the template folders/files transferred by BP Template Pack plugin process to your active WP theme folder down to your computer.
Open up activity/index.php
change this at the top, replace:
``
with
`<?php
get_header ();
?>
<div class="column span-“>`At the bottom of same file, replace
``
with
`
<?php
get_sidebar();
get_footer();
?>`Save file and upload to server following the directory structure. You need to do the same thing in the next 12 files.
April 11, 2011 at 12:08 pm #109986In reply to: Reset buddypress cache?
Paul Wong-Gibbs
KeymasterThere’s no cache (only WordPress’) but the activity stream content is written once into the database. You’ll have to go into the database, bp_activities table, and make changes manually.
April 11, 2011 at 9:09 am #109975In reply to: Friend Referral System
Bowe
ParticipantIf you want to completely disable public registrations, and only want to set up a invite only BuddyPress community, check out this plugin as well: https://wordpress.org/extend/plugins/wordpress-mu-secure-invites/
Should work in combination with the plugin Mercime mentioned
April 11, 2011 at 8:15 am #109972In reply to: Friend Referral System
@mercime
ParticipantApril 11, 2011 at 7:46 am #109970In reply to: Importing LJ communities to BP groups
@mercime
Participant1) You could import/export all posts and comments from LJ to WordPress site. https://codex.wordpress.org/Importing_Content#LiveJournal. Didn’t check what WP version the script was compatible with, but you can download WP versions from this page
and upgrade to later version later.
https://wordpress.org/download/release-archive/Currently, there are no scripts to convert these into a BuddyPress group setting. You might have to hire someone to consult with or to implement that as well as import users automagically as BP/WP users along the way.
http://jobs.wordpress.net/#2 and #3. Haven’t seen any indication that this can be done except probably with RSS imports/exports. I suggest you clear up #1 first before moving along these questions.
April 10, 2011 at 9:52 pm #109949In reply to: How to combine WP and BP themes
@mercime
Participant= I found some article and plugin for custimizing WP theme for BP ==
That’s one way, using your WordPress theme and installing the BP Template Pack plugin to transfer BP template files (for BP component pages) plus ajax and js goodness to make your WP theme BP-compatible.
Another way is to create a child theme of the bp-default theme
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
then adjust via CSS only to change layout and colors or do more than that.April 10, 2011 at 6:53 pm #109926In reply to: No Admin Bar or any other sign of BP on website page
mdaniels
MemberIt does. Below is what is in the Footer php file:
`<a href="https://wordpress.org/" title="” rel=”generator”> – Designed by Gabfire Themes
`
April 10, 2011 at 6:14 pm #109925In reply to: Original index template replaced by Buddypress index
@mercime
Participant== I can no longer reach the main index template from the editor as a Network Admin ==
If you mean files in child theme of bp-default theme, that has been reported
https://trac.buddypress.org/ticket/3096
https://core.trac.wordpress.org/ticket/16744If on other themes, please provide more information or steps to replicate problem.
April 10, 2011 at 3:37 pm #109913In reply to: Importing LJ communities to BP groups
Virtuali
ParticipantWhat is LJ? If it’s another group or forum software, you will need to search for a LJ to wordpress bridge. Otherwise, there is no other way to import, unless there is a feature with the LJ software.
April 9, 2011 at 10:57 pm #109891In reply to: Restricting User Access to Posting Updates
@mercime
ParticipantApril 9, 2011 at 10:53 pm #109890In reply to: How to call member avatar
@mercime
ParticipantYou might want how to look at how it’s done in this plugin – not updated for a while
https://buddypress.org/community/groups/buddypress-featured-members-widget/home/
or https://wordpress.org/extend/plugins/buddypress-featured-members-widget/April 9, 2011 at 6:36 pm #109878In reply to: BP Default Theme for BP Pages Only
@mercime
Participant=== two themes on the same wordpress install ===
If you mean use two themes for a single WP install or a single site of a WP multisite install. No. I seem to recall a plugin that was supposed to do that a long time ago, but I doubt if it had even been upgraded nor if it will work with BuddyPress.
What can be done right now is to create a child theme of bp-default then copy over the “regular” WP pages from bp-default theme into your child theme like index.php, page.php, single.php etc. and call a different header, footer, sidebar and even styling for those specific pages.
April 8, 2011 at 11:30 pm #109849In reply to: Comments are not working!
drewbarden
MemberI have this issue as well. Just migrated from a shared hosting environment to a VPS. This is the only change I’ve made. My stats:
Wordpress 3.1
Buddypress 1.2.8
Default Favicons
Root Directory
Core files untouchedPlugins:
BuddyPress Template Pack
W3 Total Cache with Object Cache & Minify active
BP-Album+
MarkItUp RTE (manual JS plugin install)So the issue is only on some groups. On both groups that work properly and don’t, there are no obviously problematic HTML validation errors. On the groups that are problematic, MarkItUp doesn’t appear on the textarea, and when “reply” is clicked, the page reloads (hashtag visible), and no comment box appears. Oddness. Thoughts?
April 8, 2011 at 9:21 pm #109845In reply to: BP Default Theme for BP Pages Only
boruchsiper
Member@merciime The tutorials you linked to shows how to make buddypress pages look like the wordpress theme. What I want to accomplish is to have my regular wordress pages have it’s own theme, and use the default buddypress theme (that comes bundled with the plugin) for BP specific pages. In essence I want to use two themes on the same wordpress install.
April 8, 2011 at 4:25 pm #109825In reply to: BP Default Theme for BP Pages Only
@mercime
ParticipantUse a WordPress theme and install the BP Template Pack plugin where you have to change HTML structure to use your WordPress theme’s HTML structure.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/April 8, 2011 at 10:28 am #109811Bowe
ParticipantHi not-so-poor Programmer,
That stuff made my head spin. Exactly the reason why I became a poor designer. I kind of misunderstood the functionality as it seems, and so it is more to prevent dupes in the stream, and for hidden and private groups.
I think the functionality described by me will be extremely useful for bigger communities. I’d rather not start blocking certain types of Activity Stream items (https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/) and just show certain items to followers/friends only.
So if you could do something magical to make that happen.. I think a lot of bigger BP communities will be pleased. Or just turn it into a plugin! (HINT HINT LOUD NOISES)
April 8, 2011 at 6:23 am #109793In reply to: 2 Different Member Types On Different Member Pages
noizeburger
ParticipantMaybe you can use this as a starting point: http://cleverness.org/2010/08/08/add-user-types-to-wordpress-and-buddypress/
April 8, 2011 at 3:03 am #109792In reply to: Blog Comments Notifications Plugin
danbpfr
ParticipantApril 8, 2011 at 2:15 am #109789In reply to: Problems with Install- Setting Up Forum
ramycaspi
MemberBuddy Press – Version 1.2.8
Word Press – 3.1.1,
Wordpress is installed as directory
Did not Upgrade WP – This is a new install via dreamhost using Buddpress Press & Pages (template)
Buddy Template Pack – Installed & Activated
Dynamic Widgets Activated
And standard WP default plugins (jetpack, askimat etc…) -but currently all not activated -
AuthorSearch Results