Search Results for 'wordpress'
-
Search Results
-
I have some serious problem using BuddyPress with IIS and SQL Server 2012.
My WordPress version is 3.5.1
BuddyPress version is 1.7.2 , IIS 8 , SQL Server 2012.
I am using wordpress-database-abstraction for using SQL Server.My problem is when I install BuddyPress and activate it, the pages like Activity, Groups , Members Leads to wrong pages.
Permalinks for these pages are like “http://localhost/wp-sqlsrv/index.php/activity/” ,”http://localhost/wp-sqlsrv/index.php/groups/”
these pages only have Title Like Groups ,Activity and not anythingBut if I change the url for Groups page from “http://localhost/wp-sqlsrv/index.php/groups/” to
“http://localhost/wp-sqlsrv/groups/” then I see the correct page.why these permalinks are wrong and how to make them correct
I am using URL Rewrite 2.0
and My web.config is
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”WordPress Rule” stopProcessing=”true”>
<match url=”.*” />
<action type=”Rewrite” url=”index.php” />
<conditions logicalGrouping=”MatchAll”>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” />
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” />
</conditions>
</rule>
</rules>
</rewrite>
<defaultDocument>
<files>
<remove value=”index.php” />
<add value=”index.php” />
</files>
</defaultDocument>
</system.webServer>
</configuration>Any help ! I am struggling from 3 days for this.
Hi there we are trying, if in a group only moderator activity is shown, not any member’s activity like- Someone has joined the group update.
Any help or documents
Thanks, hoping for reply soon
we are working on, WordPress 3.5.1 BuddyPress 1.6.4hi, we are trying to do this Who is online function should be limited to friends circle only,or .
or group members only.
Any Help
we are using wordPress 3.5.1
buddypress 1.6.4I have a wordpress multisite where users sign up and make pages to show off their sports stats. I installed buddypress so users could friend each other but when a user clicks the link on the friends widget it takes them to the buddypress activity stream. Is there a way to setup the link to go to their blog instead of the activity stream. Sadly my guess is no, but I was hoping someone might know a work around like allowing a user to add a link to the activity stream that could point to their blog. I am running latest version of genesis with the agency child theme and the latest version of buddypress.
Hi,
I am running WordPress 3.5.1 with BuddyPress 1.7.2, using WordPress default theme TwentyTwelve with the BuddyPress Template Pack plugin amongst a few other plugins installed.
I’ve been getting on ok with customising it all but have been struggling for literally a couple of hours trying to remove the word ‘Directory’ from the auto-generated title ‘Members Directory’. Logically I thought it was the line of code (line 21):
<h3><?php _e( ‘Members Directory’, ‘buddypress’ ); ?></h3>
found within /wp-content/themes/twentytwelve/members/index.php
I switched it to:
<h3><?php _e( ‘Members’, ‘buddypress’ ); ?></h3>
However no change reflects in the front end. I’ve also tried adding extra test lines of code in various ‘out of the loop’ parts of both this page and members-loop.php but nothing works. I’ve tried googling and looking through the forum as this is just a straight HTML title, its not hyperlinked.
What am I missing?
Could it be some sort of caching issue, or is there some sort of code that needs going in a functions file?
url is: http://devserver4.co.uk/claydoncourt/members/
Thanks for any help on this…
WP 3.5.1/ BP 1.7.2 / subdomain install / no core modifications / some hooks in functions.php
A number of our users (on Windows/IE) have reported an error after completing and submitting a registration on our site. <http://connect.projectlogin.net/>
Some received a Gateway timeout, so we increased timeouts in our htaccess.
SetEnvIf Request_URI “index” DynamicTimeout=300
SetEnvIf Request_URI “wp-login” DynamicTimeout=300
SetEnvIf Request_URI “register” DynamicTimeout=300Others are getting a 404 error. (We do not see these issues on any other browsers or platforms we’ve tested.)
I disabled all registration-related plugins, including Invite Anyone, but still have the problem.
I see some parallel discussions about forms triggering the IE 9 Popup Blocker.
<http://wordpress.org/support/topic/wpcf7_validate_email-triggering-ie-popup-blocker>
However, I don’t know how to test where the problem might be coming from: WP core, BP, theme (Responsive), plugins.
If you have heard of similar problems with the BP register/profile fields screen elsewhere, could you post links?
I am using WordPress Version 3.2.1 . I have used BuddyPress plugin and custom community theme for my site (not live, it’s in local device). In custom community theme, there are many groups(city) and each group may contain many users. I need to display pictures in main body section of the city/group page uploaded in that group only. All the images are uploaded on C:\xampp\htdocs\staging3\wp-content\uploads\bpfb. But I need to display the pictures of respective groups in the group body section.
For this I have tried to use image_tag_templates.php file of C:\xampp\htdocs\staging3\wp-content\plugins\buddypress-activity-plus\lib\forms location.
How to use that??
And my real concern is how to distinguish the images of respective group from bpfb folder?WordPress 3.5.1.
Theme Weaver II Pro 1.3.8
Buddypress 1.72
Also use WangGuard plugin: http://wordpress.org/plugins/wangguard/
Site: http://ssnet.org/I created a page in my WordPress blog (http://ssnet.org/join-us/) for Buddypress registration, and I added the shortcode [register-page] (It seemed like it ought to be valid. ๐ So where do I find a list of valid shortcodes for Buddypress??) Attempting to access the page directly yields a page-not-found error. However, it comes up when a user clicks on “Register” on the front page.
However, the content on the page I created gets totally overlooked and standard registration form content appears instead.
I see this in the Source for the page:
<div class="entry-content cf">
<div id="buddypress"><div class="page" id="register-page">
<form action="" name="signup_form" id="signup_form" class="standard-form" method="post" enctype="multipart/form-data">
<p>Registering for this site is easy, just fill in the fields below and we'll get a new account set up for you in no time.</p>
I would like to know precisely where to find the form to edit the paragraph beginning with "Registering ..." (I don't want to use a plugin for that).
There's much else I would like to do, but editing that one paragraph would be a good start.
Any help would be much appreciated. :) (I'm quite inexperienced re Buddypress. Trying to learn ...)
I’m almost done with a custom implementation of WordPress 3.5.1. It’s a closed community and I have a pretty complex profile page and member directory. I can’t use BuddyPress completely because of specific requirements. For example, some profile attributes are not editable by members, but are required. These fields are populated during member signup, which is also a custom implementation of mine.
However, eventually I would like to use BuddyPress for most of it’s other community features, such as the activity stream, messaging, forums, etc.
Any ideas on how I can replace/integrate my profile implementation with BuddyPress? Here are some initial ideas:
- Override BP profile page with a child theme to use my custom php template to only display the profile not edit it. Is this possible? Then users would use my custom profile form which is in wp-admin.
- In addition to the above I could hook my profile page to save it’s data in BP’s xprofile tables instead of my custom table.
- Continue to use my custom implementation but only put the default name field in BP’s xprofile table to “connect” the two profiles together.
In addition to this, I played around with BP and my implementation and I couldn’t figure out how to filter 2 essential items: links to profile page and avatars.
- I have a filter on get_avatar to display the member’s profile headshot, but I couldn’t get BP to display it when I filtered on bp_core_fetch_avatar or bp_core_fetch_avatar_filter.
- My member profile page is at /profile/member using a custom specialized page template. Can I filter BP’s profile links to link to this instead of it’s profile page?
Thanks in advance for any input