Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 1,426 through 1,450 (of 2,990 total)
  • Author
    Search Results
  • #136021

    In reply to: n00b confused as $%#*

    Asynaptic
    Participant

    um, what? I think your response was intended for someone else. I don’t understand how it applies to my questions.

    #135875
    Patricia BT
    Participant

    Hi again

    on the new version, this code is on lines 553-556 of /wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php

    ` // If this is a subdomain install, set up the site inside the root domain.
    if ( is_subdomain_install() )
    $domain = $blogname . ‘.’ . preg_replace( ‘|^www.|’, ”, $current_site->domain );
    `

    questions are still open,

    – why force on the main domain ? (if we want to have it on a synonym domain)

    – is there any side effect if I simply comment out those lines? (the behaviour mentioned above was due to something else, but still want to know if no problem to comment them out)

    thank you very much in advance :)

    aces
    Participant

    see https://codex.buddypress.org/troubleshooting/frequently-asked-questions/

    section: BuddyPress isn’t sending out emails (eg. activation emails, email notifications)

    Paul Wong-Gibbs
    Keymaster

    Or, create an achievement with negative points (i.e. how many you want to get rid of). Then award yourself it, then delete the achievement.

    Paul Wong-Gibbs
    Keymaster

    You have to do this directly in the database. Go into the wp_usermeta table, and look for meta_key of something like ‘dpa_points’ or ‘achievements_points’. Find the user_id that you want to change, and edit the meta_value column.

    orebian
    Participant

    Hello @djpaul

    Thank you for the reply. I’ve solved that issue.

    May I know is it possible to ‘reset’ the score for Achievements leaderboard? How to reset the # to 0? I was testing a few achievements on my side…

    I tried to delete the achievement I’ve created, but the Leaderboard score still appeared :(

    Please advice.

    #29860
    Patricia BT
    Participant

    Hi

    I have last versions of all..
    WordPress mutlisite, with buddypress and many other plugins,
    one important plugin for me is WPMUdev’s Multi-domains
    it allow my (future) users to register a subsite to other domains than main.
    the other domains all work and point to the main site

    I could create a subsite with another domain from dashboard, but not from the user front “create” page, even if another domain is shown in the dropdown, the subsite will register under the main domain. This behavious appears only when buddypress is installed.

    I posted support question in the WPMUdev’s forum, and the developer VeBailovity suggested in the meantime to comment out :
    `if ( is_subdomain_install() )
    $domain = $blogname . ‘.’ . preg_replace( ‘|^www.|’, ”, $current_site->domain );`

    lines 556-557 in /wp-content/plugins/buddypress/bp-blogs/bp-blogs-template.php

    my questions are :
    – why buddypress needs to force on main domain?
    – if I comment out, it gives another behaviour: it tells me WordPress is already installed and does not complete the subsite creation (no admin user created)

    if necessary and for reference :
    – plugin : http://premium.wpmudev.org/project/multi-domains/
    – in the support topic http://premium.wpmudev.org/forums/topic/multi-domain-private-and-single-sign-on-features?replies=40#post-231355

    #135688
    @mercime
    Participant

    @goviral Closed your other thread with basically the same questions.

    1. To remove commenting (and comment button) in activity stream,

    Just add this to your theme’s functions.php file

    `// Do not allow commenting in activity stream
    add_filter(‘bp_activity_can_comment’,’__return_false’);`

    2. is there any way I can change other buttons/icons through the child theme?

    Simplest way is to use text-indent to the specific button and add the image background. For example, for the Activity Favorite button, you’d add something like this in your theme’s style.css file

    `#activity-stream .activity-meta .fav {
    background: #000 url(“images/myfavoriteimage.png”) 0 0 no-repeat;
    text-indent: -9999px;
    }`

    then change background color or image when you hover over the favorite link. Use Firefox add-on Firebug or use Chrome developer to identify selectors to change styles/values for in your stylesheet.

    Paul Wong-Gibbs
    Keymaster

    I’m not spending time building CSS/HTML for you, but the templates you need to edit are in the /achievements/templates/ plugin folder. Copy the directory inside the /achievements/templates/ folder into your theme, and edit those files.

    The directory template is the ‘index.php’ file in the achievements subfolder above.

    orebian
    Participant

    hi @djpaul

    Can you help me out with this?

    I installed Achievements 2.3 plugin on my site and would like to know how to have a right sidebar at my Achievements Directory page? Currently the page is full-width.

    I’d like to place the Achievements Leaderboard, Unlocked, Locked, n score on the right sidebar. What code should I place at my childtheme?

    Please help.

    Thank you.

    Paul Wong-Gibbs
    Keymaster

    Achievements only supports group forums at the moment.

    orebian
    Participant

    Hello,

    I’m using WordPress 3.3.2, BuddyPress 1.5.5 and BuddyBoss template.

    I just installed the ‘Achievements 2.3’ and ‘BuddyPress Member Profile Stats’ (http://wordpress.org/extend/plugins/buddypress-member-profile-stats/) plugins today. I faced some challenges in displaying the # of forum topics and posts.

    Here are my questions. For Achievements 2.3, under Event -> Forums

    The user creates a new group forum topic.
    The user deletes a group forum post.
    The user deletes a group forum topic.
    The user modifies a group forum post.
    The user modifies a group forum topic.
    The user replies to a group forum topic.

    Q1. May I know these options are for ‘Site Wide Forums’ or ‘Forums for Groups’?

    Q2. I’m using ‘Site Wide Forums’. I wanted an Event where when user creates a new topic, they will be rewarded auto with an ‘Achievement’. Is that possible?

    Q3. May I know how can I make the # of forum topics and posts display? Right now, under Dashboard -> BuddyPress -> Pages, I need to leave the ‘Discussion Forums’ to -None- in order for my ‘Site Wide Forums’ to work properly.

    Please help. I wanted to launch my social site asap but all these technical issues are causing me headache.

    Let me know if you need the ftp details of my site. I can send it over.

    Appreciate if you can help.

    Thank you!

    #135338
    Paul Wong-Gibbs
    Keymaster
    #29791

    Hi, I have a need to setup a network of wp sites, what I need is a main blog that is a news style theme wordpress blog and a number of child sites that are all buddypress social networks, is this possible with networked wp?

    So

    Main site = site1.com (wordpress news theme)
    Child Site = child1.site1.com (buddypress theme/network)
    Child Site = child2.site1.com (buddypress theme/network)
    Child Site = child3.site1.com (buddypress theme/network)

    I have tried to push ahead and test the install on a test site, I followed these steps:

    1. Installed WordPress on main site – site1.com
    2. Installed and setup WP Multi Network
    3. Created my child sites – child1.site1.com, child2.site1.com, child3.site1.com etc – all works fine
    4. Installed Buddypress on site1.com (network install, couldn’t install on child sites which was expected but a shame)

    At this stage I noticed the site1.com had buddy press (I figure I can hide the bits on this site if I don’t want to have social networking on the main site) .. but I also noticed the sub sites have buddypress but just linking back to the mainsite, they are not social networks in there own right, each separate, which is what I need…. so

    5. I installed BP Multi Network – to have separate networks

    This didn’t do what I expected, the sites still all appear to link from the main site, the sub sites do not have pages for:
    Activity
    Blogs
    Groups
    Members

    I could create these but they will all go back to the main site, they need to be site specific, separate for each site…. which is what I expected BP Multisite to do..?

    Any ideas? thanks

    I can put up with buddypress on the main site, although I hoped not to have so I could have a good newspaper/magazine theme on the main site, but if thats the only way to have all the user databases connected I can hide what I need to.

    Any help please?

    My basic requirement is to have a network of sites using the same user database, someone registers on one they can log into another, subsites are all social networking sites, main site is a news/magazine platform.

    hummm help plz

    #135448
    @mercime
    Participant

    See Registration -> BuddyPress isn’t sending out emails (eg. activation emails, email notifications) https://codex.buddypress.org/troubleshooting/frequently-asked-questions/

    pawriter
    Participant

    I only have occasional questions to ask, but when I do I prefer to at least look for recent similar questions so I can either learn from them or avoid wasting others time.
    Also after posting issues I often find that when I choose Topics Started from my personal menu the results panel is blank.

    Perhaps it has to do with my dialup connection failing to load pages properly but I think it is too consistent for that.

    @mercime
    Participant

    https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory – old style and cannot be used for multisite nor BuddyPress

    lgrant80
    Member

    @mercime:
    I ended up ditching WAMP and installing XAMPP. It works like a charm, so far….I have a lot of learning to do! But everything is showing up like it is supposed to. Please mark this thread RESOLVED.

    And thank you so much!!
    Lynn

    shanebp
    Moderator

    If you’re trying to load members-overview.php as a separate page, take a look at this plugin:
    https://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/

    If not, then use the bp-custom approach I mentioned above – you’ll need to learn it anyway.

    Basically, you need to ask better questions, ie. what, where – exactly, why etc.
    Use http://pastie.org/ and show your code.

    thirstcard
    Member

    @shanebp I only ever post in the forums once i’ve Googled/read the Codex and still not fully understood a topic. Apologies if i’ve asked lots of questions today, your help has been much appreciated :}

    lgrant80
    Member

    Thanks for your answer. I may switch to XAMPP. How do you not give WP it’s own directory? This is all new to me, but I am more than willing and ready to learn.

    Thanks,
    lgrant80

    @mercime
    Participant

    1. No, you don’t need to install bbPress plugin aka Sitewide Forums as well if you don’t need it in your specific installation. Having said that, know that per roadmap, come BP 1.6, group forums will be migrated into Sitewide Forums (bbPress plugin). For installation of Group/Sitewide Forums https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/

    2. BuddyPress is a WP plugin, so no problem there at all. I test on XAMPP so I don’t know what challenges you face on a WAMP server, maybe someone can chime in on this one.

    Did you check out BP Codex – to start off:
    1. https://codex.buddypress.org/getting-started/before-installing/
    2. https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
    3. https://codex.buddypress.org/getting-started/configure-buddypress-components/

    .

    lgrant80
    Member

    Hello all!: Latest WP3 – buddypress plugin
    1. Do I need to install bbpress, as well? I can’t seem to locate/add groups for forums.
    2. I have WP install with WAMP server on my local host for beta testing. Does this prohibit me from using the buddypress plugin? I have WP installed under www on the WAMP. This is really frustrating me. I have looked all over the net for information and can’t seem to find the answers that I need.
    I want to create my site and have everything ready when we move to a new hosting service. I am using a temporary host right now, VistaPrint, just to have a presence until and can build a ‘real’ website. I am very new to WP and website building, but I can read, understand and execute very well. Please help me use these wonderful products. We are a high school alumni association, just getting started supplying scholarships to our graduating seniors.

    Thank you,
    lgrant80

    Sal
    Participant

    I recently installed s2member on one of my installs.

    It made my lost password page redirect to a 403 forbidden page.

    I was pocking around a s2members forum on the wordpress site and found dozens of unanswered support questions.

    So I am turning to the Core Guru’s please give me a hint.

    I checked the login pages code and found it was set to true.

    I re-installed both buddypress and wordpress.

    I even replace the .htaccess with a new but old one but no luck.

    I am going to start to see if their are any files still around from the s2member install.

    But I am stumped. Could anyone shed a light on what it is.

    http://cyborgmusic.com

    I was only looking for a way to make it so I can approve group creating as many people are creating groups that are not related to the site.

    Thanks for the help.

    @mercime
    Participant

    I saw the same question at stackexchange and it’s answered there

Viewing 25 results - 1,426 through 1,450 (of 2,990 total)
Skip to toolbar