Search Results for 'wordpress'
-
AuthorSearch Results
-
February 28, 2013 at 3:13 pm #154696
saukgp
Participant@mercime Thank you so much, for that link, will try it.
@valuser I used wp-user-frontend for 1 week, after I got link from you, and it worked perfectly, where my user was able to post, edit their post (if needed), thats what I wanted, ability for users to post and edit without sending the user to backend and with subscriber role, but soon the plugin gave error, and thr was no response in support, after that, when I researched a bit, I got some info like this plugin is going PRO. but yes, when now I look into the plugin support, i am glad to see that its working. Thank youFebruary 28, 2013 at 1:26 am #154659Brajesh Singh
ParticipantMost probably the code you are using is trying to access logged in user’s data before init action. Since the current user is set on ‘set_current_user’ hook’ which is just before init, any function trying to access current user data should be called on or after init action.
Hope that helps.
Reference: https://codex.wordpress.org/Plugin_API/Action_Reference
February 28, 2013 at 12:59 am #154658In reply to: Disable Backend access
bp-help
ParticipantFebruary 27, 2013 at 10:17 pm #154650dasped
ParticipantOK, so, I have been speaking to Ron Rennick via the WordPress MU Domain Mapping support pages in relation to the current ajax issue I’m having.
To explain: Naturally the cyber-networks.co.uk Page source is showing the ajax url as http://cyber-networks.co.uk/wp-admin/admin-ajax.php
The problem being is that my mapped domains also have the same url within their source. Default browser security is therefore blocking BP posting within these mapped domains!
Ron suggested that I switch off Domain mapping plugin -“Redirect administration pages to site’s original domain”
I’ve tried this but it resolves nothing and Ron seems to think that this may be down to Buddypress, Quote; ” Possibly the ajax url is being changed by BP to go back to the main site”
If this is the case, then I can’t ever see a need for the enable bp multiblog function as it would surely fail in most case scenarios similar to my own?
Very confused and need a guru on the scene to enlighten my dreams and set my site alive with their magic!
Anyone holding a wand, wizzard staff ?…
Please……
February 27, 2013 at 9:01 pm #154644In reply to: Add country list in extended profile
evo252
ParticipantChouf1,
Merci pour ta réponse ! Je suis désolé, je continue en Français mais ça sera plus simple pour moi de comprendre et d’expliquer ma problématique… En fait, tu me conseilles d’installer BP User Profile Map (ce que j’ai fait, je passais avant par une solution codée à la main qui nécessitait une clé pour l’API de GG Maps donc je vais abandonner ça) et de laisser les utilisateurs rentrer eux-même leur pays manuellement lors de l’inscription ou de l’édition de leur profil ?
Cette solution m’a effectivement l’air séduisante mais pour les villes surtout, qui sont effectivement impossibles à toutes recenser. Penses-tu qu’il soit possible de dire au plugin de prendre en compte deux profile fields au lieu d’un (Ville + Pays) ? De manière à ce qu’il localise encore mieux, et pour éviter les erreurs (il existe des villes qui ont le même nom dans des pays différents).
Pour l’intégration d’une liste de pays dans BuddyPress, j’ai suivi le process décrit ici :
https://buddypress.org/support/topic/how-to-make-a-country-drop-down-list-in-profile-field/#post-147697J’en suis à l’étape de copier coller une liste des pays du monde dans mon fichier CSV extrait de ma BDD, mais je bloque sur les ID par pays : dois-je les étendre simplement sous Excel ? J’ai peur en faisant ça de me retrouver avec un ID de pays identique à un ID d’autre chose de mon WordPress (ID de post, ID de catégorie ou autre)… ça serait problématique ?
Merci pour ton aide et désolé pour l’emploi du Français.
February 27, 2013 at 5:14 pm #154629In reply to: How to use Username instead of Name ?
OccipitaL
ParticipantNo need anymore.
Found https://wordpress.org/extend/plugins/buddypress-usernames-only/
Apparently works with 3.5.1 WordPress & 1.7 Beta BuddyPressFebruary 27, 2013 at 12:49 am #154583In reply to: Ability to create groups no longer showing up
luccame
ParticipantWhat theme are you using?
What version of BuddyPress?
See if this is your case: https://buddypress.trac.wordpress.org/ticket/4834
February 26, 2013 at 9:40 pm #154569transmission
ParticipantI just found this which seems to fix the problem I have: https://wordpress.org/extend/plugins/buddypress-activity-stream-extras/
February 26, 2013 at 9:21 pm #154565In reply to: Avatar issues ???!!??
Brajesh Singh
ParticipantIt is a known issue and some of the temporary possible solutions are mentioned on the ticket here.
Please have a look
https://buddypress.trac.wordpress.org/ticket/4252February 26, 2013 at 7:53 pm #154554In reply to: [Resolved] user profile will not load
arredoannunci
ParticipantHi,
the domain on which rests the site is level 3 (www.miproduco.altervista.org)
I bought a 2nd level domain (www.riminikmzero.org)
to point to the new domain I did it this way:
modified file. hatccess with the following lines
# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^ index \. Php $ – [L]
RewriteCond% {REQUEST_FILENAME}!-F
RewriteCond% {REQUEST_FILENAME}!-D
RewriteRule. / index.php [L]# END WordPress
modified file header.php
between the two head
I added: base target=”_top” / (with to start and end)both in header.php – that in headerbuddypress.php
Everything works except for groups and members (goes in loop)
February 26, 2013 at 4:20 pm #154535In reply to: [Resolved] Small page bug with 1.7beta
Anonymous User 7600456
InactiveOk this isn’t perfect but it should work.
Go to ‘Appearance’ > ‘Editor’
On the right hand side select ‘style.css’
Scroll down to the bottom and right after the last }
paste this:
`
div#register-page.page {
height: 600px;
}
`A better way would be to create a child theme (https://codex.wordpress.org/Child_Themes) and then paste this into the style.css of the child theme. This is because whenever you change your theme you will need to add this again for it to work.
February 26, 2013 at 3:20 pm #154530In reply to: Upgrade Buddypress with child
Anonymous User 7600456
InactiveMy point was that as long as you have all the correct files backed up there is really very little risk.
I don’t see any particular reason that you would have any problems.
Regarding the update notice. That is strange. Do you get update notices on other plugins and WordPress?
Btw, is there any reason that you are not just upgrading to WordPress 3.5.1 and Buddypress 1.6.4? These are the versions that are the best tested and that you are most likely to be able to get specific advice for.
Regarding a manual update. Yes, just deactivate and delete (after backing it up of course!) the Buddypress plugin and then upload the new one and activate it.
I can’t imagine it will be all that bad 🙂
February 26, 2013 at 2:31 pm #154527In reply to: Upgrade Buddypress with child
ashbydesign
ParticipantThanks for your reply: you’re right of course – there’s not loads of stuff in the widget areas that will be lost, so I can always manually restore them – not ideal though… I guess it’s not really obvious to me regarding the correct way to do stuff for ANY buddypress upgrade when you have a child theme etc. Of course I can revert to previous db and files – but then I wouldn’t have made any headway…
I think it would be good to have some sort of framework for users like myself who are not actively Buddypress developers, but who do use WordPress as developers. There possibly is something, somewhere but for the life of me it ain’t obvious.
Also – something confusing me is that the Buddypress documentation suggests that there will be an upgrade notice for Buddypress in the network admin plugins area – but I don’t have this. I guess what I do is to manually remove the old Buddypress, then upload the new Buddypress and then activate the plugin? Then, hopefully, the BP wizard will retune the database afterwhich I get on with all the tweaking – moving files to my child theme, altering the language files etc.
Again … any pointers appreciated!
February 26, 2013 at 6:46 am #154125In reply to: Modifying Buddypress 1.7 Beta
bp-help
ParticipantActually what I meant to say is that a child theme is not required but if your modifying your theme files whether it be the “Responsive WordPress Theme” or some other wordpress theme to work with buddypress then my instructions are correct. @modemlooper your great but it is still best for people to make child themes even with BP 1.7 beta 1. Reason being for example is when they update their particular theme from wordpress or they made a lot of changes in the child themes style.css, header.php, or footer.php etc. In any other instance then I am correct. my case it was a plain Jaine wordpress responsive child theme and it work perfectly! We can’t discount the value of a child theme for update reasons so we need to get clear on this! Maybe I suppose with the compatibility layer it is now a wordpress.org issue but people do need to be aware of it when installing buddypress because its a little different now but its not rocket science either!
February 26, 2013 at 6:27 am #154124In reply to: Add media to Profile
Saurabh
ParticipantHi @hsutliff
To take care of the second, there’s a plugin we’ve built aplugin, BuddyPress Media. Do check it out. It’ll sort out the uploading and sharing of media.
Regards.
February 26, 2013 at 5:32 am #154119In reply to: Add country list in extended profile
danbpfr
ParticipantHi@evo252,
in the BP 1.0 branch there was a CSV based country field in xprofile.
https://buddypress.trac.wordpress.org/browser/branches?order=name#1.0/bp-xprofile/prebuilt-fieldsTake a look in the code and see if you can build something for 1.6.4 or 1.7.
Since 2008, Google Map became a must have. And IMO it’s a better geoloc tool as a simple city/country dropdown witch only prevent end users from having to write themselves the name of their city and their country….
Doing this is much more complicated as you think. Over 160 countries on earth and millions of cities. What kind of server do you need to just store these informations and to make them work together ?Typing country and city is the same effort as typing name and first name for the end user. Let them write and use something powerfull, existent and easy to use and show AND effort less for you too.
Spare your time and made it simple so far ! 😉
Give this plugin a try: https://wordpress.org/extend/plugins/bp-user-profile-map/Or search another map plugin : https://wordpress.org/extend/plugins/search.php?q=map
February 26, 2013 at 2:50 am #154109In reply to: Modifying Buddypress 1.7 Beta
bp-help
Participant@modemlooper its not required for the buddypress side of things but it is for the wordpress theme updates side of things unless you wanna loose the changes you may have made to the header.php, footer.php, functions.php, style.css etc.
February 25, 2013 at 11:41 pm #154102In reply to: Modifying Buddypress 1.7 Beta
bp-help
Participant@modemlooper But what if you have a wordpress theme like The Responsive Theme for instance and you want to make drastic changes to it. Wouldn’t it still be a better idea to make child theme? When I say child theme I mean just basically making a child theme for a wordpress theme not a buddypress theme.
February 25, 2013 at 11:08 pm #154095In reply to: Modifying Buddypress 1.7 Beta
bp-help
ParticipantAs long as you make a child theme of the theme you are using with BP 1.7 beta 1 then the style.css and functions.php should still be fine when 1.7 is out. Since 1.7 has the compatibility layer building a child theme for a regular wordpress theme is all you need to do but if your going to modify any of the buddypress templates you will need to copy over
yoursite/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress into the root of your child themes folder.February 25, 2013 at 10:56 pm #154092In reply to: BuddyPress Child Theme USABLE as a Blog Theme?
Anonymous User 7600456
InactiveI don’t see why you would have any problems.
The themes are made to work first with WordPress, then with Buddypress.
If you are worried just set up a test site and check them out on a site with WordPress and no Buddypress installed.
I hope this helps.
February 25, 2013 at 10:38 pm #154088In reply to: Welcome Pack – Adding New Friends?
carmeetsroad
Participant@djpaul Thanks! That worked like a charm.. I promise.. i didnt cross post it on this forum. 🙂 — Ok.. so from now.. i promise to ask Welcome Pack questions on WordPress.org — and not here 🙂 Thanks Again!
February 25, 2013 at 10:36 pm #154085Andres Felipe
ParticipantHi, that is just what I (and think a lot of us) need. Nothing yet about the widget code?
P.S: In this moment I’m using BuddyBar widget (https://wordpress.org/extend/plugins/buddybar-widget/) plugin is not as good as @naijaping code but do its job. A god thing about this plugin is than give You a Log in form and after log in, it changes to something like @naijaping widget.
February 25, 2013 at 9:26 pm #154081Paul Wong-Gibbs
KeymasterIf you’ve found a bug in the code, please report it to https://buddypress.trac.wordpress.org.
February 25, 2013 at 5:41 pm #154075In reply to: Image Profile Field
dasped
ParticipantLooks like it is achievable but not without its headaches and a considerable effort.
Found this article relating to what you ask, ‘I think’ …
Though I can not say how, secure/suitable it will be to current Buddypress versions, perhaps ask the guy who wrote it, if it is still a valid solution.
February 25, 2013 at 5:04 pm #154071Hugo Ashmore
ParticipantFrom a recent post by Boone this duplicate content may be related then to 1.7’s aggressive loading of styles, and scripts theme authors are going to need to add:
add_theme_support(‘buddypress’)
to their themes functions file, preferably hooked to ‘after_theme_setup’
but this will depend on how this theme has been configured to work with BP if at all?
-
AuthorSearch Results