Burkie (@burkie)

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • In reply to: Town Forum Theme

    @burkie

    Participant

    Thanks, went for the clean clear approach as the audience would range from teenagers to adults.

    Only images thus far are the avatars, but will be installing the topic icons to have a play around with that.

    In reply to: Branding Clonmel

    @burkie

    Participant

    Also will make theme available if a couple of people are interested

    In reply to: Topic Templates

    @burkie

    Participant

    Cheers for info. Ah yes forgot about that, although what I would love to achieve could be done around this.

    @burkie

    Participant

    have tried the default rewrite rules

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]

    RewriteRule ^people/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^people/([^/]+)/?$ /topic.php?id=$1 [L,QSA]

    RewriteRule ^location/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&page=$2 [L,QSA]

    RewriteRule ^location/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]

    RewriteRule ^location/?$ /tags.php [L,QSA]

    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]

    RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]

    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]

    RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]

    RewriteRule ^rss/?$ /rss.php [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]

    RewriteRule ^rss/people/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]

    RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]

    RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]

    </IfModule>

    @burkie

    Participant

    liam at burkie.org would like to test this out too

    @burkie

    Participant

    <a href="<?php user_profile_link(get_post_author_id()) ?>"><?php post_author(); ?></a>

    the above gets the use profile for any page.

    In reply to: Strut Your bbPress!

    @burkie

    Participant

    Also just set up http://singleinclonmel.com a dating site, god bbpress is so amazing.

    In reply to: Strut Your bbPress!

    @burkie

    Participant

    Hello,

    Must say I’m loving bbpress for the past 2 years, creating a web 2.0 thingy at the moment: http://say2ya.com. Cheers

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