Search Results for 'wordpress'
-
AuthorSearch Results
-
April 4, 2011 at 8:32 pm #109550
mikeytrooper
MemberEverything is perfect. If I make bank off of this idea you are totally getting a check!
April 4, 2011 at 8:27 pm #109549In reply to: Order/sort activity by “most favorites”
r-a-y
KeymasterThis isn’t as straightforward as it seems.
If you know your way around WordPress, here’s one way of doing what you want to achieve:
The favorite count for each activity item is stored in the activity meta table (wp_bp_activity_meta). So you could probably query the DB and grab all the “activity_id” sorted descendingly by the “favorite_count” meta_value.
Then you could use a BP activity loop and use the `include` parameter to add the activity IDs you grabbed from your WPDB query.
April 4, 2011 at 5:07 pm #109535@mercime
ParticipantSingle WP: Settings > General > Membership – check anyone can register
WP Multisite: Network Admin > Settings > Settings > Allow user registration OR Allow user account and blog creation (can’t remember exact words
)April 4, 2011 at 4:59 pm #109534mikeytrooper
MemberOK amazing. I have one last question. Everything seems to be working fine except except I am not sure how to make registration enabled. After this everything should be up to go.
For the hundredths time thanks!
– MikeApril 4, 2011 at 4:58 pm #109533In reply to: help creating my webforum
@mercime
Participant@kumaraneks Welcome to BuddyPress.
Many of your requirements are available out-of-the-box with BuddyPress. Some others are met by plugins. Test drive BuddyPress at http://testbp.org/ to see available features.
BP requires a solid WordPress installation – https://codex.buddypress.org/getting-started/before-installing/
BP Components like Forums, Groups, etc. – https://codex.buddypress.org/getting-started/configure-buddypress-components/
and https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/
and https://codex.buddypress.org/getting-started/group-settings-and-roles/Check out BP plugins – https://wordpress.org/extend/plugins/search.php?q=buddypress&sort=
Find answers to queries
— via our search box on top right corner
— via Google or other search engine
— if neither works, post a topic in this forumApril 4, 2011 at 3:08 pm #109529@mercime
ParticipantYour theme’s block of code for main navigation is from line 94 to 113 in http://pastebin.com/w0cGZvji
If you are using wp_nav_menu feature, you can easily add links to your BP Component pages in Appearances > Menu area.April 4, 2011 at 2:41 pm #109527mikeytrooper
MemberOK I think I have this part solid!
April 4, 2011 at 12:40 pm #109525In reply to: how to hide admin activity on Buddypress activity?
Virtuali
Participantwhen admin post on wordpress, post also appeared on BuddyPress activity, as admin’s activity.
how to prevent it? how to hide admin activity?
Try this plugin https://buddypress.org/community/groups/buddypress-block-activity-stream-types/
April 4, 2011 at 9:30 am #109520@mercime
ParticipantFOR THE TEMPLATE FILES
Open up activity/index.php (one of 13 files transfered by the template pack process to your on demand theme folder)
At top, replace
`
`with
`
`Right under that, replace heading h3 with h2
``
with
``
At the bottom of the page, replace
`
`
with
`
`Then you do this for the next 12 template files.
April 4, 2011 at 7:14 am #109513Hugo Ashmore
ParticipantBut ensuring a certain theme is always used for new blogs? is that the question? If so in wp-config add
`define(‘WP_DEFAULT_THEME’, ‘myCoolTheme’);`
There was also, and still is, a useful plugin for managing various default settings for new blogs, think this works up to 3.0 but not 3.1 but may be wrong:
https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/April 4, 2011 at 12:59 am #109495mikeytrooper
MemberHAHA no worries at all I should have both the header and page on pastebin.com.
I believe I have it simply under on demand heading and on demand page.April 3, 2011 at 9:50 pm #109487@mercime
ParticipantNo worries @mikeytrooper, we’ve all been there before. Post the page.php first and let’s work from there.
EDIT – My bad, now MY face is red. I missed the reason why you wanted to post the header.php — for the navigation links. I can help you there as well.
April 3, 2011 at 7:40 pm #109477mikeytrooper
MemberHAHAHAHA! Well there you go. Ugh embarrassing. OK I am going to post the page right now. Thanks again this is probably like working with a hamster.
There is an index.php and the page.phpApril 3, 2011 at 7:27 pm #109476@mercime
Participant== that is what the instructions told me to do ==
@mikeytrooper I wrote the walkthrough and it specifically states page.php or index.php, and content of page.php is what I asked you to paste in last paragraph https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/integrating-buddypress-into-on-demand-wordpress/#post-95018
April 3, 2011 at 7:06 pm #109475mikeytrooper
MemberI believe that is what the instructions told me to do. Like I said I really have no idea hahaha I am just going by the step by step instructions I may be totally off.
April 3, 2011 at 5:19 pm #109467In reply to: HyperDB with BuddyPress
Paul Wong-Gibbs
Keymaster@ds123 I have had a client site run with this set up but I was not involved with the web server or other technical details. I would suggest you post on the WordPress.org forums, perhaps at https://wordpress.org/support/forum/wp-advanced, and ask for information or advice on running WordPress in this way.
Pretty much all the WordPress server advise will apply to BuddyPress (as it’s just a plugin, after all!)
April 3, 2011 at 3:56 pm #109461@mercime
Participant== I am going to paste my header.php in the pastebin.com ==
You’re welcome. But why header.php? The structure you’ll be imposing on the BP template files transferred to your active theme will be coming from page.php
April 3, 2011 at 2:55 pm #109457mikeytrooper
MemberHey Mercime again thanks for responding so quickly and helping out. Out my deal….. I fixed the last issue but of course I am confused again!
I am currently trying to finish the add bp component Navigation Links in the Final Steps of the website you sent me. https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
If you could check this out you would be saving my life and my computers life because you will prevent me from tossing it out my window.
I am going to paste my header.php in the pastebin.com
My name on the site is Mikeytrooper and the name of the of the post is “On Demand Header”.Again thanks your the man!
– MikeApril 3, 2011 at 12:04 pm #109450In reply to: BuddyPress Questions & Answers
Bowe
ParticipantYou can do this a regular WordPress plugin. What features specific to BuddyPress do you need? Or get a premium theme like this: http://wordpressqa.com/instant-qa/
April 3, 2011 at 4:05 am #109435@mercime
Participant@mikeytrooper let’s take it here, better than in my profile update page

