Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 8,526 through 8,550 (of 11,598 total)
  • Author
    Search Results
  • #81922
    Michael
    Participant

    Hi

    You need to open the PHP file and edit the settings in there.

    :)

    #32506
    Michael
    Participant

    Greetings all :)

    I hope someone can help me here.

    I have a strange feeling there is a function for this, but I can’t find it. I’d like to add a column into my Latest Discussions on the front page that shows the forum that the topic resides in. I’d like to do this so that users don’t have to explicitly state it in the title itself. I have a large structure for my new forum, and I’d like it to provide as many neatened features as possible.

    Kind Regards

    Michael

    myfairmissy
    Member

    Hi all, needed some help with wordpress.

    my wordpress add is at http://www.myfairmissy.com/janie/

    my bbpress add is at http://www.myfairmissy.com/janie/forums

    followed instructions for the cookies and still resulted in me loggin in 1 side and auto-logout on the other.

    also would like to know which plug-in should i use for the wordpress if i want ,primarily to…

    – i want my wordpress homepage to show 5 columns x 5 rows of latest post image, which will be grabbed from a few specific forum in BBpress. i also need a few buttons to sort or filter results by recent,by view counts, by specific forum

    -i want my wordpress to have a few horizontal navigation bars at the header instead of the default ones at the side.

    -i want to be change the default header image to my own and able to make my left/right sides blank like this forum. the left/right sides should be easily customized with my preferred wallpaper.

    i hope i’m not asking for too much.

    thanks in advance

    #78235

    Interesting, I never looked into this before (due to the higher number in my settings), now that I tested it it looks like one can only have one setting for both the topics in the front page and the actual posts in a topic. Wondering if it’s possible to have them set differently… For example, if the posts are long bodies of text, one may want to show only 10 posts per page, but 25 topics listed on the front page, so the layout doesn’t look too short…

    #82127

    Well, there is a way I just tested, by modifying core code (which I really don’t like doing).

    If pointing out where the change occurs could help someone to come up with a way to change it via a plugin, here it is…

    functions.bb-capabilities.php

    line 166

    $roles->add_role( 'member', __('Member'), array(

    change to

    $roles->add_role( 'member', __('Info'), array(

    same goes for the other roles in the same file (Moderator, etc.)

    Hope this helps.

    #32483
    Michael
    Participant

    Hi all :)

    I installed bbPress Moderation Suite two weeks ago. It was working perfectly for a good amount of time, until 3 days ago, when I appointed a new moderator for my forum.

    It seems that the Moderation Suite is only allowing key-masters to access the moderation control panel. I have a funny feeling that this my have something to do with one of my other plugins. The minute the new mod was appointed, he went straight in to have a browse around my modified admin panel. He told me at that point that he had access to the Mod Suite – but now it seems he doesn’t.

    I have created a test user and changed the levels between Moderator and Administrator – nothing worked. It’s only letting Keymasters in.

    Any ideas?

    Kind Regards

    Michael

    #81078

    In reply to: Help out with bbPress

    littleoracle
    Member

    Hi gang,

    I’m an enthusiast of all things WordPress and would love to help out if I can.

    Being unemployed right now, I’ve definitely got some TIME.

    My php/javascript skills are kind of entry level, my html/css skills are fairly advanced. That being said, I’d love to get my hands dirty with the code end of things and I’m more than willing to do any testing that’s necessary or write up some documentation.

    Just point me at a problem and I’ll get to work.

    #82267
    chrishajer
    Participant

    You came to the project either a little too early or a little too late, depending on how you look at it. The project is in transition right now so there’s not a lot of visible stuff going on with it. There is quite a bit of discussion behind the scenes.

    To address your specific points:

    1. yes, the idea is to keep the core light and add plugins to establish the functionality with plugins.

    2. https://bbpress.org/plugins/

    3. there used to be a site called bbshowcase.org that listed many bbPress sites. That site was recently taken down. You can see people posting about their sites here https://bbpress.org/forums/forum/pimp-your-press and with a little creative googling you can find bbPress forums as well http://www.google.com/search?q=%22powered+by+bbpress%22

    If you need functionality that is included in a plugin, be sure to check the version compatibility to be sure it works with the version of bbPress you want to use. There are not currently many plugins for 1.0: most were written to be compatible with 0.9 or earlier. If you want login integration bbPress 0.9 with the latest WordPress, there are plugins to make the cookies compatible between the two versions.

    #32481
    sublimeblog
    Member

    Look the following image; it’s a fatal error with social-it 1.4.

    http://s2.subirimagenes.com/imagen/previo/thump_3676975fatalerror.png

    I have tested with the other versions, but the problem continues. I have wordpress 2.8.6

    Any solutions?

    Sorry for my English level, I am a Spanish student.

    #32472
    DeMBones
    Member

    Hello,

    I am aware that there have been several topics in regard to this subject. I am also aware that none of them solved my problem. I wish to have bbPress add target=”_blank” to all external links. I have tried _ck_’s plugin, but it results in an empty anchor: <a >url</a>. I am using the latest version of bbPress. Help is much appreciated.

    Ryan

    #82217

    In reply to: New Questions

    chrishajer
    Participant

    For # 1, just modify your front-page.php template and remove the secti0n that has the “latest discussions”. You can show only the forums if you want. Unless you’re talking about creating a new page that lists only forums?

    For # 2, you will have to do some work on the front-page.php again. Just move the hottags div to wherever you want to show it in your template, and then modify the CSS to make it the size you want.

    Both things are certainly possible.

    #32471
    ootes
    Member

    Currently i have a sidebar inside my ‘footer.php’ .

    Inside my sidebar, i have a ‘latest post’ widget.

    The latest post widget needs to be shown only on the front-page.

    kan someone help me out?

    #80395

    I have a workaround for the navigation issue.

    This does not solve why some plugins are not working with integration (which would still be nice to know, and what code would fix it), but allows to have consistent menu tabs when integrating the theme. It involves using theme options for excluding pages, rather than a plugin.

    Incidentally, my theme already comes with the option to exclude pages from navigation, but I still used PageMash for other handy features… Then it occurred to me to test if the options would be reflected into bbPress, and sure they were!!! This way, no core code changes, all is controlled from within the theme.

    @arpowers – I am sure you already know how to do this. Posting links just in case, for others as well.

    To create the theme options page, there are tutorials, showing code to add to functions.php

    http://forthelose.org/how-to-create-a-theme-options-page-for-your-wordpress-theme

    http://blog.themeforest.net/WordPress/create-an-options-page-for-your-WordPress-theme/

    in the arrays to exclude the pages, this is what I have:

    array(	"name" => "Main Menu Settings",
    "desc" => "The navigation menu tabs at the top.",
    "id" => $shortname."_admin_heading",
    "type" => "info"),

    array( "name" => "Exclude",
    "desc" => "Enter a comma-separated list of Page IDs to be excluded from the main menu tabs (example - 5,9,22).",
    "id" => $shortname."_exclude_pages",
    "std" => "",
    "type" => "text"),

    array( "name" => "Sort by",
    "desc" => "'<strong>menu_order</strong>' - sorts the Pages by Page Order<br /> '<strong>post_title</strong>' - sorts Pages alphabetically (by title)<br /> '<strong>post_date</strong>' - sort Pages by their creation date.",
    "id" => $shortname."_sort_pages",
    "type" => "select",
    "std" => "menu_order",
    "options" => array("menu_order", "post_title", "post_date"))

    I hope this helps!

    #81762

    @Alex Luft – Focused intent within a community can move mountains! :-)

    @Michael888 – As of now, BuddyPress works only with WPMU. It does not run as a standalone, because it is built as a set of plugins. Rumors said that the code for WP single user and WPMU would merge soon. I still have a test community area with everything installed and it’s the ideal combo. Didn’t transfer the blog there because of the announced merge… have been waiting for a year now. If the social network capability is urgent for you, you may want to use WPMU for the time being, and merge later.

    BuddyPress is another good reason why I don’t see bbPress coming to an end. A forum is an integral part of the social networking (group forums, etc.). BP itself relies on bbPress currently. From their site:

    Groups also include a group forum (bbPress), and wire where group members can engage in discussions.

    #32447

    It has been a while, since the alpha/RC-1 times, that we had a list of working plugins, so I thought to create a list of working plugins with the current version 1.0.2, that we can all add to, in order to help other users. Many plugins are listed as up to v. 9.0, but they do work with the latest release (that should be updated, so it doesn’t look like 1.0.2 has very little options…).

    Here is my list at the moment, planning on testing more.

    1 – Ajaxed Quote

    2 – Allow Images

    3 – BB Anonymous Posting

    4 – bbPress Recent Replies

    5 – bbPress signatures

    6 – bbPress Smilies

    7 – bbSocialize

    8 – bb Topic Views

    9 – BBVideo

    10 – Check For Updates

    11 – Comment Quicktags for bbPress

    12 – Human Test for bbPress

    13 – Instant Password

    14 – Leaderboard

    15 – Live Comment Preview

    16 – Members Online

    17 – New User Notification Email

    18 – no duplicate email addresses

    19 – OpenID for bbPress

    20 – Post Edit Look Behind

    21 – Post Meta for bbPress

    22 – Post Notification

    23 – Reputation (Karma) for bbPress

    24 – Subscribe to Topic

    25 – Unread Posts

    26 – WordPress Latest Post

    27 – bbAvatars

    28 – Bavatars

    29 – bbPolls

    30 – After the Deadline

    #82063

    I just installed and tried the plugin on my local test forum (1.0.2) and it works just fine.

    Select to show the poll on new topic, first fill out the poll questions, then write your post and submit. The poll appears automatically when the topic is started (no need for a “save” button under the poll creation field).

    Guests can read the poll (if so selected), but not vote. Only members.

    I tried both with ajax enabled or disabled. And single vote or test mode with multiple votes. The issues could be a plugin conflict.

    #80392

    @arpowers – I deep integrated my local installation, just to test, and I have the same problem. All template tags work fine, but the Page Mash plugin is displaying all hidden pages, and the sidebar is only displaying the default place holder widgets, but not the other ones.

    I believe that the problem is that the plugin settings and other data are stored in the wp_options table, and this is not being pulled into bbPress. It seems like deep integration allows for the use of the wp template tags, but not much more beyond it… Maybe there is a way to make the wp_options table available to bbPress, by defining something in bb-config.php?

    #81967

    In reply to: bbShowcase shut down?

    @kriskl, @sockmonkey – There are many plugins that work with 1.0.2, though they were developed up to the 9.0x version. I am currently using 26 plugins (and have a few more inactive at the moment), there were also several others that I tested to work, but didn’t need.

    Here is an initial list to get started, when they were testing the alpha version, before the official 1.0 release

    https://bbpress.org/forums/topic/list-of-plugins-that-work-on-rc1

    Sometimes, it is also mentioned in the discussions on the individual plugin page.

    Of course, having a local test install allows me to test them, before using the plugins on a live site…

    #32437

    Topic: atahualpa problems

    in forum Themes
    shansta
    Participant

    Hello,

    I have successfully integrated bbpress 1 and lastest wordpress but having trouble with the header and footer in the forum..

    This is what I have done so far…

    Copied and renamed kakumei to my-templates/newtheme/

    Added <?php get_header(); ?> & <?php get_footer(); ?> to all the required php files.

    I then added

    define(‘WP_BB’, true);

    if ( !defined(‘DB_NAME’) ) {

    require_once( dirname(__FILE__) . ‘/../wp-config.php’);

    }

    define(‘WP_BB’, true);

    if ( !defined(‘DB_NAME’) ) {

    require_once( dirname(__FILE__) . ‘/../wp-blog-header.php’);

    }

    to the bb-config.php

    & then added

    <link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style.css” type=”text/css” media=”screen” />

    <link rel=”stylesheet” href=”/discussions/my-templates/newtheme/style-rtl.css” type=”text/css” media=”screen” />

    to the WP theme header.php

    The forum shows up in the with what looks like the header and footer of my WP theme…

    I have a problem with all the css not working… Does adding the url for the css in the WP theme header work or do i need to do this another way?

    Thanks

    #81993

    In reply to: Where are the themes

    I guess it depends on the complexity of the WP theme, but when I matched the looks of the forums, with some trial and error, it wasn’t too complicated. In short, it was a matter of matching header, footer, and use the “hottags” section as the sidebar. If I can backtrack my steps, I will post about it, in case it may help other people, while we are waiting for the official docs.

    This WordPress plugin by Sam Bauers also looked very interesting, but I think it’s not working with the latest version of WP, after 2.6.2. It would be nice if the plugin could be updated.

    https://wordpress.org/extend/plugins/bbpress-live/

    #81921
    mrsparex
    Member

    I just downloaded and activated this plugin…

    Where is the control for limiting topics? I don’t know where it is.

    (I have 1.0 may be the problem since it says .09)

    Thanks everyone!

    #81920
    Kunstbanause
    Member

    Thanks a lot. This worked for me!

    #32426
    Kayak too
    Member

    Hello!

    I’m having trouble with the bbPress installation, and haven’t been able to get the forum up and running.

    I’ve got WordPress 2.8.6 installed on a test site (it’s up and running fine), and I wanted to also have a forum on the same site. I want to try bbPress because of the possibility of integration between WP and bbPress. It would be nice if users could log in once, and be able to post comments on the blog portion of the site or post messages in the forum side of the site, and not have to manage two separate logins.

    I downloaded bbPress 1.0.2, uploaded it to my web server, ran the bbPress installer, and entered the info requested, including the MySQL settings for database name, database username, database password,

    MySQL hostname, and clicked “Continue” (or something to that effect). The message I got back was that it had a problem opening the database. At this point, I noticed there was a checkbox or something like that on the installer page where I could enter additional details, so I clicked on that, and it asked for ‘AUTH_KEY’, ‘SECURE_AUTH_KEY’, ‘LOGGED_IN_KEY’, and ‘NONCE_KEY’.

    I remember generating these keys the last time I upgraded WordPress, so I had to download the wp-config.php file from my server and poke through it for these strings, but I found them, so I entered them into the bbPress installer page.

    In addition to those key strings, the bbPress installer page was also asking for “salts” for each of those keys. I had no idea what the “salts” might be, but when I clicked on the help button next to the entry field, it said that if you didn’t have this it would check with the server during installation.

    So I left the “salt” fields blank, and clicked “Continue.”

    An installation log was generated, and I saved it as a text file. I won’t put the whole thing in this message, but the installation process modified the database tables without problems. In Step 2 of the process (WordPress integration), it reported “WordPress cookie keys set” and went on to “Fetching missing WordPress cookie salts.” It said that the WordPress “auth” cookie salt was successfully set, but the next one was where the trouble may have begun, as it reported WordPress “secure auth” cookie salt NOT set. The WordPress “logged in” cookie salt was set OK.

    Finally, in Step 3, it listed the site settings for me. But one of the lines read “Forum could not be created!”

    Following that line were two lines reporting that directories were established for my plugins and themes. I used my FTP program to check my server, and those two directories were indeed created.

    And, of course, it summed things up by saying “some errors encountered during installation!”

    But at the same time, there was a message that I should go to http://www.mydomain.com/bbpress, and that the forum should launch.

    I went to that page, but every time I do, I get redirected to:

    http://www.mydomain.com/bbpress/bb-admin/install.php

    Where the message says:

    Oh dear!

    bbPress is already installed.

    Perhaps you meant to run the upgrade script instead?

    Well, no, I don’t want to run the upgrade script, since I’m trying to do a first-time install.

    So, I don’t know where to proceed from here.

    One question in my mind is if the installer script was able to find and set the salts for three of the keys OK, why couldn’t it set the “secure auth” cookie salt?

    Second question is why do I get a page telling me bbPress is already installed, when the installation script says the forum could not be created?

    Any guidance anyone can give me would be greatly appreciated.

    #32422

    Topic: Integration

    in forum Installation
    Macmenddotcom
    Participant

    I have integrated my test forum with wordpress. Both have seperate databases and are on the same host server but bbpress is in a sub-directory, Wp is in the root. WordPress has 4 members bbpress has 300, afterwords bbpress has only 4 members, why is that, it seems like instead of integration wordpress details have overwritten bbpress…any one able to help

    #81933
    hatter
    Member

    This may sound kinda stupid, but after looking at the code, can you add topics to your forum to create a page 3 to see if you still have the issue? I’m just wondering if this issue only occurs when you only have 2 pages worth of topics. Can you test this real quick to see if this is the case? I will keep looking into it in the mean time.

Viewing 25 results - 8,526 through 8,550 (of 11,598 total)
Skip to toolbar