Search Results for 'wordpress'
-
AuthorSearch Results
-
March 3, 2015 at 6:38 pm #235425
In reply to: [Resolved] Remove Close on SItewide Notices
Michael Bryner
Participant[quote]If you want a permanent notice to show without users being able to close it would it not be better to just add a text widget and add your own styling to make it stand out as a permanent reminder?[/quote]
I rather do just install a widget, then go across google to find ways to do it in a text html styling. If there is a widget of plugin. I rather do that first.
Thanks danbp, you are the man for showing something better than wasting time trying to code in a text widget.
This is a widget that came with BuddyPress, and seems to me that with that comment up there, sounds like they rather have me do the work than just take a close button out of there own widget. Not like an adult way, sounds more like I am child and don’t want to do it attitude. Same as WordPress, when you request something. I mean they are developers, and all they want to do is say no for something they already created. Since, getting attitudes are the fondest things on BuddyPress, bbPress, and WordPress forums, then I will just stop asking for things that should be from them. I am not going to develop the software for them.
For someone like me that rarely asks for anything. I got jumped on pretty fast there.
Again thanks, danbp for the smarter reply.
March 3, 2015 at 3:50 pm #235417Peter Hardy-vanDoorn
ParticipantHmm… just come across some other problems.
1. The codex example still isn’t inserting the entry into the Show drop-down menu.
2. I have a post type called “document” and that isn’t working at all, although my others are.
Finally, and this is just an observation, but I wonder why all of this is necessary. The WordPress function register_post_type() already allows you to set singlular and plural labels for post types – surely it would be better for the bp_activity_set_post_type_tracking_args() function that we’re modifying here to use these labels by default?
March 3, 2015 at 12:42 pm #235412In reply to: Email to admin when new user register
Henry Wright
ModeratorHi @sofijagb
That particular email’s message isn’t filterable but the function which sends the email is pluggable, which means you can write your own function. For more info on pluggable function in WordPress, check out:
https://codex.wordpress.org/Pluggable_Functions
The function you’ll need to override is
wp_new_user_notification()Hope this info helps!
March 3, 2015 at 12:01 pm #235409In reply to: Google Indexing
Henry Wright
ModeratorTo resolve this, you’ll need to look at the member pages which aren’t being indexed (look at their templates, URLs, sitemap entries) and work out what is different to the pages that are being indexed. I think you mentioned there could be an issue with the sitemap, so that’s another avenue to investigate. Perhaps try installing a different XML sitemap. Personally, I’ve used XML Sitemap which has always been reliable (and support from the author is very good as you’ll be able to see from the resolved tickets I’ve opened on that support forum). Then there is Google XML Sitemaps which has 1m+ active installs, so that looks popular
March 2, 2015 at 11:46 pm #235388In reply to: BuddyPress +BeProListings Integration
danbp
ParticipantMarch 2, 2015 at 3:10 pm #235356In reply to: Hide the username and display firstname/lastname
rosyteddy
ParticipantIs not Buddypress Registration same as WordPress Registration?
Thanks.March 2, 2015 at 2:56 pm #235354In reply to: Hide the username and display firstname/lastname
rosyteddy
ParticipantMarch 2, 2015 at 2:55 pm #235353In reply to: Hide the username and display firstname/lastname
rosyteddy
ParticipantMarch 2, 2015 at 12:26 am #235339In reply to: Will deactivating BP remove all user data?
danbp
ParticipantActually you have a single install with BuddyPress with N members and activities.
Nothing will be deleted if you activate the site as network.
That said it’s strongly recommended to dump your DB before doing this.
For a better overview of the DB, see here
The BP tables are the same on MS as on a single install, and WP adds only new tables for each blog and only if you create one at least.WP’s user table stays intact in any case, like bp activities and others related to members (profile, message and so on).
This can help you too:
https://codex.wordpress.org/Importing_Content
https://wordpress.org/support/plugin/import-from-ningMarch 1, 2015 at 11:53 pm #235336In reply to: Just installed BuddyPress, PHP Errors right away?
danbp
ParticipantWelcome to the buddypress debug club ! Please open a ticket and give details about your install and any step to reproduce the issue. Add also a link to this topic.
Go here and use same login as on this forum.
https://buddypress.trac.wordpress.org/newticketIf you don’t know how to post a ticket on a wiki page, read here first.
March 1, 2015 at 11:09 pm #235331In reply to: Just installed BuddyPress, PHP Errors right away?
danbp
ParticipantSorry but i’m unable to reproduce that. I don’t have notices or warning about this issue.
Can’t you make a test with the trunk version ? (direct link to zip – BuddyPress is in the src folder)
March 1, 2015 at 11:03 pm #235330danbp
Participanthi @daethian,
if you’re using BP 2.2, don’t use the “old” bp-default theme.
If you have FTP access, your wordpress should be at the site root if you want to use BuddyPress. If it’s you who created the /wp/ folder and if you haven’t any other site on the same account you don’t need it. Install wordpress directly at the root ! Mostly in a folder named www or htdocs (ie. htdocs/wp-admin, htdocs/wp-content/, htdocs/wp-include/)
But let’s say it’s correct for now.
Connect to your site and go to admin
On WP dashboard> General ensure you entered WP URL and site URL correctly (hxxp://your-site.xxx) without trailing slash (normally the same URL)
Then dashboard > Appearence>Theme and activate Twenty Fifteen
Then dashboard > Settings > Permalinks > anything but default
Then dashboard > plugins and deactivate/reactivate BuddyPress
Then dashboard > Appearence > Menu > screen option (top right), check buddypress and add the BP menu to Twenty 15See if it works.
If not, you’ll have to setup WP correctly at first.
Return to FTP, move WP to the root, erase htaccess and wp-config and restart the installationyour-site.xxx/install
Re enter your DB name, psw and all other information needed for installing WP.
Your DB and actual content won’t be erased (but you can make a dump before, in case of).5mn install later, you are invited to login. And you have to do what i’ve explained previously.
March 1, 2015 at 10:48 pm #235328In reply to: Just installed BuddyPress, PHP Errors right away?
Travis
ParticipantI just setup a fresh WordPress install and installed BuddyPress only on another operating system. Still getting the same errors.
March 1, 2015 at 10:28 pm #235324In reply to: Just installed BuddyPress, PHP Errors right away?
danbp
ParticipantWow stunning ! Are you on a local server ? MS or single install ?
Could be that something went wrong during upload.
Erase the BP folder and add a new copy.And remove your theme from the theme directory while testing with Twenty.
March 1, 2015 at 10:08 pm #235321In reply to: Just installed BuddyPress, PHP Errors right away?
Travis
ParticipantI just setup a fresh new WordPress install and installed the BuddyPress plugin. The error is appearing here as well.
March 1, 2015 at 8:31 pm #235312In reply to: Search Activity/ Groups
Jozef de Beer
ParticipantI am having the same issue. The regular WordPress search box will not display any content from my Groups page. I think it is hilarious that when I go to create a group, under settings the public and private options say that group content will show up in search results. I have tried relevanssi and that didn’t help.
March 1, 2015 at 10:15 am #235298In reply to: Profile menu visibility
danbp
Participantsnippets published on the forum are generally related to a specific topic/question. And of course, dependant of theme and/or bp version, if not php or mysql or server settings. Over the time, they stop working or can’t be used anymore because the Core changed or because of other evolutions….
Despite having a kind of snippet store accessible by forum menu seems to be a usefull idea, it is not. Each usage case is different and can not be extended to all case. FYI information, i had the same idea a few years back, and was quickly discouraged to do so by our Core dev. I was first disapointed, but i finally had to admit they where right. And today, i’m absolutely persuaded and on the same line.
That’s why you have Codexes. For WP, BP or bbP with general explanation of default usage and more rarely, with usage examples. If you find a snippet example in Codex, in 95% of cases, you have to adapt it to your personnal usage.
To answer your question, as you know, BuddyPress is (only) a WordPress plugin. When installed, the site continue to work with WordPress and WP dashboard. Nothing is modified in WP Core, only that BP was added to the site. As a plugin.
How to handle WordPress is explained and widly documented in his Codex.
Menu management, CPT management or how to modify menu items on Toolbar or Admin bar is also documented. And the’re so many sites giving WP tips (from excellent to awfull), you can read.March 1, 2015 at 10:04 am #235297Hugo Ashmore
ParticipantWhat do your WP settings page ‘general’ show for urls, specifically ‘Site Address (url)’? Did you check the values here after the change over?
WP codex guide on this aspect:
https://codex.wordpress.org/Giving_WordPress_Its_Own_DirectoryDid you also visit the permalinks page under ‘settings’, just to ensure permalinks are re-freshed?
This is really a WP support issue as the problems rest with how WP is configured rather than issues specific to BuddyPress working.
February 28, 2015 at 4:10 pm #235286rosyteddy
ParticipantFebruary 28, 2015 at 12:46 am #235261rosyteddy
ParticipantFebruary 28, 2015 at 12:41 am #235260In reply to: Ideas plugin : Images tab for bp-activity plus
February 27, 2015 at 10:52 pm #235257marketraisen
Participanthttps://wordpress.org/plugins/user-submitted-posts/
I’m using a plugin, within the plugin it asks you to assign an authors name to the submitted posts, which obviously is required for wordpress. On the frontend the name chosen by the author is displayed on the post using <?php the_author(); ?>.
I’m trying various ways around this, such as adding text to the content but I’m a total newbie with all coding and wordpress. I don’t care if the username is linked anywhere or any other information is displayed, I’d just like to be able to use the <?php the_author(); ?> line on the activity stream but I know its not that simple.
February 27, 2015 at 8:20 pm #235251In reply to: Profile menu visibility
Klosurdo
ParticipantThanks for the reply danbp,
The Theme I am using is KLEO by Seventh Queen
Buddy Press version Version 2.2.1I am looking to hide menu items for non logged in visitors in members profiles See example here.. I want to have only the “media” menu and possibly the documents icons viewable to non logged in visitors.
I would like all icons viewable to only those members that are logged in.
Thanks
Other Plugins
Akismet
bbPress
BuddyPress Cover Photo
K Elements
MOJO Marketplace
Paid Memberships Pro
PMPro MailChimp Integration
PMPro Register Helper
PMPro Set Expiration Dates
Register Helper Example
Revolution Slider
rtMedia Pro for WordPress, BuddyPress and bbPress
The Events Calendar
WPBakery Visual ComposerFebruary 27, 2015 at 5:46 pm #235246In reply to: Registration is not working
@mercime
Participant@tendersqatar Enfold is a premium WordPress theme which we have no access to so it would purely be guesswork to assess what’s going on in your installation.
Please change to the Twenty Thirteen or Twenty Fourteen theme and check if registration is working in your local installation. If you encounter the same issue using those themes, could you give a step by step instruction on what you did and where in the registration process the error occurred.
February 27, 2015 at 5:04 pm #235245In reply to: Theme & Plugin Issues
@mercime
Participantfor some reason my nav bar (which has dropdowns to sub-pages of the site) doesn’t work properly
@themusicbusinessnetwork For this issue, please contact the theme developer as we have no access to the premium theme.… where I can’t set up user registration properly. I have the fields setup but something with the pages that I direct them to don’t work
Could you please clarify what you mean by “pages that I direct them to”? Are you referring to template redirect after submitting registration form or something else?
I also am having issues updating the Theme. WordPress is giving me an error message saying the data is already there and it can’t install.
As mentioned above, we have no access to the premium theme. But to help you find the possible causes, change to Twenty Thirteen or Twenty Fourteen theme, are the issues resolved or still there? That way, you could provide the theme author more information about the issue. Recommend that you share what shows up in error logs.
-
AuthorSearch Results