Search Results for 'wordpress'
-
AuthorSearch Results
-
October 21, 2009 at 1:00 pm #54927
In reply to: Chat Plugin Problem
Sven Lehnert
ParticipantI installed the plugin for testing purpose and I didn’t like it at all.
The chat software it self is nice stuff.
Build by https://blueimp.net/ajax/
I daunt like to have advertising stuff integrated. And there is add-sense in this Plugin.
I think this is not the finest way of making money.
If you want to test it, you need to install the chat client too.
For me it look like you just installed the plugin.
Go to the plugin directory. There must be a directory chat. Go in there and read the readme file.
After you fallow the instillation process of the chat software.
You will be able to chat and the Page will show up.
You will need to enter your mysql connection information.
I don’t know, but I think it is the best not to use the wordpress database for this.
Actually it is not a plugin and has nothing to do with wordpress it self.
The chat has its own connection to the db.
October 21, 2009 at 7:51 am #54917In reply to: 'empty' group members
Paul Wong-Gibbs
KeymasterIf you make a new group and join user(s) into it, does this problem reoccur? If it does, try to deactivate all plugins other than BuddyPress and make a new group and try again. If it doesn’t reoccur, then it’s a conflict with a plugin.
I have read recently of problems with feedwordpress + BuddyPress, so there’s an incompatibility somewhere (if indeed feedwordpress works with WPMU).
I’m inclined to thing this is a problem from the Groupblogs plugin, but let me know what happens when you test the above.
October 21, 2009 at 2:57 am #54914In reply to: Custom Theming Questions
madyogi
ParticipantAlright, this is starting to congeal. Only thing is, I”m about 80% confident with what you’re saying regarding the creation of actions in the functions.php file and those actions hooking into a do_action call in the parent theme.
2 questions:
1) If I create an action in the child functions.php that does not exist in the various templates of the parent theme, is it better practice to fiddle with the template file(s) of the parent theme, adding the do_action call there, or to move the template file to the child theme before making any changes?
2) Do you or anyone else have any suggestions for references a semi-savvy-newbie might use to gain a more complete understanding of how to write actions in the functions.php file? I assume there’s some fairly complete documentation in the wordpress codex, but perhaps there’s a link or two to some nice tutorial-type blog entries? I probably need to spend some more time with PHP coding anyway