== I just have one more question I am looking at the on demand html and I don’t see the style.css I was wondering if you knew if it may be under a different name. ==
Not quite sure what you mean. Go to On Demand theme folder and open page.php with text editor and check HTML structure as I noted in the walkthrough. Your style.css file should also be in that theme folder. Like I mentioned above, last time I tweaked On Demand was a year ago. Though there must have been some major revisions to the template files since then, surely there’s a page.php and style.css file in the folder.
If you want me to check out the structure, copy contents of your theme’s page.php file and paste in http://pastebin.com/ and save. Post the generated URL here.
April 3, 2011 at 3:27 am #109431@mercime
ParticipantYou’re welcome. Cheers.
April 3, 2011 at 1:34 am #109425gdaybuddy
MemberAwesome, Thanks for your help, Really Appreciate it!
Cheers.
April 2, 2011 at 11:45 pm #109417In reply to: One blog per each BuddyPress user – IS IT POSSIBLE?
binarydigits
MemberThank you for a super fast reply. However, I red documentation, and it is for the previous version of BuddyPress / WordPress.
Site Admin -> Options -> Allow New Registrations > set to: “Only Logged In Users Can Create New Blogs” – is no longer available!!!Could you guide a BuddyPress/WordPress noob please?
If i need to change the code, I am fine with this – I have a software development background.
April 2, 2011 at 11:32 pm #109414In reply to: One blog per each BuddyPress user – IS IT POSSIBLE?
binarydigits
MemberThank you for a reply!
Yes, I am pretty sure that MultiSite is enabled.
I did the following check:
From the ‘Network Admin’ I added new site and called it ‘SubSite1’; the URL of SubSite1 is: xyz.com/SubSite1/.
The SubSite1 has it’s own blog where I can add a post, etc. The blog of SubSite1 is also listed in the top level site: xyz.com/blogs/.
So, there is a capability to have one blog per one sub-site.The question still remains, how can one blog per one BuddyPress user can be enabled?
I include the contents of wp-config.php for your reference (just in case you wonder what is there):
…
I have some passowrds infor here…
…
define(‘WP_DEBUG’, false);
define(‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘cfbp.dev’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
/* That’s all, stop editing! Happy blogging. *//** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);April 2, 2011 at 10:33 pm #109411@mercime
Participant@gdaybuddy WP Codex is your friend.
Backing up:
– https://codex.wordpress.org/Backing_Up_Your_Database
– https://codex.wordpress.org/WordPress_BackupsChanging configurations:
– Reverse “giving WP its own directory”
– https://codex.wordpress.org/Moving_WordPress
– https://codex.wordpress.org/Changing_The_Site_URLDuring this process, there are many helpful volunteers at WP.org forums to assist you https://wordpress.org/support/
From general observation, the best time frame to post there is around 9 am – 3 pm PST. You can bump your post there after 24 hours, just in case things get busy.During your changes, you should take a look at this BP Codex page
– https://codex.buddypress.org/getting-started/before-installing/Cheers.
-
AuthorSearch Results