Search Results for 'wordpress'
-
AuthorSearch Results
-
November 3, 2010 at 10:19 pm #97386
In reply to: Different profiles for different user types
noizeburger
Participant@localpaper and all the others: this is a working start (at the moment only working with multisites enabled):
http://cleverness.org/2010/08/08/add-user-types-to-wordpress-and-buddypress/Give it a try.
November 3, 2010 at 9:01 pm #97375In reply to: Buddybar not showing at top of the site?
pcwriter
ParticipantEverything you ever wanted to know about page templates can be found here:
https://codex.wordpress.org/Templates
November 3, 2010 at 5:11 pm #97348In reply to: Is a site like this possible?
joshkadis
MemberI’m in the same boat, experienced in WordPress and building my first BuddyPress site. I can’t speak to all the specifics of the photo gallery but overall I’d say yes, a site like that is possible. I’d be surprised if there wasn’t a good photo gallery BP plugin out there.
BuddyPress functions should be pretty intuitive if you know WordPress, although BuddyPress is not as well documented. So it helps if you know enough PHP to understand how a function works just by reading the code.
Good luck!
November 3, 2010 at 5:10 pm #97347In reply to: Avatar no more displayed / Can not be uplodaed
Tolden
MemberI tried the following now: I deactivated all Plugins, also Buddypress. Then I tried to upload an image to the Mediathek in the Adminarea of WordPress, but I get the same error, that I get in Buddypress with Avatars. So I think this is not a Buddypress Issue, but I do not understand where this issue came from and how to fix this? Do you have one more idea?
November 3, 2010 at 10:24 am #97331In reply to: New Buddypress Theme: Custom Community – 1.0
Sven Lehnert
Participant@Bowromir, Thanks!
1.5.2 comes now with a jQuery slideshow for the front page and your pages.
A post template to list the latest posts from a category.
You can add CSS into a separate area, to keep CSS changes update save.
And much moreā¦Demo site:
http://www.custom-community.themekraft.com/Screenshots:
http://www.custom-community.themekraft.com/screenshots/Theme download:
https://wordpress.org/extend/themes/custom-communityPro version:
http://pro-community.themekraft.com/November 3, 2010 at 4:42 am #97316In reply to: Buddybar not showing at top of the site?
zenzard
MemberI hope I explain this right. The active theme on my site is Detox, which is bp enabled. However, I am using the Page Theme plugin so I can use different themes on different pages. The theme I want to use on two different pages is the Ecolines free theme (https://wordpress.org/extend/themes/eco). So it’s that theme where I want the bar to show up. (live link: http://herppeople.com/herpauctions/).
I have installed the plugin using the corrected file above, and this is the error I get….
Fatal error: Cannot redeclare bp_dtheme_post_update() (previously declared in /home/***MY SITE****/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:113) in /home/*****MY SITE****/public_html/wp-content/themes/Detox/_inc/ajax.php on line 92
So I think the fact that my primary theme, Detox, is bp enabled, is conflicting with the plugin. Clear as mud? LOL!!!!!
November 3, 2010 at 1:58 am #97313In reply to: CSS for member page
@mercime
ParticipantRe plugin – you might want to look at how BP Group CSS plugin is done – https://wordpress.org/extend/plugins/buddypress-group-css/ where CSS can be set by group
Re pure CSS manipulation – filter body class to add e.g. username to body class so you can manipulate layout, colors, fonts, etc. in individual member pages
November 3, 2010 at 12:45 am #97310Brian Bowman
Participant@paulhastings0 – I was able to setup a local host environment on a Mac for WP 3.0.1 AND enabling the multisite user (though I never got to testing any sites in DW yet as I immediately installed BP). An outstanding tutorial on how to do this can be found here: http://net.tutsplus.com/tutorials/wordpress/how-to-set-up-a-killer-wordpress-testing-environment-locally/
November 2, 2010 at 11:49 pm #97305In reply to: Blogs, how?
paulhastings0
ParticipantDid you enable multisite in WordPress?
November 2, 2010 at 11:28 pm #97303In reply to: Blogs, how?
pcwriter
Participant1 – Make sure you have multisite enabled. https://codex.wordpress.org/Tools_Network_SubPanel
2 – Enable creation of new sites in the “Registration settings” section under “Super Admin” > “Options”November 2, 2010 at 11:26 pm #97302In reply to: members// adding 2 slashes instead of 1
damien
Participant# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
my current .htacces filei have removed and reinstalled to the spec specified and still it appears im using latest wp and latest bp downloads clean install on linux apache.November 2, 2010 at 10:33 pm #97292In reply to: Best Plugin for dropdown menus?
modemlooper
ModeratorI think they want the main tabs to have drop downs. Search https://wordpress.org/extend/plugins/search.php?q=drop+down+menu&sort=
There are a bunch but the problem is they won’t match the BP default style. You’ll have to add the code to call the wp custom nav and delete the hard coded BP nav.
November 2, 2010 at 10:01 pm #97285In reply to: Installed Template Pack Now I have A White Screen
@mercime
Participant@whitbyglennk if you have BP 1.2.6 installed, there’s some conflict with BP Template Pack https://wordpress.org/extend/plugins/bp-template-pack/. Check out @hotforwords‘ BP Template Pack “fix/upgrade” in this thread https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-template-pack-and-buddypress-1-2-6-things-break-but-i-have-a-solution
November 2, 2010 at 8:45 pm #97270paulhastings0
ParticipantI was actually under the impression that WordPress 3.0.1 stopped working with Dreamweaver CS5. Have you verified that this is a BuddyPress-specific problem?
November 2, 2010 at 2:49 pm #97237In reply to: Installed Template Pack Now I have A White Screen
LPH2005
ParticipantAs hnla suggested, the topic is covered extensively on these forums. You can try a search using, ‘white screen’ (https://buddypress.org/search/?f=white+screen)
Before going too far, you might try to increase the php memory limit via the wp-config.php file first. If your host allows it, you can also change the setting in the .htaccess.
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
November 2, 2010 at 10:41 am #97220In reply to: Buddybar not showing at top of the site?
@mercime
Participant“The primary theme is buddypress enabled,”
@zenzard – what primary theme? Per your post, you’re using “Ecolines” theme from repo, but I can’t find any such theme there https://wordpress.org/extend/themes/November 2, 2010 at 8:19 am #97214In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
piccs3o
ParticipantIshimwe thank you for your help. I for one certainly appreciate the huge effort that goes into Buddypress.
November 2, 2010 at 8:17 am #97213In reply to: Avatar no more displayed / Can not be uplodaed
Tolden
Member@hnla: Thanks for your reply. I am a newbie in WordPress & Buddypress, so some things are very difficult for me. I only made the upgrade to 1.2.6 by the automatic upgrade not by FTP. The Server is a Virtual Server Managed, so I can control nothing by myself but it works like a normal server not like a shared hoster. I made no changes to the file permissions and to the server, I only made the upgrade and installed a new plugin called “Invite Anyone” and sendt 5 Invitations with that. On my next visit on the site, all Avatars where gone, but they are still on the server in their folders.
November 2, 2010 at 1:26 am #97194In reply to: Buddybar not showing at top of the site?
@mercime
ParticipantTo get a WP theme working with BP, you need to install the BP Template Pack plugin then go through the steps – see BP Template Pack walkthrough https://codex.buddypress.org/extending-buddypress/bp-template-pack-walkthrough-level-easy-2/
Btw, BP Template Pack plugin needs to be updated for BP 1.2.6 yet, but someone has unofficially updated it at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-template-pack-and-buddypress-1-2-6-things-break-but-i-have-a-solutionNovember 2, 2010 at 1:18 am #97193In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
Ishimwe
Participant@JustinCA: here’s the solution. I have had the same issue for a long time until I came accross this small plugin. However, I hope you are descent enough to understand that nobody here ” owes you help”. The same goes for anyone who thinks along those lines. If I had been here 3 months ago, possibly it would have helped, but I was possibly roaming the web elsewhere because we DO NOT live here, NOR do we work here!
https://wordpress.org/extend/plugins/mail-from/
@ketan khope: If you left buddypress already, coming to vent about it to buddypress users is pretty cheap man. Grow up and learn to appreciate others’ efforts. How many CMS or plugins have you put together? I bet 100% certainly that it can’t be much. Even if it is, it can’t be the size of buddypress/wordpress because you wouldn’t be on this forum thread. Would you?
November 2, 2010 at 12:16 am #97186In reply to: User issues.
Daryl S. Lminggio
ParticipantI found out the problem. Yahoo wont receive my wordpress confirmation emails..
November 1, 2010 at 11:35 pm #97179In reply to: User issues.
teebes
ParticipantThis site is not meant for production support; what ‘service’ are you referring to anyway (obviously everyone here is volunters, though mainly enthusiasts).
Your posts aren’t including any technical details around your setup yet you’re expecting a resolution? What version of wordpress? What version of buddypress? What version of php/apache? Multisite enabled? What do you see in your error log? What has recently changed in the environment, plugins, themes, etc?
November 1, 2010 at 11:15 pm #97175In reply to: User issues.
Daryl S. Lminggio
ParticipantThis service Sucks! I support wordpress but I’m starting to believe Buddypress is a FAIL! so is this support forum.. its totally the opposite.. smh
November 1, 2010 at 10:47 pm #97173Hugo Ashmore
ParticipantThemes more obviously break things, they are for more obvious if they perform badly, and reflect that much more on WP as a whole would be my guess. I’ve always been of the opinion that they really ought to be vetting plugins as a badly written plugin could have far more serious consequences it would be nice to see a two tier repository where there were approved /recommended /tested plugins and a second general pool but it’s probably a lot of work.
It had crossed my mind to mention the lack of comment tag in pages but sort of thought that it might have been for a reason and that I’d be pointing out the obvious.
November 1, 2010 at 10:30 pm #97171modemlooper
ModeratorI posted about it awhile back
This happened on another theme and I added the page.php file but it should be in the default. I forgot about the issue until I just updated a child theme and they rejected again. The last time it happened it took 6 weeks to get the theme finally approved. I guess they were backed up reviewing themes. I may stop using the repo. It takes too long to fix minor things. Why do they have to review themes but not plugins? Never understood this. -
AuthorSearch Results