Topic: Additinal headr link

I have forum ankurfilims.com

I want to make one blog on the same site like blog (dot)site.com or site(dot)com/blog/

I want to link it with my forum in header so that forum members and visitors can find my blog link easily.


Hope you understood it.

Here is I am changing code in header.php

// If there are other page navigation links (first, next, prev and last)
if (!empty($forum_page['nav']))
    $forum_head['nav'] = implode("\n", $forum_page['nav']);

$forum_head['search'] = '<link rel="search" href="'.forum_link($forum_url['search']).'" title="'.$lang_common['Search'].'" />';
$forum_head['author'] = '<link rel="author" href="'.forum_link($forum_url['users']).'" title="'.$lang_common['User list'].'" />';

ob_start();
// Include stylesheets

please, let ne know where I need to change code and write code for me.

Thanks! for help

Re: Additinal headr link

Here is screen shot

awesomescreenshot.com/00fes4o5c

3 (edited by unex 2012-09-01 16:00)

Re: Additinal headr link

Can't you change it in options??

Administration → Settings → Setup  and the last option:
"Add your own links to the main navigation menu"

It's better solution than changing code in my opinion. smile

Re: Additinal headr link

unex wrote:

Can't you change it in options??

Administration → Settings → Setup  and the last option:
"Add your own links to the main navigation menu"

It's better solution than changing code in my opinion. smile


Oh I see....Thanks! for your help its done. One more thing... Here I am trying to post any topic Support forum, I like the tools here have like  "B, I, U, numbers and bullets we can use....and for email and add picture and add link. But in my forum I check, I need to write BB code, many user are not friendly with it. so its batter I wanna show them same too;ls above when they post any topis or the reply.

How I can do that?

Thanks!

5 (edited by unex 2012-09-02 18:07)

Re: Additinal headr link

Just install pun_bbcode

http://punbb.informer.com/extensions/1. … bbcode.zip

smile