Search Results for 'wordpress'
-
AuthorSearch Results
-
February 12, 2010 at 12:41 pm #63153
In reply to: Downgrade WordPress MU to a standard WordPress?
Oliver @ WebMatros.com
Participantnexia > Do you think the merge is that close? I really hope so. Have heard about the merge, but didn’t realise it would solve this for me in the process. Thanks for pointing it out;-)
Chouf1 > WordPress MU and WordPress differs quite a lot. The user management is different for one thing.
February 12, 2010 at 8:50 am #63148danbpfr
ParticipantTake a look into the bp-group-blog plugin;
it allows user rights independantly of wp
https://wordpress.org/extend/plugins/search.php?q=buddypress+groupblog
February 12, 2010 at 5:10 am #63142Diesel Laws
ParticipantThe fatal error you are receiving is probably from not disabling buddypress linked plugins and THEN the actual Buddypress plugin itself BEFORE upgrading (Read more here – https://codex.buddypress.org/getting-started/upgrading-from-10x). I have crashed my site in the past from doing this. My theme itself really only has minor code changes and it’s not really possible to crash a whole site as it takes most of the code from the default theme.
The Unplugged theme also works ONLY with Buddypress 1.2rc+ and WordPress 2.91+. Installing Buddypress on a wordpress website in general may be a steep learning curve at the start but please read all the instructions on that link to guide you through.
February 12, 2010 at 4:24 am #63141In reply to: Convert a WordPress Theme to a BuddyPress Theme
fastfido
ParticipantThe conversation has a little traction over here
https://buddypress.org/forums/topic/new-theme-framework-and-exisiting-wp-themes
you will want to read over this as well.
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
February 11, 2010 at 9:27 pm #63120Dwenaus
ParticipantOK, I’ve worked out some of the issues, and have something to share:
the eventual url will be here: https://wordpress.org/extend/plugins/buddypress-group-tags/
but for now it is : http://bluemandala.com/bp-group-tags.zip
any and all feedback is appreciated.
Plugin Description:
This plugin will allow you assign tags to groups. You can then show a clickable tag cloud above the group listings or use the Group Tags widget.
Known Issues:
This plugin does not integrate with the ajax group Search, Order By or My Groups functionality.
Everything works fine, however the url from the group tag remains in the browser.
I have no idea how this works with paginated groups.
TODO: look into making this work with ajax calls to fix url display
ensure the do_action hook is added to default theme *request has been made*
show common tags in the tag adding interface
create links for tags when displayed under group description
IMPORTANT INSTALLATION INSTRUCTIONS
For this plugin to work, you need to edit /bp-themes/bp-default/groups/groups-loop.php in the buddypress folder
on the 6th line, right below this code:
<?php if ( bp_has_groups( bp_dtheme_ajax_querystring( ‘groups’ ) ) ) : ?>
ADD this line:
<?php do_action( ‘bp_after_groups_query’ ) ?>
If it is already there, then ignore this note.
Future versions of the buddypress default theme hopefully will include this line.
February 11, 2010 at 3:31 pm #63099In reply to: cannot active buddypress plugin
rsqst
ParticipantHi there,
I’m getting the same error when I try to activate buddypress.
Buddypress 1.2 RC2
Wordpress 2.9.1 (not MC)
mySQL 5.0
hosting is done by 1and1.com
I’d appreciate any help you can offer…
February 11, 2010 at 2:42 pm #63098In reply to: GPL Question re upcoming plugin release
Jeff Sayre
Participant…thought about selling our plugin and making some cash per user download but the main inhbiting factor for us was that we would be limiting it’s reach by it not being available in the WordPress repository.
I believe it is important to give back to the community–especially if you directly profit from using any of the WP ecosystem products. That is why many people prescribe the freemium model where you offer a standard version of your plugin for free (this is the one you host on the WP repo) and then offer your premium version on your on site or another hosted site.
It is important, in my opinion, to offer real value in the standard version, not just fluff that whet people’s appetite and then makes them trade up to the “real” plugin. With regard to this point, along with additional functionality, one of the differentiating factors between your standard and premium versions could be support level. You offer basic support for the standard version and more robust support for you premium version. It is up to you to decide what standard and robsut support actually means.
Again, in my opinion and the opinion of many others in our community, themes and plugins must be GPLed. There are certain exceptions like the few I outlined in my first post in this thread. Another exception is if you call a propritary algorithm hosted on a remote server via an API–much like the Akismet service’s code is not GPLed. However, I am not a software attorney (or any other type of attorney for that matter), so if you do want to sell non-GPLed themes or plugins for use with WordPress, I suggest you contact one before doing so.
Since a lot has been written about the GPL issue, I suggest searching the Web for more details if you’re interested.
February 11, 2010 at 10:56 am #63086In reply to: GPL Question re upcoming plugin release
Xevo
ParticipantLots of different opinions about this, but lets face it, will wordpress sue you if you don’t use GPL license on your plugin/theme? Anyway, I haven’t found any legal evidence that your forced to use GPL on your plugin/theme, just speculations and opinions.
Vladimir Prelovac gave solutions of this problem on his blog a while back.
The solution exists and is technical in nature. For plugins you can develop your whole code as a library under your own licensing model. Then you would have the wordpress plugin which will call functions from your library. The plugin itself becomes GPL but the library not and you are free to slap any kind of license and restriction to it.
For themes it is a bit of a different story. Having read the GPL FAQ carefully this is my interpretation. First solution: You do not need to call any WordPress functions in your theme, but you can connect to the database directly and get the information you need. This method is possible but not elegant at all.
Second solution is to have your theme in external php files and one WordPress index.php. This file will use WordPress functions and only include() your files as neccessary. Again index.php would fall under GPL, all other files won’t.
February 11, 2010 at 10:33 am #63085In reply to: First experiments and I already need help :(
Xevo
ParticipantSet up a test environment on your local pc and create your website, plain php and theme changes can be copied easily to a new place (another server for example), just db stuff needs to be implemented later, make sure to test this on your local pc before going to your live site.
When your sure the site is running correctly on your local pc and you found out a way to copy the db stuff to your fresh installation on your local pc, make a new clean install with the same settings on your live site, remember to notice members on this before doing the upgrade. Put your site behind a htacces maintenance referral, excluding your own ip, so you can still edit and test the site, but others get to see the maintenance page. If everything goes right, you’ll have your new site running in no time.
MAKE SURE TO BACKUP THE WHOLE OLD SITE BEFORE SWITCHING TO YOUR NEW ONE!
@ David: Yes there’s a plugin for wordpress that allows you to put it in maintenance mode as well, but then there would have to be a wp installed already, the above solution just refers to a html page through htaccess.
February 11, 2010 at 8:31 am #63083In reply to: GPL Question re upcoming plugin release
thebloghouse
ParticipantReally interesting thread guys.
We are a few weeks away from releasing our first and potentially very lucrative plugin (WP not BuddyPress) and thought about selling our plugin and making some cash per user download but the main inhbiting factor for us was that we would be limiting it’s reach by it not being available in the WordPress repository.
In an ideal world we would also like to do the ‘nicer’ thing and go down the GPL route for everything we do without thinking twice but at the end of the day after many months of development your first GPL plugin is the hardest one to get out the door as it is a complete mind shift from the old closed software model we have been used to!
February 11, 2010 at 5:53 am #63076In reply to: Site Admin > Group Access
r-a-y
KeymasterIf you’re using WordPress MU, the groups admin menu can be found under “Site Admin > Groups”
February 11, 2010 at 5:52 am #63074In reply to: Create a Site Forum
r-a-y
KeymasterThis site uses an external bbPress install, and is not the conventional BuddyPress method for setting up forums.
An example of the conventional BP method can be found here: http://testbp.org/forums
If you like the way the bp.org forums look, you’ll have to integrate WordPress with bbPress.
One guide to integrate WP and bbPress can be found here:
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
Other WP/bbPress guides are available over on:
February 11, 2010 at 4:27 am #63072In reply to: Convert a WordPress Theme to a BuddyPress Theme
Reezo
ParticipantI think you can do it the same way as upgrading theme from 1.0 to 1.1..
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
February 11, 2010 at 2:08 am #63066In reply to: Convert a WordPress Theme to a BuddyPress Theme
Scotm
ParticipantSo anyone have a general guide to converting an existing WP theme to work with BP 1.2?
Thx
February 11, 2010 at 12:17 am #63057In reply to: mo file uploading broke my 1.2
danbpfr
ParticipantI continued my investigation and find some interresting things on the german WP forum
about the 2.8 version and 64bit server php bug due to gettext.
http://forum.wordpress-deutschland.org/installation/55589-und-noch-einmal-out-memory-4.html
Also from germany this post in english:
http://alexrabe.de/2009/06/14/dear-hoster-we-need-more-memory/
from the author of memory_overview plugin
And a begin of solution, a modified mo.php file, from here:
http://www.code-styling.de/deutsch/wordpress-28-sprachdatei-speicherverbrauch-minimieren (the link to the mo file is in yellow under the title “Historie des Downloads” )
This file goes into wp_includes/pomo
Use memory_overview plugin, go to the dashboard to view the difference.
Since 2.5, WP give the possibility to increase php memory in wp-config, but this didn’t work for me.
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
February 10, 2010 at 11:57 pm #63052In reply to: Downgrade WordPress MU to a standard WordPress?
danbpfr
ParticipantAnoying for you, but the backend is exactly the same, except the BP menu
February 10, 2010 at 11:56 pm #63051In reply to: Downgrade WordPress MU to a standard WordPress?
Jean-Pierre Michaud
Participantinstead of downgrading, i would suggest you wait the next version of wordpress in 2 or 3 months, where both wpmu and wordpress are merged seamlessly… right now, you have no real possibility to make it go independant or you play with the database…
February 10, 2010 at 11:13 pm #63049In reply to: Advanced Search, is it possible??
r-a-y
KeymasterI believe the plugin is called BP Member Filter:
February 10, 2010 at 8:19 pm #63018In reply to: GPL Question re upcoming plugin release
Jeff Sayre
ParticipantYou will have to license your work under some version of the GPL that at minimum offers the freedoms that the WP GPL offers.
What others have said above is basically correct. The GPL does not say anything about free as in cost. It is about freedoms of the end user. In fact, the GPL does not discourage developers or theme designers from making money off of their work or someone else’s work.
However, the GPL is very specific in how this is to be done: either by charging a distribution fee, a support fee, or both. So, in effect, you are not charging for the code itself. The vast majority of Premium plugin shops simply charge a distribution and support fee. If their plugins are not GPLed, then something is wrong.
Here are two great links from the GNU website that explain this very clearly:
By the way, IMO there should not be a double standard in the WordPress community. Premium theme designers abound. Premium plugin developers should also be afforded the same respect and opportunity. The crucial point is that their work, like premium themes, must remain licensed under the GPL.
Of course, as Matt Mullenweg has stated on numerous occasions when discussing the issue of premium themes, although the PHP must be GPLed, the CSS and JS of the theme can be copyrighted. The same holds true with plugins. But, in my opinion, doing so is just too picky. I prefer to GPL everything–the PHP, CSS, JS, etc.
Now, you could choose to license your work under the AGPL, which is considered to offer more freedoms to the community. The basic difference from the GPL is that any changes made to your plugin, even if for private use, must be returned back to the community. Under GPLv1 through GPLv3, it is acceptable for any code changes to a plugin to remain private if the plugin is never distributed.
One final thought. I’ve stated this before in other places. Many people in the WordPress community seem to be moving beyond the spirit of the GPL, to a more utopian, share and share alike vision. There’s nothing wrong with that if it happens. But the GPL has never been about free as in cost.
February 10, 2010 at 8:16 pm #63016In reply to: Disabling Groups, using global bbPress forum anyway
r-a-y
KeymasterThis tutorial worked for me:
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
It’s a little old, but the basic premise is the same.
February 10, 2010 at 6:48 pm #62995In reply to: GPL Question re upcoming plugin release
@mercime
ParticipantHi DCartwright. I would say that the GPL even allows anyone to take WordPress core and release an ‘improved’ version and charge for it as long as it’s released under GPL as well. You know that the WP plugin repo requires GPL, but whatever you decide, you’ve got my 1pence or more
February 10, 2010 at 5:16 pm #62983In reply to: GPL Question re upcoming plugin release
Anonymous User 96400
InactiveGPL has nothing to do with code being free (as in beer). Anyone can take code published under the GPL (WordPress for example) and start charging for it as long as all necessary conditions are met.
February 10, 2010 at 4:17 pm #62970Greg
ParticipantDid you find what the problem was in the child theme? I am having the EXACT same issue, with the ghost 1969 group creation and everything. In group creation, everything seems to work just fine until the upload avatar page, where the form doesn’t show up.
The only files I have customized are the header and footer templates, and they should have all the important WordPress/Buddypress snippets necessary. Is there something in particular I should be looking for?
February 10, 2010 at 2:33 pm #62961Dwenaus
ParticipantThanks for the comment David. I agree for a very robust solution a custom taxonomy would fit the bill. However a bare bones implementation might just use the group meta table.
I checked out this older plugin: BuddyPress Contents (https://wordpress.org/extend/plugins/bpcontents/installation/) which has serious tag and category support however it is no longer in development. But maybe i’ll dig in the code and see how he implemented it and try to salvage the parts i need.
February 10, 2010 at 10:42 am #62946In reply to: wp_content disappeared during 2.9.1.1 + 1.2 upgrade
Windhamdavid
ParticipantHa Ha ~ twas caused by a plugin ~ props @Bowe
http://hungred.com/how-to/avoid-trouble-filter-thecontent-wordpress/
-
AuthorSearch Results