651

(109 replies, posted in General discussion)

Dr.Jeckyl wrote:

will there be any major changes after this next update to the dev as far as templates and/or styles are concerned?

I also would be interested in the answer to this one.

as for time of release... Who cares.... Christmas has just gone (PSP and 360 under my tree)... so another christmas present (1.3 done) mid year would be good for me.

Long live PunBB....

@pogenwurst

Thanks.

653

(6 replies, posted in General discussion)

Something not so funny... Have you seen punbb.org on this beta (maybe the earlier beta)? Way of the plot... the funny thing is that punres.org worked fine. Weird!

When I used the same cookie name for something before... it logged me out of one forum when I logged into the other... and vice-versa.

Can I use 1 users table for both forums?

Ok... I have a problem I need to resolve.

I have 2 forums.... 'AForum' and 'BForum'...

I need the users from 'BForum' to access 'AForum', BUT I want them to be already logged in when they go to 'AForum'.

What would be the easiest approach?

Thanks in advance.

656

(4 replies, posted in Feature requests)

KCEOH wrote:

<embed src=... - potential security bug.

I thought only if not under control....

657

(5 replies, posted in PunBB 1.2 troubleshooting)

Firstly... chmod your whole PunBB directory to 777 is never a good idea...

Secondly... No answer for your question I am afraid. Sorry

Pennies worth... Try a fresh viewtopic.php...

658

(2 replies, posted in PunBB 1.2 troubleshooting)

No reason why you couldnt make a ventrilo tag. Do a little investigation into tags and coding for the parsing and should be pretty straight forward.

Then would look like this...
[ventrilo]ventrilo.mine.nu:3784/servername=Ventrilo[/ventrilo]

I have added you on MSN, STEVENBULLEN@ntlworld.com. Just speak to me when your on at the same time mate.

Will mail it to you.... smile

Done.

Sorry I m afraid not... I have a site with www.streamline.net which is good for a small/medium site. But not free sad

Who is your supplier?

I have had this problem before... then a day or two later it suddenly worked. My supplier could not give a reason behind it.

Personally I would say it is 100% the machine where the site is sitting? but dont ask me what.

I am currently at work and the page will not load... Just sits there for about 5 minutes then gives you the usual page not found error.

Will try again from home when I go on a break shortly...

Here is what I have...

my here.php is

General
<ul>
<?php
include('http://www.dev.marine-hunters.co.uk/extern.php?action=new&fid=48,42,43,45,41,40,49,50,51,56,58,65&show=5')
?></ul><br />Battlefield 2
<ul>
<?php
include('http://www.dev.marine-hunters.co.uk/extern.php?action=new&fid=57,59,61,38,46,44&show=3')
?></ul><br />Counter Strike Source
<ul>
<?php
include('http://www.testforumet.frac.dk/extern.php?action=active');
?></ul>

and my main.tpl contains

<div class="blocks">
            <h2><span>Recent Posts</span></h2>
            <div class="box">
            <div class="inbox">
            <pun_include "here.php">
    </div>
        </div>
        </div>

Hope this helps...

Check out www.dev.marine-hunters.co.uk

Left side menu CS Source listing is your listing...

Post the here.php that you are using.

I just changed my test site with your link and my here.php.... Worked fine.

Nephets7 wrote:

yes.  spegg7@yahoo.com is my address

Have added you... Will try to help next time your on line mate..

Here you go...

http://punbb.org/forums/viewtopic.php?id=9914

669

(68 replies, posted in PunBB 1.2 discussion)

Rador8 wrote:

I see "© Copyright 2002?2005 Rickard Andersson"... but we are in 2006.

Already have asked this... PunBB has not released anything in 2006... 1.2.10 was released in 2005. 1.3 will have 2006 on it....  smile

Nephets7 wrote:

Thanks!  Where exactly would I paste all of the lines of code you posted after the text I need to replace?  Where in index.php would it go?

This is the hard bit... because mine is set up differently... I have changed my index.php big time... because I wanted an overline at the bottom of each post and also the comments to the bottom right.

I can post you my pun_news function.... but it would no doubt work slightly different on yours to mine. sad

You on msn?

Installed! smile

CodeXP.... fair play mate.
I have been using a web2ftp site for even the smallest of edits... So this is a very VERY VERY useful plugin. Thank you.

This with a bit of extra code I use in my forum...

http://www.marine-hunters.co.uk

Change this

$result = $db->query('SELECT t.id, t.poster, t.subject, t.posted, t.last_post, f.id AS fid, f.forum_name FROM '.$db_prefix.'topics AS t INNER JOIN '.$db_prefix.'forums AS f ON t.forum_id=f.id WHERE f.id='.$fid.' AND t.moved_to IS NULL ORDER BY '.$order_by.' DESC') or error('Unable to fetch topic list', __FILE__, __LINE__, $db->error());

to this

$result = $db->query('SELECT t.id, t.poster, t.subject, t.posted, t.last_post, t.num_replies, f.id AS fid, f.forum_name FROM '.$db_prefix.'topics AS t INNER JOIN '.$db_prefix.'forums AS f ON t.forum_id=f.id WHERE f.id='.$fid.' AND t.moved_to IS NULL ORDER BY '.$order_by.' DESC') or error('Unable to fetch topic list', __FILE__, __LINE__, $db->error());

Then if you use this

$cur_topic['num_replies']

it will give you the replies to that topic.

My line of code is

<a href="'.$pun_config['o_base_url'].'/viewtopic.php?id='.$cur_topic['id'].'&action=new" title="'.pun_htmlspecialchars($cur_topic['subject']).'">'.$cur_topic['num_replies'].' Comments...</a>

so that when you click on the comment link takes you straight to that topic.

Example here
http://www.marine-hunters.co.uk/img/temp/Test.jpg

Bit long winded so any problems let me know.

lol... at least the code works... smile

@Mediator!

You still doing these?

675

(2 replies, posted in PunBB 1.2 show off)

Good mate...

A few points...
1. Top 5 posters... You need to add to your css to take off the td lines.
2. Box where states 'You are not logged in.'... You need to add margin to the left.
3. Coloured User Group Legend... You need to add a little space underneath.

Other than these which you may have already seen or have different view... I dont see any problems. smile