Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 10,951 through 10,975 (of 11,525 total)
  • Author
    Search Results
  • #56946
    fel64
    Member

    I haven’t got that, and nor do you Trent. Incidentally the bb forums feed you linked to is empty but entitled “Comments on: Forums”, tagline “Just another WordPress weblog”.

    #56945
    Trent Adams
    Member

    It should work just having the main RSS feed like this sites:

    https://bbpress.org/forums/feed/

    Mine would be:

    http://onvertigo.com/feed/

    Thanks,

    Trent

    #56944
    ProSam
    Member

    DANG IT! There is no RSS for recent topics, is there?

    I only found RSS for each forum.

    #56943
    ProSam
    Member

    Oh, oh, oh, the RSS Feed will do just fine. Awesome. I have several RSS feeds already running on the homepage so the RSS will work GREAT! Thanks for opening my eyes!

    #57027
    fel64
    Member

    There’s probably a filter similar to latest_topics, where you could check if the forum name is the same as the one you want to get rid of. :)

    #1753
    Null
    Member

    Hi,

    I have made a own forum page that shows the topics from just 1 forum. For this page I used the front-page.php and index.php files as a base. Everything works fine except the hyperlinks. All hyperlinks from the topics are shown as plain text instead of like this: http://www.test.com

    Any thoughts how to fix this?

    #1752
    wmarcy
    Member

    Here is what I have in my front-page.php:

    <h2><?php _e('Hightest Ratings'); ?></h2>
    <table id="highest">
    <tr>
    <th><?php _e('Highest Rated Topics'); ?></th>
    <th><?php _e('Rating'); ?></th>
    <th><?php _e('#'); ?></th>
    </tr>

    <?php $topics = bb_top_topics(); ?>
    <?php foreach ($topics as $topic); ?>
    <tr<?php alt_class('forum'); ?>>
    <td><a href="<?php topic_link(); ?>"><?php topic_title(); ?></a>

    <td><div class="rating-holder"><?php bb_rating();?>
    <td class="num"><?php bb_rating_count(); ?>

    </table>

    This code is only showing the first topic it comes across with a rating.

    See what I am talking about at: http://www.wetworx.com/forums/

    Any help would be appreciated.

    #56942
    chrishajer
    Participant

    Gack!

    I listed a bunch of WordPress plugins. That doesn’t help. Basically, the concept is the same. You need to grab the RSS feed from bbPress and insert that into your site.

    How about any of these techniques?

    http://www.google.com/search?q=insert+rss+into+html

    The first result looked promising…

    #54995
    spencerp
    Member

    The Gathering theme is on http://spencerp.net currently… :P I could always import the content from WP to MT though, couldn’t I? LOL! I already had MT setup within 15 minutes on a sub domain name a few weeks back, shouldn’t take me too much longer to set it up this time.. whee!

    Maybe could setup phpBB 3.0 whatever the hell the latest version is now… Got up that over here now: http://www.vindictivebastard.net/forum

    I don’t know though.. hmm

    spencerp

    #1744
    ProSam
    Member

    The site I added bbP to is not based on WP so I was wondering if there was a plugin whereas the latest 5 topics or whatever can be seen on the front page of any site. Like a php includes or ssi.

    #1742

    Topic: BbLD problem

    in forum Troubleshooting
    archasek
    Member

    Hi.

    I know that’s not the wordpress forum, but my problem is about bbpress so i’ll ask there.

    firstly, look at this: http://ram.org.pl/forum/

    everything seem to be working ok, but click on the ‘latest discussion’ called ‘ostatnio na forum’ in my sidebar on the right. there’s a problem with links to topics. how to resolve the problem?

    #56912
    chrishajer
    Participant

    I’m not worried about fixing it for me. I’m worried about fixing it for every new person who comes along and installs it and has a problem immediately. If the above works, that should be the default and that should be released. Anyone who downloads the latest.tar.gz should not have to edit out anything to fix the bozo problem. The default doesn’t work, so it should be changed until it’s fixed. No patches: a new release.

    #50849

    In reply to: Error for tags.php

    Arlo
    Member

    Hi – I’m having the same problem with /tags/ when I use permalinks or slugs. I’m running latest bbPress with the trac fix, and the the htaccess hack didn’t work either (it spewed content of tags.php as raw text)

    Any ideas?

    #1737
    bedbugger
    Participant

    I have a fairly active forum and the “latest discussion” goes back 5 days. People don’t really know which forum they were reading posts from before.

    Is there a plugin for archiving by date?

    Can I change the number of posts that show under latest discussion?

    Can I change the number of visible “hot tags”?

    Are there other ways to make this more manageable?

    I’m not very experienced with bbpress, so thanks for any responses and instructions you can provide or point me towards.

    #56636

    In reply to: bbpress future

    Sam Bauers
    Participant

    I can understand the concerns about JavaScript being written into the core. The point that cool2sv and others are making is that all the javascript that is written inline into the core code could be removed and the same functionality could be provided by adding events to DOM objects in external scripts. By doing this we could abstract away the absolute need for any particular JavaScript library, even though we would almost certainly include one in the core. If this was done then people could emulate the JavaScript functionality included in the core using other JavaScript libraries that better suit them. It is a cleaner and more flexible approach. That being said, there is quite a lot of work and testing to be done to achieve this for what may generally have limited benefit. Still, I think it should be considered and maybe even ticketed as an enhancement.

    #1729
    tiszenkel
    Member

    I just installed bbPress for the first time, and I’ve noticed a certain oddity that was incredibly frustrating until I figured out what was going on. The first thing I did after installing was make a bunch of test posts. But after only a couple, the posts stopped showing up. They’d appear in yellow after I posted them, and then, when I went back to the homepage, I couldn’t find them again.

    Now, I think I’ve figured out what happened. My guess is that bbPress doesn’t like it when one user posts too many times consecutively. (Registering a new user and posting under that account did work.) But those posts don’t appear in the control panel under the Content tab. The only place I can find them is in the Dashboard, under “Recently Moderated.” And the only way to make them display seems to be to click into the individual post, scroll to the bottom and click “undelete,” even though, confusingly, there’s also a “delete” link higher up on the page.

    I suppose I’m OK with this, but I just wanted to come here and confirm: Is this proper behavior? Am I missing something? What’s the post limit? Is there any way to turn it off, even if just for admins? I suspect on this forum there might end up being one or two users making a bunch of consecutive posts, and I’m all right with that. Can I at least get e-mail notification when something is moderated, and can it show up somewhere in the control panel? Plugins, perhaps?

    A lot of questions, I know. Sorry, but this was really throwing me off.

    #56819

    In reply to: Empty delimiter?

    ProSam
    Member

    I’m running the latest bbpress.

    Here is the forum radioavivamiento.com/foro/

    The problem is I cannot post to the forum. I got this additional warning after trying to post.

    Warning: Cannot modify header information – headers already sent by (output started at /home/dirxxx/public_html/foro/bb-includes/functions.php:664) in /home/dirxxx/public_html/foro/bb-includes/pluggable.php on line 166

    #56609

    In reply to: RBForums

    fel64
    Member

    It’s got a lot more of a consistent feel to it now, which is very nice. But when you hover over links they still turn green, as do the rows in the thread listing.

    Look for the a:hover item in your CSS file to change links when hovered, and look for something like tr:hover for the thread rows. I think the specific item for thread rows is

    #latest tr:hover, #forumlist tr:hover, #favorites tr:hover

    Just keep playing with it until you’re happy is the best advice. :)

    #56591
    Trent Adams
    Member

    The quicktags plugin should work automatically if you drop the plugin file and the JS file into your /my-plugins/ folder. That should bring up the buttons you requested. If it doesn’t, it might be a problem with it displaying in your theme. Quick way to test that is test it out on the default template and not your custom template.

    As for the translating, are you using the language files for your chosen language?

    Trent

    #56590
    archasek
    Member

    it’s ok now, you refreshed it while i was testing one thing.

    i translated thing i pasted above, actually i have 2 problems with quicktags and new post (new=1)

    #1705
    thierryyyyyyy
    Participant

    I made a plugin that allows you to change wordpress cookie path&domain (and even cookieHash) to suit the need of bbPress.

    My configuration was not “simple” :

    wordPress : http://www.2diabolos.com/blog

    bbPress : forum.2diabolos.com

    everything is explained here.

    http://www.2diabolos.com/blog/2007/04/06/nouveau-plugin-setcookieparams/

    BUT I have a problem :

    on my local server (for tests), I tried my plugin.

    it works … for bbPress front-page and admin page, but not for topics and other “deeper” pages.

    I put “cookie domain == false” (because cookie must not have domain when you are a “local server”, that what I understood from the standard)

    I don’t understand why the frontpage appears nicely, and why, when I try to go into a topic, Firefox tells me that the server redirects the request in way that can’t go nowhere. And IE does not achieve anything (I prefer Firefox, it better for debugging…)

    Firefox tells it can be a problem with cookie acceptance or desactivation.

    I feel that bbPress is making a round (infinite) redirection ….

    #52650
    fel64
    Member

    In functions.php, find the get_profile_info_keys() function …

    Much neater to pluginise it like the avatar plugin has done than to hack around in the core files, but that’s the solution now anyway.

    I’m not sure how the hook ardentfrost used works specifically but the sensible thing for it to do would be to pass the infokeys array as a parameter (just like the allowed tags hook), in which case you could easily add onto whatever was already in the array. If someone’s interested it might be worth testing, again as the neatest/least problematic way of doing this.

    #56629

    In reply to: bbpress future

    fel64
    Member

    No idea. I doubt they’d announce features before they’re ready – that’s a fairly stupid strategy for software. Check out trac if you want to see what’s being worked on and download the latest SVN releases if you want it early (and potentially buggy).

    #52648
    wittmania
    Member

    Yes, I suppose that’s worth noting… the instructions I left above have been tested WITHOUT the avatar plugin running. From what others have said, these two plugins don’t play nice together.

    #1700
    wmarcy
    Member

    Instead of oldest to newest, can we have a button that shows the messages from newest to oldest? That way people who have been keeping up on a topic can see the latest messages first.

    Anyone?

Viewing 25 results - 10,951 through 10,975 (of 11,525 total)
Skip to toolbar