@ 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.
51 2009-03-06 11:15
Re: Parser adds [URL][/URL] for links inside [CODE][/CODE] (4 replies, posted in PunBB 1.3 bug reports)
52 2009-03-05 21:58
Re: [Request] "Thanks" extension (33 replies, posted in PunBB 1.3 extensions)
Nice idea, will try to make something like this
53 2009-03-05 18:41
Re: Links point to *.html instead of *.php (6 replies, posted in PunBB 1.3 troubleshooting)
It works but after that you need to remove the config cache file in the directory cache
54 2009-03-05 17:16
Re: Links point to *.html instead of *.php (6 replies, posted in PunBB 1.3 troubleshooting)
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!
55 2009-03-05 16:08
Re: Links point to *.html instead of *.php (6 replies, posted in PunBB 1.3 troubleshooting)
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"
56 2009-03-02 19:16
Re: [Release] Easy Screenshot Dumpster 1.1 (8 replies, posted in PunBB 1.3 additions)
Why should it be in the root folder?
57 2009-03-01 11:13
Re: [Release] Easy Screenshot Dumpster 1.1 (8 replies, posted in PunBB 1.3 additions)
You can look into some other extensions how it is done!
58 2009-03-01 07:23
Re: [Release] Easy Screenshot Dumpster 1.1 (8 replies, posted in PunBB 1.3 additions)
Make an extension of it so people do not have to edit the pages manualy!
59 2009-03-01 07:22
Re: login redirect to rss feed (6 replies, posted in PunBB 1.3 bug reports)
Anyone?
It only happens on my Imac and not on my windows laptop.
60 2009-02-26 15:52
Re: login redirect to rss feed (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 2009-02-25 18:56
Topic: login redirect to rss feed (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.
62 2009-02-22 07:47
Re: How to modify extern.php for better website integration (11 replies, posted in PunBB 1.3 additions)
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.
63 2009-02-21 19:52
Re: How to modify extern.php for better website integration (11 replies, posted in PunBB 1.3 additions)
It is because it is still in an <ul> I think!
64 2009-02-16 15:53
Re: Removed all Guest Permissions -> Can't login anymore (4 replies, posted in PunBB 1.2 troubleshooting)
Or a link to your forum so we can take a look?!
65 2009-02-15 22:15
Re: Parser adds [URL][/URL] for links inside [CODE][/CODE] (1 replies, posted in PunBB 1.3 bug reports)
Close this topic, no need for 2 topics
66 2009-02-15 22:14
Re: Parser adds [URL][/URL] for links inside [CODE][/CODE] (4 replies, posted in PunBB 1.3 bug reports)
goto administration - features - search for "Topic and post content"
you can disable that what you are searching for.
67 2009-02-14 18:28
Re: How to remove: "Currently used extensions"? [SOLVED] (9 replies, posted in PunBB 1.3 additions)
68 2009-02-12 22:11
Re: Using PunBB user authentification in an external page.[CODE INCLUDED] (5 replies, posted in PunBB 1.3 additions)
maby look in the wiki for your answer!
69 2009-02-12 22:10
Re: The page is "User list" shows only a part. (5 replies, posted in PunBB 1.3 troubleshooting)
And your question is??
71 2009-02-10 00:04
Re: Is it Possible to use a seperate main.tpl template for search.php? (6 replies, posted in PunBB 1.3 troubleshooting)
Did you download the new version and updated the extension after that?
It seems to work here.
72 2009-02-09 15:48
Re: Is it Possible to use a seperate main.tpl template for search.php? (6 replies, posted in PunBB 1.3 troubleshooting)
I will change it in my extension, thanks Slavok, did not think about the rest of the FORUM_PAGE's
73 2009-02-08 08:28
Re: Is it Possible to use a seperate main.tpl template for search.php? (6 replies, posted in PunBB 1.3 troubleshooting)
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 2009-02-07 19:57
Re: [REQUEST] Gallery (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 2009-02-07 16:16
Re: [REQUEST] Gallery (11 replies, posted in PunBB 1.3 extensions)
That is the one that he means SuperMAG.
I advise not to use it.