Thanks everybody.
October 21, 2009 at 1:35 am #54909In reply to: Custom Theming Questions
Anonymous User 96400
InactiveThe best way to start with a theme for BP is to start off with the bp-default theme. Then copy files across from the bp-sn-parent theme if you need to modify a file. If not, then you can leave that file in bp-sn-parent, cause WP will get that automatically for you.
Of course, you can add all the functions later. The codex here is a great starting point on what functions are available to you. You can also go through the bp-sn-parent theme and have a look what’s in there and move it across, if you don’t want to use a parent/child theme structure.
You can place div#search-login-bar anywhere you like.
do_action functions cannot be reversed. They happen at exactly that spot in the template files. There’s so many, though, that you won’t have a problem finding one that suits your needs. Basically, you can write some custom functionality and add that to a certain hook by calling the add_action function. Here’s an example.
Somewhere in a template you might have this:
do_action( 'your_action_name' );Then in your theme’s functions.php file you could put the following:
function your_function_name()
{
//some stuff happens here
}
add_action( 'your_action_name', 'your_function_name' );That’s basically it. Sometimes the action passes along a variable with which you can then work.
Hope this helps you along a bit. The codex at wordpress.org is pretty extensive as well and you’ll find loads of stuff on actions.
October 21, 2009 at 12:14 am #54908In reply to: New blog theme available for the Groupblog plugin
abcde666
ParticipantHi Marius,
Do you have a Demo-website online to test your plug-in ?
Another thing: is there a chance to have something like the following, but not on a Group-Blog, but just a normal User-Blog ?
https://apeatling.files.wordpress.com/2008/06/blog.jpg
Many thanks,
October 20, 2009 at 11:38 pm #54904In reply to: 'empty' group members
Mark
Participant@DJPaul, thanks for the feedback and the info you offer. My basics:
1. wpmu 2.8.4a
2. subdomain
3. n/a
4. upgraded WPMU regularly since 2.7
5. Was WPMU functioning properly before installing/upgrading BuddyPress? yes
6. BP 1.1.1
7. Did you upgraded from a previous version of BP? last week when the current version was released.
8. Do you have any plugins other than BuddyPress installed and activated? Yes, 2 were activated on the main admin when and since this has occured:
a. Group Forum Subscription for BuddyPress
b. BP Groupblog
In mu-plugins directory:
akismet-credit-inserter
akismet
sitewide-tags
wordpressmu-favicon
9. Are you using the standard BuddyPress themes or customized themes? Standard
10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Using built-in bbPress
13. The errors that occurred during the period these member place holders ’empty’ were created are at the link. The IDs # were different. With bp-groupblog activated this error is generated any time any group is visited (the group doesn’t need to have a groupblog). Prior to this ‘event’, Groupblogs were activated when members joined other groups without any ’empty’ members being added to the group:
https://wordpress.org/support/topic/319417
Some blogs (not home blog) have feedwordpress plugin activated. It’s use generates errors/warnings. The ‘Failed to fetch’ started yesterday and the plugin is no longer functioning. Neither of these errors are logged around the time the ’empty’ members were added to groups:
[20-Oct-2009 17:15:32] PHP Warning: Illegal offset type in /home/xxxx/public_html/wp-includes/rss.php on line 1459
[20-Oct-2009 17:34:20] MagpieRSS: Failed to fetch (HTTP Error: <url> malforme)
October 20, 2009 at 9:37 pm #54900In reply to: What happened to the (awesome) Member Blog Theme ?
Bowe
ParticipantIt doesnt have to be exactly like this.. just a wordpress theme that has a look that suits with the normal BuddyPress layout.. I’ll try to look into this, and hopefully I can make something, but some help would be needed!
October 20, 2009 at 9:17 pm #54895Paul Wong-Gibbs
KeymasterTo defend Mr Peatling, I believe he has just taken the existing WordPress FBC plugin and adapted it to work with WPMU/BuddyPress.
October 20, 2009 at 8:58 pm #54892In reply to: What happened to the (awesome) Member Blog Theme ?
jobjorn
ParticipantIt’s a mock-up indeed: http://apeatling.wordpress.com/2008/06/12/new-buddypress-theme/
October 20, 2009 at 8:17 pm #54883In reply to: Specific Widgets
Paul Wong-Gibbs
KeymasterWidgets displaying on certain blogs/pages is probably something you are best searching the WordPress forum/plugin directory for, as it’s not something that BuddyPress implements.
October 20, 2009 at 8:11 pm #54880In reply to: Translation and path errors in backend @DJPaul
Paul Wong-Gibbs
KeymasterThe text “The default theme for BuddyPress” cannot be translated as it is in a .css file. As only the site administrator will see that text when they activate the theme, is it a big issue? The other text here is part of WordPress.
The wrong path thing is more interesting and there are some other forum posts here with that problem. I don’t know when I will get time to look into it so maybe someone else can help.
October 20, 2009 at 7:32 pm #54879Bowe
Participantthat looks pretty awesome! Is mediawiki a standalone wiki or is it integrated with WordPress in some way? How hard is it to get the whole shabang running? thanks in advance

