Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,601 through 6,625 (of 22,621 total)
  • Author
    Search Results
  • #231253
    danbp
    Participant
    #231247

    In reply to: Activity Issue

    danbp
    Participant

    https://codex.buddypress.org/component/activity/

    The’re also lot of comments in activity files: /buddypress/bp-activity/

    Other ressources
    BuddyPress Trac
    Dev’s blog
    About Post Types and BuddyPress Activities

    #231216
    danbp
    Participant

    Do you use the french WordPress install ?
    Have you selected “french” as your site language ?
    dashboard > settings > general

    #231214
    shayne
    Participant

    I figured it out. For some reason WordPress decided it would be a good idea to hide custom menus added to the toolbar(when did they change the name from admin bar?) when viewing it on mobile devices.

    If you browse through the WordPress directory you will find the css for the toolbar in wp-includes\css\admin-bar.css.

    This line hides everything but the default items from the toolbar.

    	/* Show only default top level items */
    	#wp-toolbar > ul > li {
        		display: none;
    	}

    By changing “display: none” to “display: block”. That fixed the problem i was having.

    So hopefully that information is useful to someone.

    Oh and one more thing. If you need to modify the toolbars css don’t do it there. You shouldn’t modify WordPress’s core files. Instead you should copy that css to your themes style sheet.

    #231211
    danbp
    Participant

    1) Issues with BuddyPics can be reported on the plugin support.

    2) Similar and answered question here

    #231210
    robertosalemi
    Participant

    Hi,
    I’m using default theme of buddypress and not apply custom functions.

    Now I try default theme of WordPress.

    🙂

    #231196
    danbp
    Participant

    @mamtagupta,

    did you missed BuddyDrive settings ? See
    dashbord > settings > buddydrive (wp-admin/settings.php?page=buddydrive) where you can handle mime types; slugs, max file size upload etc

    Once activated the buddydrive access is showing in the usermenu (top right corner)
    your-site/members/username/buddydrive/

    A user must have uploaded a file to appear on the buddydrive admin (your screenshot is empty) !

    A good start point for buddydrive is to read the plugin doc. For any technical question about this plugin, please use the plugin support.

    If all this is already checked, as you use many security and cache plugins, i recommand that you check these different settings to track some special authorization who maybe disallow file uploads or that kind of restriction…

    Aside, your site is not updated and you use a dangereous sensible (temp admin) username.

    #231183
    valuser
    Participant

    The page at https://wordpress.org/plugins/bp-multi-network/ states

    Multiple WP networks can be created with either:
    â–ª WP Multi Network
    â–ª Networks+

    I use Networks +.

    There may also be other combinations of plugins that may work.

    Googling “wordpress”, “buddypress” “multi-network” or “multinetwork” should be sufficient to come across the few others that may fall into these categories – such as Networks for WordPress at https://wordpress.org/support/plugin/networks-for-wordpress and BuddyPress Multi Network at http://buddydev.com/plugins/buddypress-multi-network/ .

    Examining all of the them as well as studying their support forums would be useful in making a decision on which combination to use for your particular requirements.

    Given that a multi-network plugin will essentially hold the entire show together I would venture that it is well worth the research you are now undertaking.

    Just to be perfectly clear, I am an open source enthusiast but I am not an open-source absolutist though some are and are perfectly entitled to be.

    If something works, saves hours of time when compared with other items, is supported and is reasonably priced I will use it (when my budget allows) and will say so.

    But, I can only vouch for what I know works.

    I can only vouch for, in this case the plugin I cited above, and the continuous free support over a number of years, which comes from recognised top class developers.

    This support alone should ordinarily have cost many $X,00s, bringing the price of said plugin deep into negative figures – i.e considerably less than free.

    #231182
    Henry Wright
    Moderator

    Hi @jgob

    These questions are not related to BP specifically, rather, they apply to WordPress generally. Whilst the guys here may be able to help, you may have more joy asking over at wordpress.org

    #231179
    danbp
    Participant

    Activation and registration are WordPress dependant and are not only “BP components”. These pages may not be created automatically, depending your WP settings… But according to the error message, you have now to create them.

    I understand that you are a bit confused, as you’re in a discovery phase of BuddyPress.
    But you should also understand that i can’t explain step by step the whole Codex (WP & BP!).

    I guess you have to read the doc very attentively. Searching the forum or simply reading some topics will also help you to understand how all this is working.

    Install first correctly WP and BP and use one of the Twenty theme, the time for you to learn a bit more. Once you’re comfortable with WP & BP, start your theme development.

    #231176
    danbp
    Participant

    The following active BuddyPress Components do not have associated WordPress Pages: Activate, Register. Repair

    means that you haven’t installed correctly this 2 BP’s component pages. Read here to understand how this works:

    Configure BuddyPress

    BP 2.x is compliant with almost any theme. bp-default theme is no more used and only there for backwards compatibility.

    Templates are in bp-templates/bp-legacy/buddypress/

    #231113
    Security
    Participant

    Hi@mmaccou the issue is related to trigger(content) used in js only as far as i remember may be this thread comes handy for you,btw which version of buddypress and wordpress you are using i hope its latest one.
    Thanks

    #231103
    danbp
    Participant

    If you want help, you must give details: about what you did and how, theme name,…

    That said, the Toolbar belongs to WordPress.

    Some ideas here:

    Remove WordPress Admin Bar CSS

    Quick Tip: Override WordPress Toolbar Styles

    BuddyPress use only a few and very minimalistic CSS. See at the end of /bp-templates/bp-legacy/css/buddypress.css for some styles applying to smartphones.

    #231082
    Vibral
    Participant

    Yes, I spent quite a lot of time in the past coding in php/mysql, but never did anything in wordpress before. So I’m fine with digging around php code, and know what to look for if I can just get to the file which has the menu setup. I have done a little bit of editing; you can see on my site now if you log in, you get a few more things happening than usual for the login widget.

    I reposted this question here .

    Thanks again for the help on the main question!

    #231078
    danbp
    Participant

    Ok, you’re in an intense learning stage ! 😉 But i’m affraid i can’t help you to do this.

    – the theme used on this support is a custom work and doesn’t exist for public.
    – for other questions, yes, it is better to ask one question by topic.
    – googling around “wordpress toolbar tricks, customization” bring very helpfull result. But if php is not your cup of tea, i would recommend you to not try to modifiate it.

    Rome wasn’t made in one day.
    Reading this forum is a good starting point to learn how BP work’s.

    #231070
    danbp
    Participant

    You’re question is more server oriented and a bit over the scope of this support. Anyway….

    You can put different tables in different db on the same server, but how are you going to make WordPress aware of where each table is ?

    In standart usage, multisite with BuddyPress is working with one WP, one DB and one BP plugin and as many sites you want (preferably as sub-domains).

    To manage multiple db’s, try perhaps HyperDB.

    Can’t help you more. Sorry. 😉

    #231064
    johnmontfx
    Participant

    Thanks so much Dan — I really appreciate the response. Eventually I will be doing things the way you suggest, but I have a custom architecture for a learning site that I’m transitioning to WordPress over the next six months. There are dozens of pages and interdependencies which I’m cleaning up, so I’ve decided to do the integration in stages since it will take time.

    I can write some custom db code to grab the information from the appropriate xprofile table, but I was hoping to not fully reinvent the wheel as you suggested. At this point, I’ve probably spent more time trying to use the bbpress functions than it would have take to write my own db function 🙂

    I think the issue is that bp-xprofile-loader.php hasn’t been called yet, which is where those values get defined. So it seems that bbpress gets loaded but not fully initialized until somewhere later in the code. Maybe when the templates load or wp() is called.

    Thanks again…really appreciate your time and the sensible response.

    #231044
    valuser
    Participant

    Try bp multi network https://wordpress.org/plugins/bp-multi-network/ AND Networks + from http://wpebooks.com/networks/

    Networks+ is a “premium” (small) plugin written by one of the authors of bp-multi-network and numerous (about 30) other plugins in the WordPress repository and it is fully supported.

    Using buddypress and bbpress together with those two plugins you will be able to have separate communities with separate activity streams, forums, groups and blogs all in one wordpress installation and in one database. Membership is shared.

    There may be other combinations of plugins that may work. The combination above does work.

    #231040
    djsteveb
    Participant

    I use the plugin “custom admin bar” to do this ( https://wordpress.org/plugins/custom-admin-bar/ ) (with a wp/bp site)

    There are a ton of admin bar plugins in the wp plugin repo – certainly a few of them can handle this without getting into code?

    #231037
    surenpillai
    Participant

    Thank you. I went through the second round! installed even the one mentioned above

    confronted “do not have associated wordpress pages” problem
    searched for help and came up with https://buddypress.org/support/topic/do-not-have-associated-wordpress-pages/

    It all sounds very complicated to me. Is there somewhere a clear HOWTO to install this.
    I have deactivated and deleted the plugin.(all sorts of spams including viagra!! were present on the pages)

    cleartalk blocked 80 spams! Thankfully I installed the spam blocker on time

    #231036
    danbp
    Participant

    Tempera theme was recently updated and normally you haven’t to use the old buddybar.
    So the define is of no utility… (see ticket)

    BP use now the WordPress Toolbar.

    It looks also that you have 2 activity pages, 2 members page and 2 groups page. There should be only one. See if you have deleted pages, and clear the trash.
    Also set up the pretty permalinks (anything but default), or at least re-save that setting page.

    Finally, make a test with one of wp’s default theme, bring anything to work, before activating Tempera.

    I use another theme of the same author, and if like i suspect, there is the same theme customization tool in Tempera, you must be carefull with that theme settings.

    In BP settings, you have an option to show/hide the toolbar to logged out user. Deactivate it.

    And read the theme doc attentively ! 😉

    #231033

    In reply to: Force a avatar

    bp-help
    Participant
    #231032

    In reply to: Force a avatar

    danbp
    Participant
    #231030
    shanebp
    Moderator

    If your theme supports WordPress menus then you can use this approach.

    #231013
    Security
    Participant

    Hi @sandyfischler thanks for the confirmation, there is a very good plugin to redirect author link to his/her profile i am using it on my site as well and it works good for me you can get it from here
    No need to change anything just install >>activate>> clear browser cache and check your site in a new incognito window out of your current admin session to see if redirect is working for you,i hope this helps
    Thanks

Viewing 25 results - 6,601 through 6,625 (of 22,621 total)
Skip to toolbar