Forum Replies Created
-
In reply to: Town Forum Theme
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 ClonmelAlso will make theme available if a couple of people are interested
In reply to: Topic TemplatesCheers for info. Ah yes forgot about that, although what I would love to achieve could be done around this.
In reply to: Changing Topic Folder Namehave 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>
liam at burkie.org would like to test this out too
In reply to: get_topic_author() but how to get it’s profile link?<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!Also just set up http://singleinclonmel.com a dating site, god bbpress is so amazing.
In reply to: Strut Your bbPress!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