@ Reactor:
Then explain better what you mean and do not assume that I did not read the topic. If you do not want any help then do not post anything.

52

(33 replies, posted in PunBB 1.3 extensions)

Nice idea, will try to make something like this smile

It works but after that you need to remove the config cache file in the directory cache

the only way to do that is to login to your phpmyadmin of your webhost and change it to Default in the config table, I think!

you have the mod-rewrite enabled.

go to your admin panel and then settings.
almost down on the page you will find "URL scheme:"
there you can set if your links should end with php or fancy with html.

If you want normal just use "Default"

Why should it be in the root folder?

You can look into some other extensions how it is done!

Make an extension of it so people do not have to edit the pages manualy!

59

(6 replies, posted in PunBB 1.3 bug reports)

Anyone? sad

It only happens on my Imac and not on my windows laptop.

60

(6 replies, posted in PunBB 1.3 bug reports)

firefox on my Imac.
Also when I visited this topic via the link in my e-mail and then I tried to login I got redirected to the rss feed of this page.

61

(6 replies, posted in PunBB 1.3 bug reports)

Hi,

When I login here after that I get redirected to extern.php that shows me some rss feed.

When I first go to http://punbb.informer.com/forums I get redirected to the rss feed witch is not correct, but when I go to http://punbb.informer.com/forums/users/ I get redirected to that page witch is correct.

Hope you can solve my problem.

gr.

What is your site adress so we can see the code of that section or post the code of that section here in code tags.

It is because it is still in an <ul> I think!

Or a link to your forum so we can take a look?!

Close this topic, no need for 2 topics wink

goto administration - features - search for "Topic and post content"

you can disable that what you are searching for.

Download extension

maby look in the wiki for your answer!

And your question is??

70

(4 replies, posted in General discussion)

No problem here!

Did you download the new version and updated the extension after that?

It seems to work here.

I will change it in my extension, thanks Slavok, did not think about the rest of the FORUM_PAGE's

You can make your own extension if you want.
Just make one with the next thing in it

<hook id="hd_pre_template_loaded">
    <![CDATA[
        if (FORUM_PAGE == 'search')
        {
            if (file_exists($ext_info['path'].'/search.tpl'))
                $tpl_path = $ext_info['path'].'/search.tpl';
            else
                $tpl_path = FORUM_ROOT.'include/template/main.tpl';
        }
    ]]>
</hook>

And then put your own search.tpl in that same directory

Download here.

74

(11 replies, posted in PunBB 1.3 extensions)

I made it for the beta versions and svn at that time. It will proberbly not work good.
Also the security is not that good I think.

75

(11 replies, posted in PunBB 1.3 extensions)

That is the one that he means SuperMAG.
I advise not to use it.