ps: Is there a default member Blog theme available that matches the default BP look?
October 20, 2009 at 5:01 pm #54874In reply to: Disable profile linking?
Brajesh Singh
Participanthey
Try this one,hopefully It will help.
https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
Otherwise you can always edit the template file for profile.
October 20, 2009 at 4:32 pm #54872Brajesh Singh
Participanthi,Your page will not be accessible as http://yourdomain.com/features.php as it resides in your theme,It should be accessible via http://yourdomain.com/wp-content/themes/your_theme_name/pages/features.php
Now my advise,better look at How to use page template in wordpress.
https://codex.wordpress.org/Pages#Page_Templates
You can use your features.php as page template and create a page features, so this file can be accessed via yourdomain.com/features
Hope it helps.
October 20, 2009 at 3:42 pm #54871In reply to: feedwordpress and php warning
Mark
ParticipantOctober 20, 2009 at 3:22 pm #54870In reply to: How to add a menu bar for static pages?
lmarchese
ParticipantUse the defining function option in this post, it works like a charm. I just did it and it was a piece of cake!
http://www.thinkinginwordpress.com/2009/06/adding-sitewide-menu-items-to-buddypress-site/
October 20, 2009 at 12:39 pm #54859Bowe
ParticipantGreat idea and I would love to help out in creating buddypress themes.. I’m experienced in making themes, but not familiar with wordpress/buddypress but I think it would be good to have a site dedicated to bp themes only
October 19, 2009 at 9:55 pm #54835trusktr
ParticipantI’m having the same exact problem as well! Every page is Error 404. Fresh WordPress MU install followed by a fresh BuddyPress install. Error 404 on every page.
Might this have to do with htaccess? Are files missing? (I re-installed, but problem still persists)
October 19, 2009 at 6:48 pm #54830In reply to: How to Get Latest Ten Forum Titles
danbpfr
Participanthttps://wordpress.org/extend/plugins/bbpress-latest-discussion/
it works wih bp 1.1.1
October 19, 2009 at 5:42 pm #54828bolonki
Participant@Jacoby who wrote “I’m curious how many queries other social network sites use on a single page load.”
I was too, and saw that it varies widely — from about 40 queries per page for the commercial SocialEngine script (which now includes Zend fragment and full page caching, very nice) to the mind-blowing 1.364 queries just to show the Dashboard on Elgg as reported in Elgg’s own forum. As for Drupal, it makes a similar number of queries per page as BuddyPress (of course it depends on the number of modules, etc) and with that level it is such a mess that Jesse Farmer, the main developer for Popsugar (the most trafficked social network built on Drupal) abandoned the project and wrote on a developers forum that Drupal is impossible to scale and “it would have been easier to start from scratch”. And bear in mind that Popsugar got $5 million from Sequoia Capital, so they have plenty of money to “throw hardware” at the problem.
@DJPaul, who said “Your post is not very constructive as you haven’t suggested a particular page on a site which interested developers could look into – saying that the entire thing needs attention may be valid, but we need to start from somewhere.”
I am not a coder, so how about starting here: I will pay $500 dollars to the person or team that reduces the number of queries on the main Buddypress blog page to around 20 (which is the normal number for a WordPress blog running the default theme). I am ready to escrow this money on the site of their preference.
October 19, 2009 at 3:08 pm #54817madyogi
ParticipantHey all. I have just been hired full time as a web developer and videographer for a major medical school. The idea is to create a site that will recruit more young people to go into healthcare related fields.
Anyway, I want to use WPMU and Buddypress as the architecture for content management and some social networking components. I have a good bit of WordPress experience, but am completely new to BuddyPress. I am right now in the process of developing a totally custom theme for the site.
There is a lot of content outside just the main blog and the BuddyPress components. The wordpress functionality is basically complete and I’m now starting on the BuddyPress portion. I’m a bit confused as to how to step into the theme development. Is there a good explainer somewhere that might help me understand how exactly the BP components are called or hooked into what would otherwise be a standard WP theme?
I would not be able to share the custom build with the community as it would not have any applicability outside this site, but once I get my feet wet, I would be happy to help develop a more generic theme to donate to the cause.
October 19, 2009 at 2:20 pm #54814In reply to: Highly interactive theme. MooTools not compatible?
David Lewis
ParticipantPersonally… I would just try to make it work with jQuery instead since WordPress already includes it… and then you won’t be using two JS Frameworks. I’m pretty sure that anything MooTools can do… jQuery can do.
October 19, 2009 at 1:43 pm #54810In reply to: How-To: Add a directory page to your component
21cdb
ParticipantI was looking at http://www.dailywp.com/jobpress-wordpress-theme/ which is in use at http://jobs.smashingmagazine.com/. I was wondering if it was compatible with WPMU and Buddypress.
I would definitely interested in ur jobboard component!
October 18, 2009 at 11:54 pm #54790In reply to: WordPress Petition Plugin
Hollosch
ParticipantThanks,
I’ll try to contact the developer of this plugin.
October 18, 2009 at 11:18 pm #54785In reply to: WordPress Petition Plugin
Jeff Sayre
ParticipantI have not seen anyone on the BuddyPress forums reporting that they are using this plugin. You are the first that I’ve seen.
From the error message, it looks like WPMU has an issue with some code in the plugin. It could be caused by another plugin you’ve installed being incompatible or simply a bug within the plugin itself.
Your best bet is to contact the plugin developer, tell them about the error, and ask whether it works with BP v1.1.1.
-
AuthorSearch Results