Hey,
when i have the topic_id and topic_name and the forum_id how can I rewirte it for seo?
for forums the command is $phpbb_seo->seo_url['forum'][$row['forum_id']] is there any similar vor topics?
Moderator: Moderators
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$phpbb_seo->set_url($row['forum_name'], $u_forum_id, $phpbb_seo->seo_static['forum']);
$phpbb_seo->prepare_iurl($row, 'topic', $row['topic_type'] == POST_GLOBAL ? $phpbb_seo->seo_static['global_announce'] : $phpbb_seo->seo_url['forum'][$u_forum_id]);
// www.phpBB-SEO.com SEO TOOLKIT END // www.phpBB-SEO.com SEO TOOLKIT BEGIN
$phpbb_seo->prepare_iurl($row, 'topic', '');
// www.phpBB-SEO.com SEO TOOLKIT END // www.phpBB-SEO.com SEO TOOLKIT BEGIN
$parent_forum = $row['topic_type'] == POST_GLOBAL ? $phpbb_seo->seo_static['global_announce'] : (!empty($phpbb_seo->seo_url['forum'][$u_forum_id]) ? $phpbb_seo->seo_url['forum'][$u_forum_id] : false);
if ($parent_forum) {
$phpbb_seo->prepare_iurl($row, 'topic', $parent_forum);
}
// www.phpBB-SEO.com SEO TOOLKIT END
Hexcode wrote:But first: Why its writen url.eu/forum-name/topic-txx.html and not url.eu/forum-name/topic-name-txx.html ?
Hexcode wrote:And when I'm search the links is url.eu/postxxx.html ?
Why there is not the normal link?

$row['topic_title'] = $row['post_subject'];Hexcode wrote:And im using GYM but I like the normal phpBB Feeds more, because your feeds are in some cases a little bit silly...

<!-- URL list generated in 0.01723 s ( Mem Usage : 692.82 Kb ) - 8 sql - 15 URLs listed -->
<!-- Output started from cache after 0.00395 s - 2 sql -->
<!-- Output from cache ended up after 0.00470 s - 2 sql -->
why there is the <b></b> is there a way to change this so that the text is realy writen bold?<b>Statistik</b> : 2 Themen || 2 Beiträge
Letzte Antwort von Hexcode

$chan_desc = strip_tags($chan_desc); function parse_channel($chan_title, $chan_desc, $chan_link, $lastBuildDate = 0, $chan_image = '', $chan_source = '') {
global $config, $user;
Users browsing this forum: No registered users and 3 guests