I changed this line in the modified script that Diviance posted on the first page:

define('PUN_ROOT', './');

to

define('PUN_ROOT', 'forum/');

and i use this code

<?php
$_GET['action'] = 'news';
$_GET['fid'] = 19;
$_GET['show'] = '10';
include "forum/extern.php";
?>

to call extern.php. And all my problems were solved! (?)

this then

<?php
$_GET['action'] = 'news';
$_GET['fid'] = 19;
$_GET['show'] = '10';
include 'forum/extern.php';
?>

gives me this

Warning: require(./include/parser.php) [function.require]: failed to open stream: No such file or directory in /usr/local/www/htdocs/uabyggarna.com/forum/extern.php on line 117

Fatal error: require() [function.require]: Failed opening required './include/parser.php' (include_path='.:') in /usr/local/www/htdocs/uabyggarna.com/forum/extern.php on line 117

i get this error

Warning: include(forum/extern.php?action=news&fid=19&show=10) [function.include]: failed to open stream: No such file or directory in /usr/local/www/htdocs/uabyggarna.com/index.php on line 21

Warning: include() [function.include]: Failed opening 'forum/extern.php?action=news&fid=19&show=10' for inclusion (include_path='.:') in /usr/local/www/htdocs/uabyggarna.com/index.php on line 21

Is it on the server side?

I think this release needs to be updated!

When i createt my global sticky, i did it just to test it. Then i remove it, then i noticed that "Last post" was still the global topic. Even after i deletet it.

check it out http://uabyggarna.com/forum/index.php

5

(5 replies, posted in Archive)

död åt dä

6

(10 replies, posted in General discussion)

Paul wrote:
fu wrote:

I use phpbb blue (http://punres.org/viewtopic.php?id=396) and it is annoying that the signature line isent there. Ind i cant find anything about it.

Try changing the setting for hr in the colour scheme stylesheet to
.pun hr {background-color: #000; color: #000}

Thanks allot!

7

(10 replies, posted in General discussion)

I use phpbb blue (http://punres.org/viewtopic.php?id=396) and it is annoying that the signature line isent there. Ind i cant find anything about it.

8

(10 replies, posted in General discussion)

I have the same problem, think it is because of my style. where in the code should i add <hr \>, if its missing?

Someone that have succesfully added this mod to the 1.2.7 version? Pls post your files, i cant get it to work.

If you are a member on the board, and you are logged on. Does the image apper, so you dont need to klick on the attatchment link?

I couldent find any preview.

I cant get the thumbnails to work!! I hade some problems with GD at first, it wasent mentioned to be install anywhere smile

But i can upload images and stuff, but when i read the post, nothing is there. I "scan for errors" under the plugin section and it tells me that there is thumbnails missing in post 18 something something..

12

(11 replies, posted in PunBB 1.2 troubleshooting)

yes i upgraded the 1.1.5 to 1.2.5, and no the files dident get convertet to lowercase. in the table config where the o_default_lang  is, i changed it to Swedish from English. and the files in lang/ is also called English and Swedish.

13

(11 replies, posted in PunBB 1.2 troubleshooting)

Connorhd wrote:

to upgrade from 1.1.5 to 1.2.5 you must first download 1.2.0 and upgrade using the script with that, and if you didn't do that first then you should restore your backup and start again, assuming you have a backup

did you read what i postet one post above? smile =P

14

(11 replies, posted in PunBB 1.2 troubleshooting)

now i have downloaded every singel release, and i ran every update script. but i still get that language problem

15

(11 replies, posted in PunBB 1.2 troubleshooting)

Connorhd wrote:

wait, did you run the upgrade script?

where can i find that?

16

(11 replies, posted in PunBB 1.2 troubleshooting)

the table groups dident exist.. smile

but i still have a problem. the structure of the tables in 1.1.5 is not the same as inte the new 1.2.5. i realy want to keep all the entries.

Notice: Undefined index: o_default_lang in /home/nilzzon/public_html/forum/include/functions.php on line 125
There is no valid language pack '' installed. Please reinstall a language of that name.

this is what i get now

17

(11 replies, posted in PunBB 1.2 troubleshooting)

Hello. I tried to upgrade my 1.1.5 version to 1.2.5 and i think it worked out fine, but i cant view the forum as a guest.

An error was encountered
Error: Unable to fetch guest information.

and i have the Guest in the users table

Hello!

I just want to show off my leet swedish trickjump/free runner forum. www.trickjump.se or http://forum.trickjump.se

argh! i get a few errors.
when do you think 1.2 is released?

20

(22 replies, posted in General discussion)

http://www.uic.edu/depts/wsweb/images/f-u%20logo.jpg

tongue

Hi.

Erlier today i posted a message on sweclockers forum asking how to make a news system, using the forum so ppl can discuss the news in the forum. sweclockers seems to have it this way, they make a post in the forum and it shows up on their first page. I dont know if Rickard also have it like this.

http://forum.sweclockers.com/showthread … did=313685

Do you understand what im saying? tongue

22

(0 replies, posted in Feature requests)

I would like to so a function that prevents users to bump or dubbel post (the same thing but..). I have searched this forum without any luck on this question. i i cannot find any existing function either.