Search Results for 'wordpress'
-
AuthorSearch Results
-
July 1, 2013 at 5:55 am #167327
In reply to: User Registration Not Working
nathandboyd
ParticipantI had the exact same issue, and decided to try adding www. to the beginning of the URL in the WordPress address bar under General Settings. That fixed the issue immediately.
July 1, 2013 at 5:53 am #167326nathandboyd
ParticipantAlthough this is listed as Resolved, I will still post a reply. I had the exact same issue, and decided to try adding “www.” to the front of the URL in the WordPress address bar (instead of simply http://mysite.com) under General Settings. That fixed the issue immediately.
June 30, 2013 at 7:46 pm #167295In reply to: [Resolved] Buddy Registration Link
mgrmn
ParticipantCan you post your exact code snippet as you put it, not loading probably means a typo in the code.
You can get an example code from https://codex.wordpress.org/Function_Reference/is_user_logged_in , it pretty straight forward. Not much coding knowledge needed.
And what @hnla means is that <font> tag has been deprecated, so use css something like
<p style="color:#306EFF;">REGISTER HERE</p>June 30, 2013 at 7:27 pm #167293In reply to: admin dashboard pages vs website pages
mewrd
Participantthank you so much for taking time to respond to my question,
i am using – buddy multi-purpose -theme from themeforest,(indeed wordpress with bp compatibility but they are not good at support though)
so i will wait for bp 1.8 if i understand you correctly,
big relief
tnx againJune 30, 2013 at 7:00 pm #167292In reply to: Adding extra field data to Members Directory
daol9999
ParticipantHi Henry,
I’m using WordPress TwentyTwelve theme with the BuddyPress Template pack add on. Reason being that the design provided by our graphic designer was closer to Twenty Twelve than it was for BP default theme. I appreciate that your going to say should have gone with / switch to the BP default theme, but we are 90% through this project now with this one issue outstanding so that will not be possible.
Thanks for your help…
June 30, 2013 at 6:24 pm #167289In reply to: admin dashboard pages vs website pages
@mercime
Participant@mewrd you cannot bypass dealing directly with PHP files to customize some or all of your BP pages. Basically BP pages are rendered via the theme’s default page.php file.
i have tried to remove `<?php get_sidebar( ‘buddypress’ ); ?> from them -didnt help
What theme are you using? If you’re using a child theme of the BP Default theme, then that would work on the file you copied over from BP Default theme into your child theme’s folder in server.
However, if you’re using a WordPress theme with BP Theme Compatibility, for BP 1.7 per link hnla gave above you’re limited to customizing the HTML structure wrapping the BP templates to all templates or not at all (see last paragraph). Full customization of HTML wrappers (like removing sidebar for the Members pages only) is possible come BP 1.8 https://codex.buddypress.org/developer/theme-development/template-hierarchy/
June 30, 2013 at 5:28 pm #167282In reply to: Bug? BuddyPress shows wrong author's archives
@mercime
Participant@reiniggen if you’re on BP Default theme and you’ve deactivated all plugins except BuddyPress, and the issue is still evident, then please post ticket in BP Trac (login with same username and password used here) and include pertinent information about your installation – e.g. single or multisite WP, WP/BP installed in domain root or subsite, etc. Thank you. https://buddypress.trac.wordpress.org/newticket
June 30, 2013 at 2:41 pm #167273In reply to: Creating New Plugins
bp-help
Participant@modemlooper
Actually I didn’t get rejected. They are just swamped at the moment with plugin reviews. I am not rejecting your examples either to the contrary I am actually going to take your advice. My point is that there really needs to be documentation to reflect that there is higher expectations
in place now in the codex and here:
https://wordpress.org/plugins/about/
because I have the requirements that it states. Please do no think I am being negative or unappreciative of you or the other volunteers on the review panel. I just think that everyone developing plugins need to be aware that the bar is being raised a bit so they can follow the advice as you have given before they submit the plugin for review. Thanks!June 30, 2013 at 8:34 am #167260In reply to: Creating New Plugins
modemlooper
ModeratorYou got rejected and asked why, I explained with code examples and you think It’s not necessary. Why ask for help to only reject the suggestions? Also, this type of response will get you rejected from repo.
The WordPress community is about sharing knowledge and helping each other better the code whether it’s your plugin or core code. No one singled you out. Everyone gets their olugin reviewed and if something can be better then be thankful the volunteers on the repo suggested something. Your users will thank you for having a plugin that doesn’t break their site.
June 29, 2013 at 10:05 pm #167244Shmoo
ParticipantI found this video the best I’ve seen this far, because it keeps it very easy to understand.
It starts with a very basic understanding of what Actions and what Filters do because they maybe sound very overwhelming? when you bump onto them for the first time.
You don’t wanna know how many bbPress or BuddyPress projects I have deleted because I couldn’t understand what actions are, I knew they where spot that you can Hook into but making it happen and writing some code that finally gets Hooked into an action is a different story.Actions DO stuff.
Filters CHANGE stuff.I’ve tried to make my own custom add_action for the first time just to see if I was able to Hook into that ‘ bp_group_header_actions ‘ and it worked.
Something as simple as this added an empty span tag above the ‘ bp_group_header_actions ‘ code but the only question that still remains how to I get inside the HTML of this action.add_action ( 'bp_group_header_actions', 'my_stuff', 1 ); function my_stuff() { echo '<span></span>'; }This empty span tag has to go inside that div before the a href tag.
June 29, 2013 at 9:51 pm #167242In reply to: BuddyPress Lke Plugin Updated
darrenmeehan
ParticipantThanks! And yes the Github is the latest version. It’ll be where all development takes place even when the plugin is on the WordPress repo
June 29, 2013 at 8:19 pm #167235In reply to: BuddyPress Lke Plugin Updated
darrenmeehan
Participant@bphelp I’ve tried contacting the developer but there was no way of contacting him that worked. I’ve sent off an email to plugins@wordpress.org to discuss getting commit access to the plugin as I feel this would be best for current users of the plugin, as well as give the plugin a better launch pad if I’m honest.
Thanks for the kind words!
June 29, 2013 at 8:08 pm #167234In reply to: BuddyPress Lke Plugin Updated
bp-help
Participant@darrenmeehan
I mean when are you going to fork it and have it on the WordPress repository, or have you gained permission from the original author to overtake the updates? I really would like to see this on the repository! Thanks!June 29, 2013 at 7:03 pm #167227In reply to: How to create a child theme to edit buddypress theme
tengwah
ParticipantI just found on the Show Options drop down menu, on the Appearance>editor page, a link…
https://codex.wordpress.org/Child_ThemesJust one quick look at that and I see a picture with a folder tree, and I now assume that I am suppossed to be creating this child theme folder inside my wordpress installation folder. Unfortunately I never saw anything simply writting that anywhere.
That was the key thing I was missing here I guess, the whole time I was looking around inside wordpress application for something, when its in the ‘Installation’ files id say.
I think they could have just written that somewhere. Obviously Its not really obvious.
June 29, 2013 at 6:54 pm #167226In reply to: How to create a child theme to edit buddypress theme
tengwah
ParticipantThanks for replying, I still have a problem, because I have found that link already, and read through it but I still cant find how to create a child theme.
On that site, in that document it says…[[
Let’s Start Building!The bp-default theme is located in the BuddyPress plugin folder at /wp-content/plugins/buddypress/bp-themes/ so it can be updated along with the plugin. WordPress knows where it is, even though your own child theme folder is in /wp-content/themes/.
A. Create a new theme folder
The first step is to create a new theme folder and give it a unique name. For this example, the theme is called “BuddyPress Dusk” and so we’ll name our folder bp-dusk. We’ll be uploading the bp-dusk child theme folder to wp-content/themes/.
]](that is the first instructional step) This doesnt make sense to me, cause I dont know where I should be and how to do this…this is what I am asking for help with. I cant find anything that actually tells me how you start to create a child theme.
June 29, 2013 at 3:12 pm #167203In reply to: Creating New Plugins
bp-help
Participant@modemlooper
Yes I am familiar with wrapping everything in a class. I have used this method in a small plugin I have on github. I appreciate the advice again!
P.S. I have your site listed on my blog as a place to get awesome premium BP plugins so I hope you don’t mind. http://bphelpblog.wordpress.com/June 29, 2013 at 12:08 pm #167189In reply to: [Resolved] Excessive vertical gap in buddypress
mewrd
Participantfilter by buddypress responsive
June 29, 2013 at 11:23 am #167183In reply to: Excessive vertical gap in buddypress
disqusnow
Participant@mewrd thanks for your prompt reply. What other free theme do you suggest that looks similar, that is WordPress and BuddyPress compatible and also responsive. Ideally am looking for a theme that looks like this current one.
Thanks in advance.
BenjaminJune 29, 2013 at 10:58 am #167182In reply to: Excessive vertical gap in buddypress
mewrd
Participanti am also a newbie but if i am not mistaken the theme you have selected is not buddypress compatible(only wordpress)- and you may encounter even more difficulties later is it possible to change theme?
June 29, 2013 at 9:50 am #167179In reply to: Excessive vertical gap in buddypress
disqusnow
ParticipantAm using WordPress 3.5.2, BuddyPress Version 1.7.2 and BBPress Version 2.3.2. The theme is a custom theme. This is the the link http://mythemeshop.com/themes/ribbon/
Here is how its behaving http://www.disqusnow.co.uk/groups/test-group/forum/. Still working on the look.June 29, 2013 at 9:44 am #167176In reply to: [Resolved] Excessive vertical gap in buddypress
disqusnow
Participant@mercime Am using WordPress 3.5.2, BuddyPress Version 1.7.2 and BBPress Version 2.3.2. The theme is a custom theme. This is the the link http://mythemeshop.com/themes/ribbon/
Here is how its behaving http://www.disqusnow.co.uk/groups/test-group/forum/. Still working on the look.June 29, 2013 at 4:53 am #167163In reply to: [Resolved] Adjusting Privacy Settings
bp-help
Participant@designac @synaptic
Just wondering if you could supply some feedback. You may want to download and install it again from the same link. I made some minor changes but it really doesn’t add anything more then what I had but they are using me as a test monkey I suppose with the wp plugin review panel. It works great on 4 different installations I have and I would appreciate your feedback. Keep in mind I intentionally did not block wordpress pages, just the BP ones, but you also have the option to unblock activity for instance. I may however make some changes depending on the feedback given.
Thanks!June 28, 2013 at 10:07 pm #167153In reply to: Creating New Plugins
bp-help
Participant@hnla @mercime @modemlooper
I agree there needs sorting out and consistency in how to check for BP etc.
I just got an email from Mika E one of the plugin reviewers and she saysBut … why?
BuddyPress has loader actions you can hook into: https://plugins.trac.wordpress.org/browser/buddypress/trunk/bp-core/bp-core-actions.php#L34
(I’m sitting next to JJJ right now and he pointed this out). So you don’t have to call loader.php, which is slower in the long run, and instead you hook into BP at the appropriate point.
The whole thing it looks like you’re doing is adding this action:
add_action( ‘admin_notices’, ‘private_community_for_bp_lite_install_buddypress_notice’ );
And you want to only add that notice IF BuddyPress is loaded, right? So why not the smaller check? If you do that, you won’t have to call bp-loader, because you’re hooking in after it’s loaded.
Why would I want my install buddypress notice to display if they have buddypress installed and the requirement for BP is met? That makes no sense. Right now it is setup to display only if someone using wordpress does not have BP installed and activated which is what it does and should do correct?
I don’t get it! Any of you guys have advice?
Thanks again!June 28, 2013 at 9:52 pm #167151In reply to: Buddypress conflicts with my theme
@mercime
Participant@nanaimomen The problem is more like the theme is using a proprietary templating system. BuddyPress works in nearly all WordPress themes. Regular WP tags like the_title() and the_content() should be in the theme’s page.php file for the BP Theme Compatibility magic to work, i.e., you no longer need to revise 16 template files manually like before.
To resolve your issue, open up your theme’s page.php file and Save As > buddypress.php and ask the theme author to replace theme’s corresponding tags with the_title() and the_content(). Upload that updated buddypress.php file into your theme’s folder in server and you should be good to go.
June 28, 2013 at 8:35 pm #167141@mercime
Participantall content and users are mirrored/shared across the networks/sites
@mike245 Strange. Only users not the content should be shared across the network for that plugin as far as I know. Have only used the other BP Multinetwork plugin, so don’t quite know why that’s happening in your installation. Recommend that you post at plugin’s support forums https://wordpress.org/support/plugin/bp-multi-network -
AuthorSearch Results