Skip to:
Content
Pages
Categories
Search
Top
Bottom

Turning bbPress into a Link Directory


  • displayname
    Member

    @displayname

    Hello,

    Because of the simplicity involved with bbPress, would it be possible to change bbPress into a link directory. I’m think this can be achieved by changing the new topic textarea into a url textfield. Then instead of the topic redirecting to the topic.php, it redirects to the link in the url textfield.

    I’d be willing to a pay a few bucks for this.

Viewing 2 replies - 1 through 2 (of 2 total)

  • John James Jacoby
    Keymaster

    @johnjamesjacoby

    I would think this would be best acheived with the post meta plugin. Sure its possible but I bet theres better software out there that might be more suitable for this type of task.


    displayname
    Member

    @displayname

    All I need to do is change the link for the topic as the first post’s content.

    Here is the original in the topics table on front-page.php

    <td><?php bb_topic_labels(); ?> <a>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>

    It needs to become

    <td><?php bb_topic_labels(); ?> <a>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>

    (saying I put a url in the post’s content) but post_text doesn’t work. Any way to get around this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar