1

(7 replies, posted in PunBB 1.2 bug reports)

I always used php?> to close it... and I don't get any error.... and I see it on a lot of manuals... and if you think in that it's very logic... <?php to open and php?> to close it...

Ok.... it's not a bug... it was my bug.

cgo2 wrote:

I found a solution, read this topic : http://punbb.org/forums/viewtopic.php?pid=29639#p29639

I hope this can help

It's that!!!!!

Thanks.

Just open profile.php. Find «redirect('profile.php», in this line there's a "& amp ;" just change it to "&". it's in 6 lines. Save it. Upload it. Try it.

3

(7 replies, posted in PunBB 1.2 bug reports)

I used php?> to close.... what I pretend to say it's to use <?php and php?> or <? and ?>, but not a mix of them.

4

(7 replies, posted in PunBB 1.2 bug reports)

The config.php that you have to do start with <?php and ends with ?>, maybe it's better to use the same way on boths.

I have the same error. I try it on firefox and IE6. And it's a new installation of the forum.
Of course that I have right the base url.

Edit: Although it do well the changes.

6

(277 replies, posted in PunBB 1.2 discussion)

Rickard wrote:

Juan.Llanos: That was the problem Connorhd just repoted smile


Sorry I don't read it well...

7

(277 replies, posted in PunBB 1.2 discussion)

Rickard wrote:
Connorhd wrote:

do you want us to post bugs? or not to bother yet as its not finished?

You can post bugs. Just don't expect them to be fixed anytime soon. There's a rather large todo list to go through smile

I like to probe things... now I don't need a forum, so I don't have expected to be fixed anything...

I think that I found another bug.

Edit: I think I have read the post better.

8

(277 replies, posted in PunBB 1.2 discussion)

Can I say a litte bug here???

I supposed it...

I try to move a topic and look how big I see the options.
http://fotos.miarroba.com/fotos/7/e/7e324cdb.jpg

9

(41 replies, posted in General discussion)

http://www.opensourcecms.com/index.php

You can try a lot of CMS... and "buy" the best for you.

10

(300 replies, posted in PunBB 1.2 discussion)

Rickard wrote:

Ah, I see. Well, Juan.Llanos answered the question.

I'm a good "niño"

11

(300 replies, posted in PunBB 1.2 discussion)

deusiah wrote:
deusiah wrote:

are they on or off? smile

lol wink


As far I know the punBB works with regiter globals off, it used $_GET and this kind of thing... another thing it's if your server has te register globals on or off.

12

(25 replies, posted in PunBB 1.2 bug reports)

Rickard wrote:

The funny thing is that vBulletin 2, one of the most popular discussion boards on the web, works identically to PunBB, but I have never heard any complaints about it in any vB forums.

I neve used a vBulletin 2... I always used a phpBB or the forums hosted by www.miarroba.com.

13

(25 replies, posted in PunBB 1.2 bug reports)

Ok!! I see it.... I don't know if I like it... I used to think in read and unread topics... but it's the way it's planned.... now I understand why one of my suggestion it's imposible to do.

Thanks.

14

(25 replies, posted in PunBB 1.2 bug reports)

I install in two sites punBB, just trying and playing with it... and I have the same problem, that I also have in this forum. I get into the forum, I see the "new topic" icon, I go to the subforum, to the topic and I read it... then I back to the main forum and the icon it's still there.

I'm using Firefox 0.8, and I don't have this kind of problem with others forums.

Maybe the problem with the ' it's in your server and the magic_quotes or something similar... I'm newbie at php and I can not explain me better.
I hope that this help you.

Bye.

You need to do it with javascript....

What I do it's a file xxxx.js

function openwin_min(url)
{
  if( window.open(url,'','left=0,top=0,height=150,width=400,scrollbars=no,
 status=no,menubar=no,location=no,resizable=no') ) 
    return false; 
  else 
    return true;
}

Look at height and width, you have to change it...  the link with "status..." it't in the same line that the other... I put in a different line, because it's too long to the forum.

I add this file to the html file:
<script src="xxxxx.js" type="text/javascript"></script>

Then the link it's:
<a href="LINK" onclick="return openwin_min(this.href)">link</a>

Just look again to LINK to change it,




Plese, don't abuse of popup, people hate it...

17

(300 replies, posted in PunBB 1.2 discussion)

Rickard wrote:
Rod wrote:

PM is important in the sense where you can use only this function to create in same time a newsletter : important for user (in my sense) to inform the evolution of a site, or a forum.

Why not use e-mail?

I agree with you... but some times you don't want that other person knows your mail...
and maybe it's faster than mail...

18

(300 replies, posted in PunBB 1.2 discussion)

Rickard wrote:
Juan.Llanos wrote:

- "Mark all topics read" in the forums

Do you mean a feature to mark all topics as read in a specific forum only? In that case I can tell you that it most likely won't be added to 1.2.

Yes... that.... I think is useful... per example, I'm lookin to a forum, but I don't want to read all the messages... I finish read some posts, and go to another forum, then someone writes a new post or replay in the previous forum how can I see that there's a really new messages?

I can not right to well in english... but I hope that you understand me.

19

(300 replies, posted in PunBB 1.2 discussion)

My suggestion
- "Mark all topics read" in the forums

20

(0 replies, posted in PunBB 1.2 discussion)

I don't know if here it's the right place... anywhere.

In the main.tpl (include/templates) I made a little 'mod'.

After body tag I add:

<a accesskey="T" href="#top"></a>
<a name="top"></a>

And before /body tag I add:

<a accesskey="B" href="#bottom"></a>
<a name="bottom"></a>

Now, it's possible to go to the top or the bottom of the forum just press alt+t or alt+b