Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,126 through 44,150 (of 64,487 total)
  • Author
    Search Results
  • #88250

    Why don’t you just hardcode the HTML and point it towards the form handler that you want to process it?

    Dynamically getting wordpress and bbPress to play nice together via deep integration can be a bit of a pain especially if you try and make one do the work of the other.

    #34246

    Topic: Email change

    in forum Troubleshooting
    Kasparas
    Participant

    It’s possible to change my email (bbpress.org) ?

    I tried to change 3 times but it doesnt changes /:

    Abhid
    Member

    Hi, I am trying to have a forum section in my magento website. To use bbPress i added “require(‘bb-load.php)” in index.php of magento. After that for creating users in bbPress i am calling bbPress functions from magento files. But nothig seems to be happening on bbPress side even though magento side things work as expected.

    Is it possible to achieve such thing i.e. calling bbPress functions from magento when bbPress is installed inside magento folder only and uses same database?

    So is it possible to include bbPress as functionality inside magento?

    Thanks in advance.

    Abhi

    #88244
    zaerl
    Participant

    “If I did install it and deleted the final, does that make it a fresh install or not?”

    Once you have installed bbPress for the first time it creates several SQL tables.

    “And if I unzip the file do I need to zip it again?”

    No. A zip file is just a container of files.

    “Because when I try to upload the folder it will only let me upload by the file.”

    I don’t understand.

    “Even if I uploaded and deleted, does bbpress think it’s still on my blog and do I need to use the second install method?”

    If you have installed bbPress and you have deleted the folder bbPress is gone. Only the SQL tables remain. If need to erase them with phpmyadmin.

    Maybe you should hire someone to do the work for you. bbPress is very simple to install but it requires some basic understanding of file handling and FTP.

    #88243

    Thanks for your help. I’ve been trying different things. I’m a techno idiot, so have some stupid questions:

    @zaerl

    If I did install it and deleted the final, does that make it a fresh install or not? And if I unzip the file do I need to zip it again? Because when I try to upload the folder it will only let me upload by the file.

    Even if I uploaded and deleted, does bbpress think it’s still on my blog and do I need to use the second install method?

    Thanks!

    #34244
    _ck_
    Participant

    This was a fun discovery:

    http://forums.dropbox.com/

    and it’s quite active!

    Nice clean theme, very very fast.

    ps. the search appears to be written custom, nice job

    #88217
    gerikg
    Member

    email me, I don’t need access to your server.

    #88216
    ZeroDegrees
    Member

    ???? Whoa, umm, I changed my mind. I think I may have you do it.

    #84570

    In reply to: bbPress mobile version

    chandersbs
    Member

    Thanks a lot BerryReview!

    #88215
    gerikg
    Member

    Sure,

    What “page” do you want to use.

    1. Normal Page http://www.mono-lab.net/demo1/

    2. Page without left sidebar http://www.mono-lab.net/demo1/links

    3. Page without any sidebars http://www.mono-lab.net/demo1/contact-us

    If you picked one with a sidebar, what do you want to show there???

    #88257
    zaerl
    Participant

    You have to give us more informations like the bbPress version, loaded plugins and so on.

    #88235

    In reply to: How do you write this?

    gerikg
    Member

    @kevinjohngallagher with deep integration all I need to do is edit the bbpress theme but with ryan’s plugin I need to edit both WP and bbP themes. The good thing about his plugin that it reduces the load on bbPress. It’s hard to make things automatic because every theme is made differently without a universal structure, it would be nice though.

    @chrishajer <?php require( .$bb_pixpoint_url. '/1.html' ); ?> is that how you write it?

    #88136
    chrishajer
    Participant

    You can download a zip file of trunk at trac.bbpress.org – just “browser source”, navigate to trunk, then look at the bottom of that page for the download link:

    https://trac.bbpress.org/changeset/2425/trunk?old_path=%2F&format=zip

    #88261
    zaerl
    Participant

    Don’t you use require_once()/include_once() in order to load the library?

    #84569

    In reply to: bbPress mobile version

    BerryReview
    Participant

    Okay so I have realized I do not have the expertise to turn this into a plugin but I can offer some direction and the code I am currently using as the plugin at

    http://www.berryreview.com/forums/index.php?ak_action=accept_mobile

    The full source of the plugin I hacked can be found at this link along with instructions

    http://www.berryreview.com/forums/topic/berryreview-bbpress-forums-mobile-plugin-please-ask-questions-here

    Please post questions at that link since there is no way to get notified of replies in the BBPress forums and I don’t have the time to keep checking if there are new questions.

    If you just want to download the plugin check it out at

    http://www.berryreview.com/forums/Downloads/br-mobile.php.txt

    But you will need to read the instructions to get it to work

    Sorry I cannot be more help. Really limited on time.

    #88214
    ZeroDegrees
    Member

    can u give me the instructions posted here. I don’t really know you for real so I’d like some instructions.

    #34243
    MayurSomani
    Member

    Hi,

    I am using geshi library in wordpress for syntax highlighting. This is implemented using a plugin (code colorer).

    Geshi library is also used on my bbpress forum (bbpress is not integrated with wp).

    I am using sql query to show latest bbpress posts on wp homepage. The issue is that I have to include bb-load.php to run the query, which causes the error that geshi is already included (since wp included it in header).

    How to resolve this issue?

    One option is to use wp conditionals so that geshi is not loaded when its is_home()

    Another way is to use RSS parsing instead of db query to show the forum posts on wp home.

    For some reason, I don’t want to use either of them at this time.

    So, how can I “unload” geshi.php from wp/bbp on my wp home?

    Any ideas are appreciated.

    Thanks for reading.

    #88233

    In reply to: How do you write this?

    chrishajer
    Participant

    No, it doesn’t make sense to me. Maybe someone else will follow. Or maybe I need more coffee.

    Maybe instead of xxxx, since the xxxx is the piece that changes, you define that in a file that is included by all files already (maybe bb-config.php or something that pixopoint includes) and then use the variable everywhere. Similar to how $bb_table_prefix is done:

    $bb_pixopoint_url = 'www.examplexxxx.com';

    Then use $bb_pixpoint_url in the different locations in the bbPress theme.

    #88232

    In reply to: How do you write this?

    gerikg
    Member

    I’m trying to see if I can create a theme via pixopoint that works for everyone. It requires you to put

    <?php require( 'xxxx/1.html' ); ?>, <?php require( 'xxxx/2.html' ); ?>, <?php require( 'xxxx/3.html' ); ?>, etc. in different locations of the bbPress theme.

    The xxxx changes with every server. Instead of finding and replacing all instances of the codes. I wanted to create another file that you can put in the path and it will fill all the xxxx.

    Does that make sense?

    #88221
    chrishajer
    Participant

    If this is a problem with the forum at wordpress.org you would get more response reporting the error there, since the version of bbPress they use there is not a default installation by any means.

    https://wordpress.org/report-bugs/

    #86553
    yoyopop
    Member

    I can confirm that the latest bug fixes do correct the problem – great work guys!

    https://trac.bbpress.org/changeset/2423

    https://trac.bbpress.org/changeset/2424

    #88248
    pagal
    Participant

    I’ve tried to load bbpress into wp config via

    if ( !defined(‘BBDB_NAME’) )

    require_once(ABSPATH.’bbpress/bb-load.php’);

    then I call <?php login_form(); ?> into wp template where i want to show it…

    it works fine.. but there is a problem…

    when i open my wp-admin … all colors and buttons has gone..just wp structure still there..

    look at this screenshot

    http://img687.imageshack.us/img687/7772/wpadmin.jpg

    when I remove this code

    if ( !defined(‘BBDB_NAME’) )

    require_once(ABSPATH.’bbpress/bb-load.php’);

    then admin works fine… but i need this code to show bbpress login/registration into wp..

    please guide me where I am wrong…

    Thanks

    #87350
    Arturo
    Participant

    Finally the “normal” version of BuddyPress Default theme for bbPress is ready for the download.

    This theme DOES NOT require the deep integration.

    For the download link, info, request etc, go here.

    I think all works without a problem, but a debugging is appreciated.

    one last thing… sorry for the delay.

    Enjoy!

    Because the repository is not updated currently, the newest release of xili New Post Notification is available here :

    https://plugins-svn.bbpress.org/xili-new-post-notification/tags/0.9.2/

    #88242
    zaerl
    Participant

    If it’s a fresh install do this:

    1) Unzip the bbPress zip file

    2) Change the newly created folder name from “bbpress” to “community”

    3) Browse to /community and install bbPress

    Keep in mind that if you have already installed bbPress on /bbpress you can’t simply rename the folder. If you want to rename it follow these steps:

    1) Go to bb-admin/options-general.php and change the bbPress URL to the new one

    2) If you have custom permalinks open the .htaccess file (on the forum root folder) and change the RewriteBase directive to RewriteBase /community/

    3) Rename the folder

Viewing 25 results - 44,126 through 44,150 (of 64,487 total)
Skip to toolbar