Search Results for 'wordpress'
-
AuthorSearch Results
-
August 17, 2010 at 5:36 am #89350
In reply to: Login widget like in this website?
damainman
MemberAny luck? The only way I can find to allow users to log in is via the wordpress backend.. what is this website using as the login widget?
August 17, 2010 at 4:36 am #89348In reply to: Blog Theme / Buddypress Theme
@mercime
Participant@christinarule nice site. After installing and activating BuddyPress, you coudl install and activate Buddy Template Pack https://wordpress.org/extend/plugins/bp-template-pack/ There are steps to go through with the Template Pack plugin and based on your theme, you would have to change the container divs of files within Template Pack. It’s not easy but it’s do-able.
There is a BuddyPress demo at http://testbp.org/
August 17, 2010 at 3:47 am #89346In reply to: Sidebar – Customization for Privacy
modemlooper
ModeratorI think best option is to create your own sidebar function and use an if user is logged in statement.
https://codex.wordpress.org/Function_Reference/register_sidebar
https://codex.wordpress.org/Function_Reference/is_user_logged_in
if ( is_user_logged_in() ) {
SIDEBAR CODE HERE
} else {
SOMETHING ELSE HERE
};August 17, 2010 at 2:06 am #89342intimez
ParticipantGive this a try: https://buddypress.org/community/groups/bp-template-pack/
August 17, 2010 at 12:17 am #89326christinarule
Memberanyone
August 16, 2010 at 11:52 pm #89323In reply to: Blog Theme / Buddypress Theme
christinarule
MemberI currently have a blog site that I customized http://www.blokmovaz.com I really want it to turn into a social networking community and I thought buddypress was just the thing! How do I easily Integrate buddypress into my existing wordpress site?
It would be ideal if a user who is part of buddypress can comment on the post I make from my wordpress categories. Then once you click on a users profile they are given all the “buddy press features” to interact with that user..
Is this something that can be easily done or do I have to re-theme buddypress?
Thanks for all the help in advance!
August 16, 2010 at 11:38 pm #89320In reply to: BP Default Theme breaking XAMPP Installation
dianat
MemberOK, I used the SQL querry ‘UPDATE wp_options SET option_value=’default’ WHERE option_name=’template’ OR option_name=’stylesheet’ LIMIT 2;’ suggested on http://www.sakinshrestha.com/wordpress/choosing-default-wordpress-theme-through-database/. I got into the Dashboard while the public side returned a blank page. I turned off the BP plugin and got my live site back.
So, how can I get BP running?
August 16, 2010 at 10:34 pm #89314Alice MacGillivray
ParticipantNot sure this is exactly the same issue, but looking for input. I’m a brand new buddypress user testing a site. Unless someone already has an avatar in wordpress.org (not .com) photos cannot be uploaded. The error message is “Unable to create directory /home/natural/domains/natural-leader.com/public_html/wp-content/uploads/avatars/3. Is its parent directory writable by the server?”
Can anyone tell me if this is an issue with buddpress or somewhere else such as the domain host? If buddypress, does anyone know how to fix?
August 16, 2010 at 7:59 pm #89298In reply to: Any Experience with JQuery Tools Library
r-a-y
KeymasterYou have to make sure that jQuery Tools isn’t conflicting with WordPress’ jQuery call.
Try this:
http://wpmu.org/daily-tip-adding-custom-js-to-wordpress-remember-jquery-noconflict-wrappers/August 16, 2010 at 10:04 am #89252In reply to: page title in BP
Roger Coathup
Participant@bpuser44 : Thanks for the positive feedback. I hit the support forums a little hard over the weekend.
You can find stuff on bp-custom.php and / or functions.php (which can be used for similar things in your theme folder) by searching the forums. BuddyPress development is not as simple as WordPress theming – you are looking at hooks, filters, and reworking core functions a lot more in BP. This should lessen as the API develops in future releases.
BP would benefit no end from a great set of developer tutorials; finding the resource (right people) and time to write them is the big challenge in the Open Source world.
There was a short lived job board forum on the site – that would be a great place to advertise and for you to find BuddyPress consultants, plugin developers, and website designers. Unfortunately, the board was taken down – I don’t know why. We have a current freelance opportunity for a skilled BuddyPress developer, but nowhere effective to advertise it – which is really frustrating.
Most of our work is on commercial BuddyPress developments – so feel free to give me a shout if you want to explore the consultancy route (http://21inspired.com).
August 16, 2010 at 5:58 am #89242In reply to: Notification email if my Buddy write a Post
techguy
ParticipantI’ve never seen a plugin that can do this. This plugin hooks onto the comment action: https://wordpress.org/extend/plugins/subscribe-to-comments/ So, it might be a good place to start to write a new plugin.
August 16, 2010 at 12:54 am #89235Adam Nowak
MemberTry out my plugin, to help combat spam blogs:
August 16, 2010 at 12:53 am #89233In reply to: Is there any way to stop spammers?
Adam Nowak
MemberTry out my plugin, to help combat spam blogs:
August 16, 2010 at 12:53 am #89232In reply to: Spam Blogs
Adam Nowak
MemberTry out my plugin, to help combat spam blogs:
Adam Nowak
MemberTry out my plugin, to help combat spam blogs:
August 15, 2010 at 9:17 pm #89219In reply to: activity feed no longer showing commented on
intimez
ParticipantTested new install of below and not working:
wordpress3.0.1+buddypress1.2.6-bleeding (branches_1.2-r3194)Settings > Privacy > Site Visibility
I would like to block search engines, but allow normal visitorsLet me know if need to list other settings
August 15, 2010 at 8:06 pm #89210In reply to: Half page of HTML with home / siteurl different
@mercime
Participant@chmac – “Giving WordPress its own directory will not work in WordPress 3.0 with multisite enabled. It interferes with the member blog lookup. “
https://codex.wordpress.org/Create_A_Network#WordPress_Settings_RequirementsAugust 15, 2010 at 7:43 pm #89208In reply to: Half page of HTML with home / siteurl different
Callum Macdonald
ParticipantAugust 15, 2010 at 6:57 pm #89200In reply to: Automatically Add Newly Registered to Group
@mercime
Participant@LPH2005 have you tried this plugin? https://wordpress.org/extend/plugins/buddypress-auto-group-join/
August 15, 2010 at 6:55 pm #89199In reply to: Half page of HTML with home / siteurl different
@mercime
Participant@chmac, What do you mean you put WP at cscomm.org/wordpress – which by the way, is a blank page at this time.
August 15, 2010 at 6:00 pm #89190In reply to: New plugin: Add All Nav Links to BP Adminbar
Hugo Ashmore
ParticipantAccessing the menu names is sadly as difficult as I had first thought, I have two arrays that respectively hold the menu regions and menu object parts but finding a method to check one against the other is proving allusive. What I have established is that the menu name attached to a particular menu region does not belong to the nav-menu.php functions but more to the theme functions and makes things problematic, as a new method needs to be written to check a menu region for an explicit but unknown menu name and that isn’t proving simple to theorise let alone start writing.
At this moment it is something that will have to, sadly, go on the back burner as the cost in time so far outweighs the end result, I’ll revisit as and when I get any inspiration on an approach to try but it may require someone far more familiar in the WordPress API than I am.
August 15, 2010 at 4:31 pm #89181In reply to: No Title of Each Posts and Pages
@mikey3d
Participant“Don’t just cut and paste my comment and edit in the word “NOT” – it will confuse people.”
Not true, I edit words “the post”, “BUT” and “NOT.”
I’m sorry that you thought it will confuse people. I didn’t cut and paste your comment so therefore I altered your comment to my comment without quote. The quote means it’s your comment. Without quote it means my comment.
“On my default installation post titles DO work correctly, but page title don’t work.”
My post titles DO NOT work correctly. The post title is “My blog | Home”
My page title DO NOT work correctly. The page title is “My blog | Home”
“If they don’t work on your installation, please make this clear in your reply. I’ll have to leave you to figure out why that is giving a problem on your install, or someone else to step in with thoughts.”
There is no problem in my installation. The WordPress is fine and after install BuddyPress is fine too but the title tag is incorrectly. So that means it is BuddyPress problem. You just admitted:
“You are right about pages though: pages such as About are not getting the correct title tag set. I’ll report this as a separate thread.”
I use:
WordPress 3.0.1
BuddyPress: Version 1.2.5.2
Theme: BuddyPress Default 1.2.5.2Thanks, Mikey3D
PS: There is some confusing with words “post title” and “page title.”
My thought of “post title” is after you click the headline link on the FrontPage to see the page and the title tag is the post title tag.
My thought of “page title” is after you click the “About” navigation link to see the page and the title tag is the page title tag because it‘s a static page.
I’m not talking about H1, H2 for title.
August 15, 2010 at 3:01 pm #89177In reply to: No Title of Each Posts and Pages
Roger Coathup
ParticipantI’m on WordPress 3.0.1 single site install
Don’t just cut and paste my comment and edit in the word “NOT” – it will confuse people.
On my default installation post titles DO work correctly, but page titles don’t work.
If they don’t work on your installation, please make this clear in your reply. I’ll have to leave you to figure out why that is giving a problem on your install, or someone else to step in with thoughts.
I’ve posted the page title problem separately.
August 15, 2010 at 2:19 pm #89174In reply to: No Title of Each Posts and Pages
@mikey3d
ParticipantIn my default installation, the post is working correctly: posts like “Hello World” BUT they are NOT getting the title of the post added to the title tag (albeit at the end of the string)
Look at this URL: [Edit]
I see the title tag is “My blog | Home” – what do you see?
“You are right about pages though: pages such as About are not getting the correct title tag set.
I’ll report this as a separate thread.”
Thank God! I hope you get this. I think you are using wpmu, I use wordpress.
Thanks, Mikey3D
August 15, 2010 at 12:06 pm #89161In reply to: Widget areas for Groups, Forums, etc
Kenneth Henderson
MemberThere is a much easier way to do this. To have widgets only show up on certain pages I just use this plugin, Widget Logic: https://wordpress.org/extend/plugins/widget-logic/
-
AuthorSearch Results