yes its possible, find $seo_meta->collect('description', $message); just replace with this, this will add topic title infront of description and message will be behind. $seo_meta->collect('description', $topic_data['topic_title'].', '.$message); or if you want just topic title on description then $...
yes its possible, find $seo_meta->collect('description', $message); just replace with this, this will add topic title infront of description and message will be behind. $seo_meta->collect('description', $topic_data['topic_title'].', '.$message); or if you want just topic title on description then $s...
Hi, Why does forum doesn't get indexed, the sitemap i submit, mostly all the thread inside are indexed however the forum dont get indexed.. for example .. SEO Principles <------ the forum not in google? Google Forums <------ same is this intended or ? can anyone explain this behaviour? thank you.. :...
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....
Well, for styles, you have to edit alot of things since mod author didnt include style for subsilver2 and yes your style on your forum is based on subsilver2. Or perhaps you can try this for news part, you have to edit, gym_link_body.html <table class="tablebg breadcrumb" width="100%&...