Search Results for 'wordpress'
-
AuthorSearch Results
-
November 24, 2010 at 6:50 pm #99119
In reply to: Home page like facebook or linkedin
@mercime
Participanthttps://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates and widgetize it.
Add http://bp-theme-converts.com/buddypress-log-inout-widget/
Then change the old static page in front page to the new one you created. After all, there can only be one home page, normally.November 24, 2010 at 5:35 pm #99112In reply to: World of Warcraft achievement to activity stream
f15d9f87d
ParticipantFigured it out:
– Create a blog specifically for WoW achievements.
– Install http://feedwordpress.radgeek.com/, and then find my character feed using the WoWArmory.
– Set the Syndication to syndicate that character feed.
– Feed shows up Activity via blog posts from the blog I created for WoW achievements.November 24, 2010 at 9:13 am #99081In reply to: Features i miss in BuddyPress
idotter
ParticipantI just found a WP-Plugin called Allow Categories https://wordpress.org/extend/plugins/allow-categories/stats/ which might be used for acces rights.
November 24, 2010 at 8:12 am #99073In reply to: Home page like facebook or linkedin
@mercime
ParticipantSame way you do with WordPress blog theme. Either create
– home.php with the HTML, special widget area, and/or login code etc. Then upload to active theme folder. OR
– special Page Template with special widget area for login and/or login code.. Then Page > Add New with title Home and associate page template, Publish. Then go to Settings > Reading and choose – static front page with name of page as home page.November 24, 2010 at 4:20 am #99064In reply to: FORUM FOR BUDDYPRESS using wp forum server?
ElevenTwenty2
MemberI was able to accomplish this by simply installing https://wordpress.org/extend/plugins/forum-server/
November 24, 2010 at 4:02 am #99062In reply to: Unable To Upload Avatars
preacherboy86
MemberLooks like my webhost managed to fix the upload issue. As you might expect, I made a rather dumb mistake. Although I’m not too technical, so no surprises!
“The problem was the blogs.dir directory was created as a file rather than a directory”
Although NOW my issue is that once the image is uploaded, the jquery cropper fails to load, so I’m still unable to get unique images to either profiles or groups. I know many others are having this particular problem, too. If others have particular insights into fixing the jcropper issue – please post. Thanks!!
And again, I’m using WordPress (3.0.1) in multisite and the latest version of BuddyPress (1.2.6) on a subsite.
November 23, 2010 at 10:36 pm #99036In reply to: Best Plugin for dropdown menus?
modemlooper
ModeratorWhy wait? I think it could be tossed in easily with a if has nav and use the old li links as an else. It’s not like it’s some crazy functionality, it’s built into wordpress and added with minimal fuss.
If it’s not in 1.2.7 I’ll write a tut.
1.3 probably won’t be around for months.November 23, 2010 at 6:26 am #98975In reply to: please help me understand a wordpress/BP feature
JaredW
MemberDid you ever find a resolution to this? I am looking to allow site members to update their profiles in BP, ideally have it sync with their WP profile, and publish the WP contact info in a “roster” type page, where the contact info is only visible to a logged in member. I have BP set up, and the WP profile roster page set up, now I just need the profiles to sync…
November 23, 2010 at 3:10 am #98966In reply to: Installation problem – please help!
Pablo13
Member-I’m running the regular wordpress 3.01, i downloaded just yesterday
-I downloaded wordpress as a directory
-root
-it’s not an upgrade and wordpress was running fine
-i uploaded buddypress 1.2.6 and it was not an upgrade
-my host is network solutions and they run unix
does this help?November 23, 2010 at 2:49 am #98963In reply to: Facing big trouble, need help >
dbsimon
MemberI knew that was the plugin of buddypress. However, once I delete this pludgin, and I access to my wordpress, it will display something like: files of buddypress are missing….. I don’y know how to disable the plugin of buddypress><!
November 23, 2010 at 12:05 am #98948In reply to: buddypress bar
Tekuan Coleman
MemberIf i had any hair right now i swear id pull it all out…..can just delete everything and start from scratch? well everything but wordpress. my theme (suffusion) and all plugins? it says i need to create a child theme 1st….gotta figure out that 1 as well….im really sorry man. and you have been more then helpful. im just really new and just when i thought i knew something BANG!!! im smacked with the idiot feeling
November 22, 2010 at 11:54 pm #98945In reply to: buddypress bar
pcwriter
Participant@Tekuan_Coleman
Gotcha! Here’s how…
1- Enable “Hide Main Theme Nav”, “Add WordPress pages/menus”, “Add Buddypress components” and “Scroll with pages”.
2 – Go to “Sizes & Position” and adjust the “Overall navbar width” to the width of your template.
3 – Play around with “Vertical offset” and “Horizontal offset” until you get it positioned about where you want it.
4 – Save settings.
5 – Now go to “Appearance” > “Menus” and select the WP3 custom menu you want at “BP-WP-Navbar Menu 1”
6 – Click “Save” at “Theme locations” and “Save menu”
7 – Check your site and refresh a page.
8 – Repeat, lather & rinse until you get it “just right”.
9 – Have fun!
November 22, 2010 at 10:43 pm #98925In reply to: buddypress bar
Tekuan Coleman
MemberCompatible up to: WordPress 3.0.1 / BuddyPress 1.2.5.2
I have Version 1.2.6
November 22, 2010 at 10:41 pm #98924In reply to: buddypress bar
Tekuan Coleman
MemberGrrrr, lol…just when i thought i has something.
Warning: This plugin has not been tested with your current version of WordPress.
thanks anyway pcwriter
November 22, 2010 at 5:45 pm #98899In reply to: Activity Stream on Home Page under a Sticky Post
imjscn
ParticipantI’m not sure which way is better, seems lots of people have done great jobs.
Here’s a tip I took as guiding to start my bp customizing journey : http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/After registered the widgets and created the new page template, style the widget area. Create Pages you need to use for bp compoents (activity, groups, members, …) ,choose the new page template.
Use Custom Field Template plug in or other means to write contents and bp loops in the widget areas. Custom Field Template says its php code is experimental, but my blog doesn’t have problem with it.Another way I want to try but not tried yet– copy bp componets pages and add widget in it. Not sure if this can be done or not.
November 22, 2010 at 3:55 am #98846In reply to: Adding action in global.js ?
r-a-y
KeymasterUse wp_deregister_script():
https://codex.wordpress.org/Function_Reference/wp_deregister_scriptThere are a bunch of tutorials out there.
Here’s one:
November 21, 2010 at 6:58 pm #98817In reply to: missing stylesheet
da
MemberWordPress 3.0.1
active plugin = Akismet
NewsPress 1.1 by Zoarra Solutions
November 21, 2010 at 3:30 am #98792In reply to: Tweet an Activity Update
@mercime
ParticipantNovember 20, 2010 at 11:58 pm #98779preacherboy86
MemberI’m having the same problem.
On an older (v. 1.2.5.2) BuddyPress site on it’s own WordPress (3.0.1) install I was able to upload avatars just fine.
Now, on the latest BuddyPress (v. 1.2.6) driven subdomain on a WordPress (3.0.1) network site, I’m having this upload problem. The error message specifically is:
“Upload Failed! Error was: Unable to create directory /group-avatars/1. Is its parent directory writable by the server?”
Seems like a bug in the latest version. As @BionicClick pointed out above, this very site (buddypress.org) has the same problem!
November 20, 2010 at 9:52 pm #98772In reply to: Facebook Connect Plugin stable
Andrea Zanzini
ParticipantPlease, there are problem to download WP-fb-autoconnect from wordpress site as you can see in a note on “justin-klein-com”, it says:
Note: As of November 18 2010, this plugin seems to’ve mysteriously dissappeared from WordPress.org. I’ve e-mailed them about the problem, but they’re notoriously slow at replying. Hopefully it will be resolved and available for download again soon.
Someone please can send it to me by email?November 20, 2010 at 9:27 pm #98770islandsofla
MemberOne question…can you set up the form so only logged in users can see it?
Also, are there any examples of buddypress in a single user wordpress environment?
November 20, 2010 at 7:41 pm #98762In reply to: How to add a blog post form to a page
Nahum
Participantthere are several plugins you can find on wordpress.org plugins for frontend posting, there is even a buddypress frontend posting plugin around here somewhere.
you could also use http://gravityforms.com which is the premium route.
or you could do it yourself http://wpshout.com/wordpress-submit-posts-from-frontend/
ah and there is the option where you can leave access to the dashboard and just css the heck out of it to make it look like the frontend.
I like both the gravity forms and dashboard theming options.
November 20, 2010 at 4:38 pm #98751In reply to: New Group creation fields
David
Participant@boonebgorges works perfect! thanks. I have hopefully one last issue that completely has me stumped. It works on my testing machine, but when I put it live I get errors. It has to do with me including the above idea but using my own custom data table. I insert my own form and add it with the function like above and put my own processing in the save function like above using the standard insert/update sql pointing to the new table for the form. It works on my local machine, but when I upload it live and click on ” create group” i get the following error….sorry for all the code
Warning: Cannot modify header information – headers already sent by (output started at /home/clubmash/public_html/wordpress/wp-content/themes/chatCaddie_theme/functions.php:141) in /home/clubmash/public_html/wordpress/wp-content/plugins/buddypress/bp-groups.php on line 1053
Warning: Cannot modify header information – headers already sent by (output started at /home/clubmash/public_html/wordpress/wp-content/themes/chatCaddie_theme/functions.php:141) in /home/clubmash/public_html/wordpress/wp-content/plugins/buddypress/bp-groups.php on line 1054
Warning: Cannot modify header information – headers already sent by (output started at /home/clubmash/public_html/wordpress/wp-content/themes/chatCaddie_theme/functions.php:141) in /home/clubmash/public_html/wordpress/wp-includes/pluggable.php on line 890
I am working in a child theme and I am at my ends trying to fix this. I am so close to what I want to do I just would hate to give up now. thanks for any tips you can give me.
November 20, 2010 at 4:12 pm #98749In reply to: Hide BP Component for Non-Logged in users
@mercime
ParticipantCreate a child theme and add header.php into it. Then wrap the BP components including bp_nav_items in conditional tag https://codex.wordpress.org/Function_Reference/is_user_logged_in
November 20, 2010 at 8:43 am #98737In reply to: Question: WordPress User Roles and BuddyPress
Paul Wong-Gibbs
KeymasterSure. In terms of WordPress user roles, WordPress cares only about two – admins, and everyone else. Admins can of course do everything, and everyone else can do everything *that BuddyPress provides*.
I will check into what the “blocked” role does, and if need be, I’ll patch BuddyPress. I’ll update this thread later.
-
AuthorSearch Results