Search Results for 'wordpress'
-
AuthorSearch Results
-
November 22, 2009 at 9:11 pm #57223
In reply to: Buddymatic theme framework
Brajesh Singh
Participantbtw,try to re save the permalink ,and It will be hopefully solved.
try this
Dashboard->settings->permalink
and just click save.
Go and check,this should solve your problem.In WordPress Mu 2.8.x I have seen this as a common issue and after re saving the permalink ,the problem went away most of the times.
November 22, 2009 at 9:06 pm #57222In reply to: Add extra sections to members
Brajesh Singh
ParticipantYes, you are right.You need to create a custom component.
here is a great way to start.
Download the skeleton component from here and have a look, you will see ,how can you do it.
https://wordpress.org/extend/plugins/buddypress-skeleton-component/
November 22, 2009 at 7:03 pm #7669Topic: Do not require sign up in order to just leave a comment on a post
in group forum Requests & FeedbackNovember 22, 2009 at 5:38 pm #57211Devrim
ParticipantThanks Jeff, that was a great link.. I solved my problem, I wish I could say what I did for the ones that will have this problem in the future, but there is no single solution. Mine worked with changing wp_blogs main blog URL, re-activating the theme from admin, and rest of the links didn’t work so i did a .htaccess redirect for them…
i wish wordpress would come up with a move script like they have install… it’s very tiresome to debug everything..
cheers.
November 22, 2009 at 2:50 pm #57207In reply to: Adding the admin bar to a php file.
maburker
ParticipantOk, we moved it out of wordpress onto a sub domain(e.g. home.mysite.com). This seems to work for right now. Some other coding is required. We just need to figure out how to add the admin bar. The page is a php page with all the html in that file and some php functions. So, there isn’t a header file or a footer file. The article for adding the bar to external applications won’t work for this. At least I can’t get it to work. Thanks for any help.
November 22, 2009 at 11:52 am #57201In reply to: confirmation e-mail landing in SPAM-folder ?
Sven Lehnert
ParticipantI changed the mail address from noreplay to a real one.
That fixed the spam problem for me.
See this plugin:
November 22, 2009 at 7:08 am #57199In reply to: Adding the admin bar to a php file.
r-a-y
KeymasterSo you’re saying you want to use the BuddyBar outside of WordPress?
If so, this article helped me:
http://dev.commons.gc.cuny.edu/2009/10/12/displaying-the-buddypress-admin-bar-in-other-applications/
I used this on a Moodle install and it worked.
—
Is your homepage powered by WordPress? If so, the answer will be much easier.
Let us know what your setup is.
November 22, 2009 at 4:34 am #57192Xevo
ParticipantStandard bbpress installations have their own admin panel. Since bbpress is actually a totally seperate software it just has a nice extra that it can intergrate with wordpress. So if you installed it manually and did not use the already made bbpress in buddypress, then you can make and administrate your bbpress from its admin panel. If you used the bbpress in buddypress then you won’t have a handy admin panel.
November 21, 2009 at 9:31 pm #57184In reply to: Search-Engine-Optimization plug-in ?
r-a-y
KeymasterNovember 21, 2009 at 5:09 am #57155r-a-y
KeymasterI dug through the folder structures to find that the old Plugins folder in wp-content was /plugins/ while the 2.8.6 folder is /mu-plugins/
The plugins folder should always be /plugins/.
/mu-plugins/ are for plugins you want to run sitewide; these plugins are automatically activated; you generally never put regular WP plugins in there!
I suggest starting your install over:
https://codex.wordpress.org/Installing_WPMU
If you’re upgrading, restore your backup DB and your previous MU files and read this:
November 20, 2009 at 7:56 pm #57127In reply to: Filter activity by blog (or group)?
r-a-y
KeymasterIf you’d like to associate a blog with a group, you could use Marius Ooms’ BP Groupblog plugin:
https://wordpress.org/extend/plugins/bp-groupblog/
Most likely the group filter will pick up the blog as a group.
—
There’s also Andy’s External Feeds plugin:
https://wordpress.org/extend/plugins/external-group-blogs/
Which you can use to grab an RSS feed and it will populate the group activity and site-wide activity streams.
—
About the other questions, I don’t have time to delve into it!
Maybe a mod or someone else can help you.
November 20, 2009 at 5:04 pm #57115In reply to: White Screen instead of Forums
josephtravers
ParticipantOkay… I solved it… turns out it was something the Events Calendar plugin was doing that was causing the White Screen on any forum page.
November 20, 2009 at 2:06 pm #57095David Lewis
ParticipantNovember 20, 2009 at 1:45 pm #57094In reply to: Group Calendar Plugin
John Stringfellow
ParticipantI’m testing the plugin and it’s got some severe limitations. It cannot handle recurring events and I can’t get it working globally. I am also testing Events Manager 2.0rc2. It seems much more capable of complex functions and display.
November 20, 2009 at 10:25 am #57090In reply to: Changing the root domain
Bowe
ParticipantThis is a good and clear guide for you:
November 20, 2009 at 4:52 am #570815477106
InactiveTo get rid of Pages, I followed the directions on the link specified above:
Using the following piece of code, the Pages will display without heading and in Page Order:
-
<?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>
It can be kind of hard to find, it’s about half way down the page on this link: https://codex.wordpress.org/wp_list_pages
November 20, 2009 at 1:49 am #57074In reply to: Upgrading procedures
thorosii
ParticipantI now understand the problem.
In order to get the new version to work I basically have to re-create my bp theme with the new theme files. I compared the standard new buddypress theme to mine after the upgrade and noticed that I don’t have a status directory for example I copied the contents of your bp-sn-parent into my bp theme and the new features all worked, except my css was now broken.
This is insane. I had paid someone a good deal amount of funds so that my bp theme matches my wordpress theme. Now I have to do it all over again if I want to move on from 1.0.3
November 19, 2009 at 10:38 pm #57054In reply to: Upgrading procedures
thorosii
ParticipantHere are the contents of my buddypress theme root within bp-themes:
http://avarayr.com/wp-content/themes/avarayr/images/bpthemeroot.jpg
Here are the contents of my wordpress theme root:
http://avarayr.com/wp-content/themes/avarayr/images/wpthemeroot.jpg
Please advise.
If I leave everything as is (without moving the contents from my bp theme to wp theme) and just upgrade automatically I had up with the messed up activity stream and other problems.
November 19, 2009 at 10:14 pm #57051mlovelock
ParticipantTry the custom filters for BP plugin – https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
Allows you / your users to be more prescriptive about what BP ‘auto-links’. Don’t think it will completely stop BP auto-linking some things – though you could, if you wished, tell the plugin to exclude ALL fields from being auto-linked.
You / users can also use the square brackets ‘[ ]’ in profile fields to specify words or phrases they do want linking.
The plugin’s pretty handy for specifying fields like web site / twitter that shouldn’t be auto-linked.
November 19, 2009 at 6:01 pm #57031In reply to: Limiting excerpts in the site-wide activity widget
dpolant
ParticipantWatch your escape quotes. Each time you write a double quote, it ends the previous quoted segment. If you start a quoted string with double quotes, use single quotes to indicate quotation marks inside. It works as vice versa as well.
If you already knew that and simply wrote it all with double quotes for your demonstration, I would advise that you double check your path to your image.
A word of advice about paths: it is usually a good idea not to hard-code the whole path. It will work on your site if you get it right, but if you ever move things it will break. Instead, use defined constants to represent these path components. WP_PLUGIN_URL points to your plugins directory, and get_option(‘siteurl’) will assume the value of your root domain, with http://. Here is a link that has some more of these useful constants.
Hope this helps.
November 19, 2009 at 5:44 pm #57030In reply to: Limiting excerpts in the site-wide activity widget
bpisimone
ParticipantThat is a great method @dpolant! I however wanted to insert this snippet here before
<blockquote>but it’s not accepting it. Mainly the url value is not accepted I think, how is that done correctly?
$activity_content .= "<img height="20" width="20" class="bla" alt="bla" src="http://wordpress.mu/(...)/bla.png"/><blockquote>"Thanks!
November 19, 2009 at 4:51 pm #57028In reply to: What do your spam signups look like?
Michael Berra
ParticipantHmmm – I installed the Plugin from Dennis Morhard “Invitation Code Checker” (https://wordpress.org/extend/plugins/invitation-code-checker) and changed the text a bit, so that my users know, which the code is when they register. Since then (a couple days now) ZERO spam signups… I hope it stays like that and the plugin is not too upset, that I misuse it
November 19, 2009 at 3:21 pm #57023In reply to: Buddymatic theme framework
capitalistdog
ParticipantHow do you make the custom child themes, from http://themeshaper.com/thematic/ work? WordPress MU can’t seem to see them, when I upload them.
November 19, 2009 at 9:59 am #57005In reply to: Registration Emails Lack Enough Information
stwc
Participant(I’m going to try to be helpful rather than just telling you to go elsewhere. I want Buddypress to grow, and users helping users ought be part of that. I’d also like the forum here to be a useful resource. So many threads at mu.wordpress.org are just cries for help with zero replies. That sucks.)
wordpressfan, I’d probably approach this using Roles. I’ve never done it, but you could set the Dashboard user default role in Site Options to ‘Inactive’. That would allow you to monitor signups, and approve as necessary, I’d imagine. As long as users know that there is a process in place where they have to wait for approval. There are plugins out there that allow you to create custom roles, too, but I’ve never used them.
In terms of the registration emails sent to you as admin, this is also a WMPU thing, not on the Buddypress end. I’m sure I’ve seen plugins that allow you to edit these, but I can’t find them for the life of me. If you’re comfortable with hacking the WPMU core (and rehacking after updates), you can find the place these emails are generated in
function newblog_notify_siteadmin
in wmpu-functions.php in /wpmu-includes
off the root of your WMPU install.
November 19, 2009 at 8:58 am #56999In reply to: Custom Password During Registration
stwc
ParticipantI seem to recall using this with success on an old pre-1.1 install to make that happen : https://wordpress.org/extend/plugins/cosmic-bp-user-signup-password/
-
AuthorSearch Results
Hi,
In wordpress, a user does not need to sign up in order to leave a comment on a post. With Buddypress, the user does need to sign up. Is there a way to not require a person to sign up just to leave a comment on a post? People who wants to leave a comment on a post does not necessariy need be a member of buddypress.
Any advise?