Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,851 through 17,875 (of 32,678 total)
  • Author
    Search Results
  • #136138
    @mercime
    Participant

    No. That is not even a WordPress installation much less running on PHP.
    It’s ASP.NET framework.

    tank2012
    Member

    I’ve seen a few sites that use buddypress or buddypress tech. Some have experience meters like a video game for their members/proflies that’s visible to all. You also have the ability to gain exp and levels on the site like in a video game. Plz see link below.

    http://www.thegameeffect.com/home/about

    Any idea how this works? What it’s called and where I can get it?

    I NEEDZ IT :D

    Many thanks.

    #136134
    Famous
    Participant

    So if anyone wants the answer to this question @karmatosed led me to https://codex.wordpress.org/Function_Reference/wp_enqueue_script, which has the solutions.

    Replace all instances of $ with jQuery.

    $=jQuery

    #136119
    Flo
    Participant

    It seems that it has to do with the admin bar of buddypress (and wordpress)

    I have made a screenshot: http://imgur.com/athE3

    Do you see the space between the wp bar and the menu?

    When I disable bp the space is gone and I can close the image frame.

    I tried to disable the admin bar (wp and bp) but doesn´t work. It seems that I have to completely disable the admin bar of bp in the backend. Somebody has a solution?

    #136107
    geahn
    Member
    Dendroid
    Member

    The page is not compatible with plugin “WordPress popular posts” (thumbnails paths are broken: “uploads/avatars/[id]/…” instead “uploads/…”) after image uploading. I found wp_upload_dir() returns wrong path on this page (buddypress is changing some base parameter?).

    How can fix it?

    #136105

    In reply to: BuddyPress and Bones

    @mercime
    Participant

    == BuddyPress breaks the responsive layout of the theme on its pages. ==

    To clarify, you’re using the WordPress responsive version as seen here -> http://themble.com/bones/#bones-showcase and https://github.com/eddiemachado/bones

    After activating the BP Template Pack plugin, you still go through Step 3 of the Appearance > BP Compatibility process to surround the BP template files with HTML structure of Bones. Scanning Bones’ pages.php, you’d need to change 16 BuddyPress template files in your bone’s theme folder in server.

    danbpfr
    Participant
    #136095

    In reply to: Plugins Search

    @mercime
    Participant

    We are aware of the issue. https://buddypress.trac.wordpress.org/ticket/4271

    As noted in ticket, you can use Google in the meantime. Plus the list of plugins tagged “BuddyPress” –> https://wordpress.org/extend/plugins/search.php?q=buddypress

    Thank you for your patience.

    #30025
    Flo
    Participant

    Hi,

    I just updated wordpress to 3.4 and buddypress to 1.5.6. Now when I upload a pic in an article I cant close the overlay frame. If I deactivate Buddypress it works perfectly. Anybody knows how can I fix that problem. Or will there be an update for Buddypress?

    I hope you can help me. Thanks!

    #136086
    @mercime
    Participant

    Go to Settings > General, is your WordPress Address URL the same as your Site Address URL with www or without www?

    @mercime
    Participant
    #30021
    rxcknrxll
    Member

    BP accepts a new member’s registration just fine. An activation link is emailed out. The new member clicks the activation link, and they land on a page that says they’re able to now log in. Then when the member attempts to log in, they’re required to enter an “activation code”.

    Where does this activation code come from? I don’t see it anywhere, and I’d prefer to just have new members click an activation link and be good to go. Can’t we just skip this activation code business?

    In any case, please let me know how I can get this registration process running smoothly.

    1. Which version of WordPress are you running? 3.3.2
    2. Did you install WordPress as a directory or subdomain install? Directory.
    3. If a directory install, is it in root or in a subdirectory? Subdirectory.
    4. Did you upgrade from a previous version of WordPress? If so, from which version? No upgrades yet…this is a brand new install.
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. N/A…this is a brand new install and BP was installed along with everything else all at the same time.
    6. Which version of BP are you running? 1.5.6
    7. Did you upgraded from a previous version of BP? If so, from which version? No upgrades.
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Advanced Access Manager, AG Custom Admin, BP Xtra Signup, BuddyPress, BuddyPress Activity Plus, BuddyPress Moderation, Contact Form 7, Cookies for Comments, Disable WordPress Updates, Envolve Chat, Genesis Connect, Genesis Favicon Uploader, Genesis Simple Edits, Genesis Simple Hooks, Genesis Simple Sidebars, Google XML Sitemaps, JW Player Plugin for WordPress, Login Lockdown, Mail From, MaxBlogPress Ping Optimizer, Revision Control, Secure WordPress, SEO Friendly Images, W3 Total Cache, WordPress Importer, WP-DB Manager, WPTouch. Importantly, while I’m currently running all these, I’ve disabled all plugins but BP and Genesis Connect for testing purposes, and the registration issues remain.
    9. Are you using the standard BuddyPress themes or customized themes? I’m running Amped child theme from StudioPress and Genesis Connect for theme compatibility.
    10. Have you modified the core files in any way? No.
    11. Do you have any custom functions in bp-custom.php? No.
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? I used the BP wizard to install bbPress.
    13. Please provide a list of any errors in your server’s log files. No PHP errors on this site to report.
    14. Which company provides your hosting? Bluehost
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache 2.2.22

    #30017
    splitcom
    Member

    I have scoured everything trying to find the issues. I have made the required mods and changes and still am coming up with the page not found error. see link.. Only with the upper menu items.. Settings, messages etc.. http://skyviewdesigns.com/members/settings/

    Thoughts..?

    `
    HTACCECCESS FILE

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
    RewriteRule . index.php [L]

    # END WordPress`

    Paul Wong-Gibbs
    Keymaster
    enderandrew
    Member

    I just realized that this behavior could be improved and opened a feature request ticket.

    https://buddypress.trac.wordpress.org/ticket/4278

    kbalia8
    Member

    Hi!

    I moved my wordpress to another site two weeks ago. I installed buddypress today and the site didnt work anymore. I did everything (reset permalinks, update .htcacces) and finnaly the pages work properly, BUT! I can’t use the admin panel it doesnt display. If I type the correct url i get a server error message. If I turn off buddypress its working again.

    What can be the problem?
    Thanks,
    Bálint

    tibbles
    Member

    I’ve found a fix!

    Version: 3.1 Configure SMTP mailing in WordPress, including support for sending e-mail via SSL/TLS (such as GMail).
    Have downloaded, activated and set up the smpt setting – while talking to my web site host company. Mail was sent – copy to me and to the ‘new user’. Works perfectly now.

    I’ve also deleted the other users who tried to register.

    tibbles
    Member

    I’ve found this plugin, installed it, and tried to register. Now the page that says an email will be sent no longer shows. Nor does it send an email.

    Plugin = Mail From = Version 1.0.1

    A WordPress plugin that allows you to change the default wordpress@example.com email address that WordPress sends it’s email from, and the name of the sender.

    So removing this plugin….. :-(

    I now also need to remove the email addresses of the people who have tried to register and did not get a confirmation email – so that they can register again when the thing is working! How do I do this? I can’t seem any admin facility to check on who has tried to register.

    Please help – this is now becoming a nightmare. I have two govenment bodies now sending people to the site.

    tibbles
    Member

    Further to the above post – here is some more info on my BuddyPress setup

    Directories – Associate a WordPress Page with each BuddyPress component directory.
    =======================================================================
    Activity Streams = Activity (page shows on menu = ok)
    Discussion Forums = None (but page shows on menu = ok)
    Members = Members (page shows on menu = ok)
    Portfolio = None (no page shows on menu = ??)
    Register = Register (no page shows on menu, but there is a right side bar with block for members to input their details and click on submit for membership, this block works, and opens a page informing the person to expect an email to confirm their membership – but no email is ever received…)
    Activate = Activate (no page shows on menu = ??)

    tibbles
    Member

    Users are signing up but not receiving any confirmation email. I’ve also tested this by using one of my own web email addresses – and am definitely not receiving any mail to confrim my membership. The page after putting in membership details does state that an email has been sent….
    What must I do? (See below for versions)

    Vista Business operating system and using Firefox
    Site http://www.tibbles.co.za

    Version 1.5.6 BuddyPress

    Installed Plugins:
    Version 2.0.3 bbPress
    Version 0.21 BP Profile Video
    Version 0.8.0 BP Unread Posts
    Version 1.5.6 BuddyPress
    Version 1.4.1 BuddyPress Activity Plus
    Version 1.0 BuddyPress Extend Widgets
    Version 1.0 BuddyPress Multi Group Remove
    Version 1.4 BuddyPress MyMood
    Version 1.0 BuddyPress Portfolio
    Version 0.2.1 Delete Pending Comments
    Version 3.1.5.4 Fast Secure Contact Form
    Version 3.2.7 Google XML Sitemaps
    Version 0.1.2 Image Scroller FX
    Version 1.1.8 Page Lists Plus
    Version 1.0.8 PS Disable Auto Formatting
    Version 5.0.1 ShareThis
    Version 2.7.5 SI CAPTCHA Anti-Spam
    Version 1.1 Simple Pull Quote
    Version 0.4 Sitewide newsletters
    Version 2.6 Ultimate TinyMCE
    Version 2.2.3 WordPress Database Backup
    Version 2.6 Select WordPress Hit Counter
    Version 4.3.2 WordPress PopUp

    thank you for your help

    #136049
    Paul Wong-Gibbs
    Keymaster

    I’m going to be bold and say you never need to include a newer version of jQuery, especially as WordPress 3.4 has just been released two weeks ago with the latest version.

    chatbuck
    Member

    Ok I have been working with wordpress for just over 1 year now.. and i have recently dived into buddypress.. site was looking awesome everything worked as it should apart from when i hit the create group button.. it would take me to a funny looking profile page which was missing my avatar and it was jumbled up.. so i decided to delete the groups page then create a new one and re associate it with buddypress pages.. yaaayyy it worked now when i created a group it took me through the steps fine.. but now the buddypress admin bar gives me a 404 error page not found on every link and I cant view profiles at all…. please help I am going mad I havent changed anything since because I knew i would make more of a mess..

    #136038

    In reply to: Ha.

    @mercime
    Participant
    #30001

    Topic: Ha.

    in group forum Installing BuddyPress
    Kun Song
    Member

    Instuctions:
    If BuddyPress pages are not aligned correctly, then you may need to modify some of the templates to match your theme’s HTML structure. The best way to do this is to access your theme’s files, via FTP, at:

    /home3/youthqu1/public_html/wp-content/themes/magazine-child/

    Open up the page.php file (if this does not exist, use index.php). Make note of the HTML template structure of the file, specifically the

    tags that surround the content and sidebar.

    You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your page.php or index.php file.

    There are two methods for making the necessary template changes.

    The first method is to locate the following templates (leave out any folders that you didn’t copy over in Step Two):
    /activity/index.php
    /blogs/index.php
    /forums/index.php
    /groups/index.php
    /groups/create.php
    /groups/single/home.php
    /groups/single/plugins.php
    /members/index.php
    /members/single/home.php
    /members/single/plugins.php
    /members/single/settings/delete-account.php
    /members/single/settings/notifications.php
    /members/single/settings/general.php
    /registration/register.php
    /registration/activate.php
    Alternatively, you may find it easier to make copies of your theme’s header.php, sidebar.php and footer.php and rename them to header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php.

    Then you can alter the structure of these new template files (header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php) to resemble your theme’s page.php (or index.php).

    Once you are done matching up the HTML structure of your theme in these template files, please take another look through your site. You should find that BuddyPress pages now fit inside the content structure of your theme.

    Finishing Up

    You’re now all done with the conversion process. Your WordPress theme will now happily provide BuddyPress compatibility support. Once you hit the finish button you will be presented with a new permanent theme options page, which will allow you to tweak some settings.

Viewing 25 results - 17,851 through 17,875 (of 32,678 total)
Skip to toolbar