Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 17,651 through 17,675 (of 26,877 total)
  • Author
    Search Results
  • #92376
    tludi
    Member

    http://www.pagelines.com/forum/

    We are not using any plugins to restrict access and we are integrated with WordPress.

    While I have never needed to administrate 100 bbpress installs I have had the need to administrate 3 and it was a pain having to keep each one up to date with plugins etc.

    I’m not sure what exactly OP means when he says “administrate”, but if all that is required is the ability to run multiple forums from one set of core/plugins/templates the solution I came up with was to hack the wordpress virtual multiblog plugin to work with bbpress. It was fairly easy as bbpress and wordpress cores are quite similar.

    each forum has its own database and VMB simply loads a different config file for each forum.

    #92398
    Rich Pedley
    Member

    Nice ;)

    #92367

    My guess is that your box doesn’t support PHP mail. I had the same problem, but I integrated users with my WordPress install so I got in with my admin account.

    There is an SMTP plugin floating around but I haven’t gotten it to work, and it doesn’t support SSL. For now I’ve simply replaced the register link on bbpress with the link to my WP register page. (WP has a host of smtp plugins that work great).

    That’s probably more than you needed to know but maybe I was able to preempt a few issues you might run into.

    #34989
    sanction
    Member

    How can I add a menu link back to WordPress from the

    “Welcome, user | Admin | Log Out” menu?

    I looked everywhere!

    Been noobafied… :(

    #34987
    Rose
    Member

    I’m creating a website with WordPress and bbPress that needs a section where someone can fill out an application form (from a WordPress page) and that will create a new topic in bbPress with the info they filled in.

    We decided that the easiest way would be to have the form data submitted straight into the bbPress database.

    I experimented with phpmyadmin by adding new records with the correct info in bbposts, increased the post counts in bbtopics and finally used the post time I’d set in bbposts (post_time) with topic_time to update the ‘freshness’. I used phpmyadmin’s default date/time selector to replicate the records’ formatting correctly.

    While the new post showed up perfectly and the post counts were correct, the freshness came up as being “-1 years”

    I changed the code in front-page.php to the following as outlined by _ck_ :

    <td class="num">" title="<?php echo date("r",strtotime($topic->topic_time)); ?>"><?php topic_time(); ?></td>

    so that I could see what it was coming up with as the posted date and time. The results were… ‘interesting’ –

    On mousing over the -1 years, I got the correct date and time.

    On mousing over the correct freshness times of other posts I had made the same day, I got a date and time that seems to be 12 hours behind.

    Here are the links to images outlining this:

    -1 years freshness but correct date/time image

    ‘Normal’ freshness time but with wrong date/time image

    Can someone please explain what is going wrong and if possible how to fix it or get around this problem with adding topics directly to the database. I’m starting to /facedesk so help would be much appreciated!! :)

    #34975
    infusion5
    Member

    Hi. So, I’m a new bbPress user. I’ve been browsing around the forums and learning a lot the past couple weeks. I had a smooth time installing bbPress last week (haven’t integrated with WordPress, yet). The day after I launched our forum, and having added a couple topics, I started getting these errors on the topic pages:

    ____

    Warning: include() [function.include]: Filename cannot be empty in /home4/zwfilmco/public_html/infusion5/forum/bb-includes/functions.bb-template.php on line 45

    Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home4/zwfilmco/public_html/infusion5/forum/bb-includes/functions.bb-template.php on line 45

    ____

    I’m clearly not familiar enough with bbPress yet to understand what’s going on. But I also don’t understand why it was working in the first place, and then after a day began to give these errors.

    The only changes that I’ve made to any of the bbPress source files was the footer.php in the theme folder, to which I added a Google Analytics tracking script. Since having this error, I have replaced the footer.php file with the original.

    Here’s one of the two topics currently on the forum: http://infusion5.com/forum/topic/businesses-in-colorado-springs-co

    Thanks in advance for your support and guidance!

    -Zach

    #92329

    In reply to: [help] integration

    notApro
    Member

    I have a question about that tutorial…

    At:

    Step # 11

    It says:

    In your WP folder locate and open “wp-config.php” and leave it open. (done with Coda)

    Go to this website: https://api.wordpress.org/secret-key/1.1/salt (been there before)

    Select all and COPY the all information on that site. (easy)

    Go to your wp-config.php file and highlight line 45 (it starts with define(‘AUTH_KEY’)) to line 48 (starts with define(‘NONCE_KEY’)) and PASTE the new keys. You basically change your 4 keys to 8 keys.

    This one i’am not sure about,

    When i installed WordPress i already went to that “secret-key/1.1/salt” page to generate a key for my WordPress site..

    That Key is also listed in my wp-config.php file right now. Do i need to fill in a new (both the same) generated key to the wp-config.php and bb-config.php file or can i just use the same key that is already used by my WordPress site and that i listed in my wp-config.php file now?

    #92316
    notApro
    Member

    Thank you..

    I also found this site,

    http://wpbbpthemes.org/integration/

    Now i’m gonna try to complete my installations of that tutorial (WordPress is okay)

    But somehow the bbPress will always get an error.

    #34984

    A look at the recently committed WordPress admin color scheme, included in the bbPress plugin.

    Feedback encouraged.

    #92375
    chrishajer
    Participant

    What is the URL of your forum?

    Are you using any plugins that would restrict access to certain topics or forums?

    Are you integrated with WordPress?

    #92366
    chrishajer
    Participant

    Can your server send mail from other applications, like WordPress? What hosting environment are you using?

    #34977
    sanction
    Member

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in C:Program FilesVertrigoServwwwwordpressbbpressbb-includesbackpressclass.bp-sql-schema-parser.php on line 170

    OS XP Pro

    Vertrigoserv running Apache, Mysql, Php

    I did not receive this error when installing WordPress.

    I am using the WordPress database for the bbpress installation.

    anyone run into this error before? And if so how did you fix it?

    Thanks in advance!

    Standing by…

    #92328

    In reply to: [help] integration

    bbpress and WordPress are two separate entites.

    They can share a database, and tehy can share logins.

    If you want to hack and force “deep integration” into your bbPress install then you should follow this guide:

    http://wpbbpthemes.org/integration/

    #34972
    Brian
    Member

    I just set up a bbPress forum with WordPress MU. However, after setting up the Role Maps and then enabled User integration, I got logged out and when I logged in with my WordPress Admin account, I noticed this account was not Keymaster.

    Right now, I have no access to the bbPress admin section.

    I tried this with three clean installations of bbPress and the same thing happened. I’m certain that the Role Map was set up correctly.

    The Role Map database table says the following:

    a:5:{s:13:”administrator”;s:9:”keymaster”;s:6:”editor”;s:9:”moderator”;s:6:”author”;s:6:”member”;s:11:”contributor”;s:6:”member”;s:10:”subscriber”;s:6:”member”;}

    #92315

    99/100 you just fill in the same thing.

    Its only because thre is an option in wordpress to have wordpress in a sub folder but pretend to be in a higher up folder (via htaccess).

    #34969
    EyeSeeSound
    Member

    Hi there.

    right, bbpress looks great and i managed to install and style it incredibly painlessly (i know html and CSS which helped, but still, nice, cheers).

    When you enter a forum above the forum it starts listing the family of forum titles. The first being the main index, then the forum name you are in.

    At the moment the index is called BBPRESS but I want to change that to Forum Index.

    Where do i do this?

    Cheers

    Oh, i was a bit surprised there isn’t the option to manipulate the templates in the admin area like you can in WordPress. I managed it by downloading the files from my server, editing and uploading, but if it isn’t too much bother the Edit Template section of WordPress was a joy.

    #34966
    notApro
    Member

    Okay i am installing bbPress and now i’am at step 2 the options/Cookies..

    First i have to fill in the WordPress address (url) thats simple i guess thats just my http://www.domain.com

    But at the second option the form asks my Blog address (url)

    I think i has to be http://www.domain.com/blog

    But i did also a fresh install of my WordPress site so there isn’t a blog yet. (only welcome page active)

    What do i have to do, just fill in my domain only? without “blog” ??

    #92145

    In reply to: Topic tooltips

    ianhaycox2
    Member

    Hi,

    Thanks for the response.

    I tried as suggested but I always get the post content of

    First post W00t!

    The topic_id passed is different each time, but it always returns the post content for topic id 1.

    I’ve written a few WordPress plugins, but the lack of comments and documentation in the bbpress code is making it hard to work out what populates the global topics and posts variables.

    How do I get a post given a topic ID ?

    EDIT: Just worked out I need get_post_text( $post->post_id ) !

    Thanks

    Ian.

    #92307
    notApro
    Member

    Okay thank you..

    Some other question about this..

    I did this tutorial to install a secure WordPress.

    http://net.tutsplus.com/tutorials/wordpress/20-steps-to-a-flexible-and-secure-wordpress-installation/

    And at step # 17 it makes/installs a sitemap.xml in the root. Will the pages of the bbPress also be included in the sitemap?

    Or does that sitemap only stay on the WordPress side?

    #92306

    It means whole WordPress is loaded along with bbPress so that WP functions can be used for bringing the WordPress stuff inside bbPress (theme, sidebars, widgets etc)

    #34964
    notApro
    Member

    Hello to all,

    New member here..

    I’am not a pro at coding but i know how to install WordPress and upload free theme’s and change the layouts with html and css. (design part)

    But i’am getting better very day to understand more .php also.

    But now i would like to make a forum behind my website (WordPress) that is simple for people like me to understand.

    bbPress looks good for me, and i was searching around on this forum about bbPress and i have seen lots of time the term used by people “DEEP integration” what does it mean?

    And what will be the different from just installing it?

    Thanks.

    BJ

    #92268
    chrishajer
    Participant

    What plugins *were* you running? Anything that affects permissions or making forums hidden or for moderation or anything like that? Did you map the roles between WordPress and bbPress (if you’re integrated)?

    chrishajer
    Participant

    Looking at the theme files, the function pagelines_localize is only declared once, but with deep integration, it’s trying to be redeclared. So, wrapping the function in a conditional should work to prevent it from being declared again.

    // LOCALIZE
    if(!function_exists('pagelines_localize')) {
    function pagelines_localize(){
    // LOCALIZATION stuff
    }
    }
    ?>

    pkr3
    Member

    Everyone,

    For bbPress integrity and stellar bbPress forum support reasons, I’m going to mark this as “resolved,” then post again when the exact problem is truly resolved by the “paid theme” company.

    Thank you.

Viewing 25 results - 17,651 through 17,675 (of 26,877 total)
Skip to toolbar