Search Results for 'wordpress'
-
AuthorSearch Results
-
May 12, 2011 at 4:31 pm #112142
In reply to: Members profile not shown.
@mercime
Participant== Everything is working fine except the member profile page view.Members listing are ok but when i am trying to view the member profile it redirect me to same page mean member listing page.==
There are missing files in your installation. Deactivate all plugins except BuddyPress and change to bp-default theme, and see if the issue is corrected. If so, then it could be that if you’re using a WP theme and installed BP Template Pack, but not all BP template files were transferred to your active WP theme. Go to theme folder in server and check if these 13 files in 6 different folders have been transferred
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templatesMay 12, 2011 at 4:22 pm #112141In reply to: Default Permalink Help
@mercime
Participant== I have 20+ blogs written that have been shared all over the internet via default permalinks. ==
WP/BP versions? Are all those 20 blogs in a multisite installation or in single WP’s?
== Is there ANY way to override this or to set the custom structure so that it is exactly the same as the default? Any help would be great!! ==
It all depends on the configuration of your blogs – MS or single, but there are ways to go about this.
On multisite installation, just create another site e.g. http://mainsite.com/newsite where you can define BuddyPress and set permalinks to other than default.
On single WP, e,g, http://example.com, I would create a physical subdomain http://buddypress.example.com/ install WP at root using the same database as the example.com site but with a different prefix and share userbase — backup DB first before attempting this.
https://codex.wordpress.org/Installing_Multiple_Blogs#Multiple_Databases.2C_Same_UsersMay 12, 2011 at 1:45 pm #112179In reply to: BP Album Page Navigation
DoctorDR
MemberI would probably just use wp-pagenavi, which I’ve been using on wordpress sites for years now – https://wordpress.org/extend/plugins/wp-pagenavi/. Otherwise there are a host of possibilities. You’re using a
container for your images, whereas I would normally use an unordered list, but you could do anything from using a continuous page (such as ‘load more’ on the activity stream), or you could load the 24 images in a single page block and then use a content slider combined with lazy loading to scroll from page to page – loading and displaying a further 24 images with each click.Really, there’s nothing wordpress/buddypress specific once you’ve queried and gathered the content, thereafter you’ll find endless ways in which to present and scroll through it which applies to any type of website.
Would you mind sharing your code for aggregating your images from across the network? I’m about to do the same for blog posts and it would provide a good reference point.
May 12, 2011 at 8:29 am #112122In reply to: How to make a Facebook-esque “Like” button for BP?
Gwyneth Llewelyn
ParticipantI’m wondering about the same thing.
So far, I had no luck finding any workable solution.While I’m reasonably familiar with WordPress, BuddyPress is still a mystery to me, namely, I have no clue (yet) on how to post an “activity” from within a BuddyPress plugin. The trick here, as I see it, is somehow exposing an API that allows remote sites to insert an “activity” when a button is pressed. Now this is something I know how to do using WP’s standard XML-RPC API for posts/pages/comments and so forth. BuddyPress, however, seems to have a completely different taxonomy, and none of those calls are exposed by WP’s API. Someone has a semi-abandoned project to create a XML-RPC API for BuddyPress, but it was all of a sudden abandoned a few weeks ago, the author claiming to have been victim of hackers, and deleting all documentation, examples, and warning plugin users that he wouldn’t support BP any longer.
May 12, 2011 at 7:08 am #112117Paul Wong-Gibbs
KeymasterMay 11, 2011 at 10:24 pm #112100In reply to: How can i create video gallery on a page
Alan
MemberHi, this is really simple to build.
1. you need to have post thumbnail for each video post that you add. https://codex.wordpress.org/Function_Reference/the_post_thumbnail
2. you can then create a category with an name for example ” hip hop “. http://www.youtube.com/results?search_query=how+to+add+categories+wordpress&aq=0m&oq=add+categories+word
3. every time you add a hip hop video post, you need to select the hip hop as category for that post.now you need to modify you’r archive.php file so that it accepts post thumbnails,here is an example ….
<div id="content"> <div class="padder"> <div class="page" id="blog-archives"> <h3 class="my-title"></h3> <div class="post" id="post-"> <div class="post-content"> <?php if ( function_exists('the_post_thumbnail') && current_theme_supports("post-thumbnails") && has_post_thumbnail() ) : ?> <a href="" title=""> </a> <h2 class="posttitle"><a href="" rel="bookmark" title=" "></a></h2> </div> </div> <h2 class="center"></h2> </div> <div id="clear"></div> <div class="navigation"> <div class="alignright"></div> <div class="alignleft"></div> </div> </div><!-- .padder --> </div><!-- #content -->now all you need to do is style it and create a link that links to your category,in your case it would be something like http://www.yoursite.com/category/hip-hop
I hope this helps.Sorry but I really don’t have much time at this moment to go into details,I’m working on a brand new community for lovethistune,soon as I finish it then I’ll post this theme with the theme framework that I’m also currently working on for download at http://www.uloga.net
LTT’S Current theme is for BP testing only.
May 11, 2011 at 8:18 am #112023ChevignoN
MemberSame problem, plugin dowloaded today (11/05/2011)
Fatal error: Call to undefined function bp_core_is_multisite() in
Profiles**************Mes documentswampwwwBLOG-plateforme-testinside-ajilonwordpresswp-contentpluginsbp-template-packbp-template-pack.php on line 188
Call Stack
# Time Memory Function Location
1 0.0035 487016 {main}( ) ..themes.php:0
2 0.0063 581584 require_once( ‘
Profiles**********Mes documentswampwwwBLOG-plateforme-testinside-ajilonwordpresswp-adminadmin.php’ ) ..themes.php:10
3 0.8287 27249824 do_action( ) ..admin.php:151
4 0.8287 27250728 call_user_func_array ( ) ..plugin.php:395
5 0.8287 27250744 bp_tpack_theme_menu( )May 11, 2011 at 2:30 am #112036r-a-y
KeymasterThis issue has been brought up in the past.
You can disable the ability to use the activity stream to reply to forum posts by doing the following:
– Login to your WordPress install.
– Navigate to “BuddyPress > General Settings”.
– Under “Disable activity stream commenting on blog and forum posts?”, select “Yes” and save.There is currently no other solution to sync activity replies to forum topics yet.
May 11, 2011 at 2:26 am #112034In reply to: How do remove the ”forums” tab?
r-a-y
Keymaster@gcortex – Uninstalling the forums component and removing the forums tab from the header are two different things.
If you want to uninstall the forums, login to your WordPress install and navigate to “BuddyPress > Component Setup”. Under “bbPress Forums”, select “Disabled” and then save the settings. Forums should no longer be enabled.
If you want to remove the forums tab from your header, since you’re using the Fishbook theme, you should edit the header of the Fishbook theme.
May 10, 2011 at 6:27 pm #111992In reply to: Not listed as plugin & errors on Install
BlueInkAlchemist
MemberI just tried scrubbing the remote folder of buddypress, and reuploading a fresh folder from my Dropbox. The plugin doesn’t show up under the list of those available to the WordPress installation.
May 10, 2011 at 5:13 pm #111986In reply to: Attempting to write new user password to database
gekido
Memberany reason you’re not just using the standard wp_insert_user() function? what does buddypress do that’s different than the standard wordpress signup?
I’m curious because I’m in the process of doing the same thing as the OP (although was planning on just using the default wordpress functionality, which I have working for my system – but the next step is to migrate the code so that it uses buddypress as well)…
May 10, 2011 at 5:54 am #111964In reply to: How Do I Remove Log Out From “My Account” Menu?
chrisreg1
MemberHmm unfortunately, that still did not work. Thanks for all your help thus far guys. Here is how my problem originated:
I recently transferred my site from the default ”/wordpress/” sub directory to my root directory. Everything works fine in BuddyPress except for the LOGOUT and LOGIN menu options from the BuddyPress menu bar (up at the top).
Upon looking at the URL that the logout and login tries to redirect to (in the tag), it still thinks it is in the ”/wordpress” subdirectory and the thus results in a Error 404 – Page Not Found problem.
I’ve search various ways to do this but people have either not have found a solution or seem to not have posted it. I originally thought I could just use the ‘Add All Nav Links to Admin Bar’ plugin (https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/) and hide the Login and Sign Up options but unfortunately the “Log Out” still remains since it is under the ‘My Account’.
Any help would be much appreciated, thanks.
May 10, 2011 at 12:16 am #111954In reply to: Problem with Buddypress community link.
@mercime
Participant== Eveyrytime I create a new site (I’m running multisites on WordPress) Buddypress creates a tab named Community. ==
This is not default behavior. Causes for this may be
– you’re using a theme that generates a community tab – change to bp-default theme to see difference, or
– you installed WP/BP in subdirectory of site named community, or
– you have WP multisite and defined BP in subsite named community.== “Sorry, Not Found, Error 404 ==
https://codex.buddypress.org/troubleshooting/navigation-links-return-404-errors/
== Can anyone tell me how to fix this? ==
Change theme to bp-default and deactivate all plugins except BuddyPress and see if your site is working like default installation like http://testbp.org
May 10, 2011 at 12:03 am #111950In reply to: Someone show me a simple and clean site
@mercime
ParticipantPlus you can look over sites at http://www.bpinspire.com/ or you can check out the fishbook theme https://wordpress.org/extend/themes/fishbook-buddypress-buddypack
May 9, 2011 at 8:08 pm #111936In reply to: Site Admin v Network Admin
r-a-y
KeymasterYou’re correct. If you turned on WordPress’ network functionality, then BP will reside in the new Network Admin section.
BP plugins need to be updated in order to account for the Network Admin section in WP 3.1.
May 9, 2011 at 8:02 pm #111933r-a-y
KeymasterThis issue hasn’t been addressed yet. See:
https://buddypress.trac.wordpress.org/ticket/3099It’s probably best to keep backups in the meantime.
May 9, 2011 at 7:47 pm #111932Brandon Allen
ParticipantSo, just a few hours ago, Boone just added a ticket with patch (https://buddypress.trac.wordpress.org/ticket/3205) to make this very easy. If any of you could go test this, then add any feedback, that would be great. The patch is for 1.3, but you should be able to make it work on 1.2.x.
May 9, 2011 at 4:40 am #111907In reply to: How Do I Remove Log Out From “My Account” Menu?
chrisreg1
MemberThanks Virtuali but the Logout menu was still there and at the bottom of the site I saw this message
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘my_alter_bp_adminbar’ was given in /home/content/62/7486962/html/wordpress/wp-includes/plugin.php on line 395
Please advise!
May 8, 2011 at 11:15 am #111861In reply to: BBpress Forums Installation
Paul Wong-Gibbs
KeymasterYes, it’s a known bbPress bug; https://bbpress.trac.wordpress.org/ticket/1486
May 8, 2011 at 10:26 am #111860In reply to: BBpress Forums Installation
tanvir
ParticipantI also had the same problem as @dwwilkin.
I enable the Wp_debug and found that when buddypress installing the forum it’s unable to create a table name wp_bb_post. So whenever someone try to open the open the post’s under topic it returns WPDB error that $bbdb->posts table not found.
I looked at bb-adminincludesdefaults.bb-schema.php for the crate table command. I found at line 40, the post table use ‘FULLTEXT KEY’ which is only supported by ‘MYISAM’.
This is the original query:
$bb_queries = “CREATE TABLE IF NOT EXISTS `$bbdb->posts` (
`post_id` bigint(20) NOT NULL auto_increment,
`forum_id` int(10) NOT NULL default 1,
`topic_id` bigint(20) NOT NULL default 1,
`poster_id` int(10) NOT NULL default 0,
`post_text` text NOT NULL,
`post_time` datetime NOT NULL default ‘0000-00-00 00:00:00’,
`poster_ip` varchar(15) NOT NULL default ”,
`post_status` tinyint(1) NOT NULL default 0,
`post_position` bigint(20) NOT NULL default 0,
PRIMARY KEY (`post_id`),
KEY `topic_time` (`topic_id`, `post_time`),
KEY `poster_time` (`poster_id`, `post_time`),
KEY `post_time` (`post_time`),
FULLTEXT KEY `post_text` (`post_text`)
) TYPE = MYISAM;”;This query is returning error ion MySQL 5. So, I change the last line of the query to;
‘) ENGINE = MYISAM’
And it works. Now I’m able to create post under any topic.
So in summary simplest fix for the issue is:
1. Create a table on your wordpress database using following query
CREATE TABLE IF NOT EXISTS `wp_bb_posts` (
`post_id` bigint(20) NOT NULL auto_increment,
`forum_id` int(10) NOT NULL default 1,
`topic_id` bigint(20) NOT NULL default 1,
`poster_id` int(10) NOT NULL default 0,
`post_text` text NOT NULL,
`post_time` datetime NOT NULL default ‘0000-00-00 00:00:00’,
`poster_ip` varchar(15) NOT NULL default ”,
`post_status` tinyint(1) NOT NULL default 0,
`post_position` bigint(20) NOT NULL default 0,
PRIMARY KEY (`post_id`),
KEY `topic_time` (`topic_id`, `post_time`),
KEY `poster_time` (`poster_id`, `post_time`),
KEY `post_time` (`post_time`),
FULLTEXT KEY `post_text` (`post_text`)
) ENGINE = MYISAM;2. Refresh the forum topic page in front-end.
May 8, 2011 at 6:25 am #111851In reply to: Admin bar login redirects to 404
chrisreg1
MemberAny solution to this? I’m having this problem now after I moved from /wordpress subdirectory to root.
May 8, 2011 at 5:48 am #111849In reply to: How to modify the content from the blog post
@mercime
Participanthttp://elitenick.com/2009/04/03/wordpress-customize-the_content-to-generate-your-own-htmlcss-image-more-link.html
For more assistance, please post your query at the WP.org forums – https://wordpress.org/support/forum/how-to-and-troubleshootingMay 8, 2011 at 1:14 am #111833@mercime
ParticipantThere are different approaches to what you want to do which includes deciding whether you will allow your users to post from the backend or to post always from the front end. My approach would be to use EventPress plugin https://wordpress.org/extend/plugins/eventpress/ along with with http://buddydev.com/plugins/eventpress-gallery/ which requires the premium BP Gallery plugin http://buddydev.com/plugins/bp-gallery/ which has images, audio, video galleries. Perhaps others would like to share what their approaches would be.
May 7, 2011 at 7:06 pm #111820In reply to: How to disable WP sidebar from all buddypress pages
katemgilbert
ParticipantYou can also use the Widget Logic plugin with the conditional statements listed here: https://wordpress.org/support/topic/buddypress-and-widget-logic.
The easiest way to enact this is to exclude all component groups.
May 7, 2011 at 3:56 pm #111806DoctorDR
MemberQuickest solution would be to join Buddydev and implement the ‘Global Forum’ plugin – http://buddydev.com/plugins/global-forums/
You can see it in use on Bravesh’s own forum – http://buddydev.com/forums/
I personally prefer forums which link to groups, since this avoids duplication of topics. The other half-way solution would be to use ‘buddypress-group-forum-extras’, https://wordpress.org/extend/plugins/buddypress-group-forum-extras/ – which would enable you to set up a group for each general forum type (i.e. support questions, introduce yourself, general chat), then pin these to remain permanently at the top of the ‘Forum Index’.
-
AuthorSearch Results