Hmm. If you enabled php in your phpbb settings. You can do like this subsilver <tr><td colspan="2" height="25px" width="100%" class="row"><div align="center"> <!-- PHP --> $protocol = $_SERVER['HTTPS'] == 'on' ? 'https' : 'http'; $curURL = $protocol...
I found a modification that adds a button with Facebook on the forum. The addresses look like this: viewtopic.php?f={S_FORUM_ID}&t={S_TOPIC_ID} How do I change it to cooperate with SEO? http://boardtalk.net/forum/viewtopic.php?f=7&t=58 F = () S_FORUM_ID & t = (S_TOPIC_ID) my now problems?