1

(4 replies, posted in PunBB 1.2 show off)

No, I love gaming. It's just - I could do a Google search and find tons and tons of game sites, either completely about, or having be a big part of, counter strike & half life.
I wasn't trying to be harsh, the site does look nice, there's just, a TON of gaming sites out there already....also, they already have a lot more content than yours.....and thousands of frequent visitors.
The site was a good idea when the N64 & Playstation came out. After that there were so many of them that it became a complete waste of space.

2

(4 replies, posted in PunBB 1.2 show off)

Meh, it looks nice, but the site is a bad idea - in my opinion.

3

(8 replies, posted in PunBB 1.2 discussion)

I don't think I've seen anything against something like this anywhere around PunBB.

why not, make your own?

5

(6 replies, posted in PunBB 1.2 show off)

have to say this - you can downgrade the psp more than it already is? sorry tongue
site looks nice smile
good job

6

(19 replies, posted in PunBB 1.2 show off)

I'm going to make the old style one of the pre-sets on the site.

7

(19 replies, posted in PunBB 1.2 show off)

Okay, I have changed the forum (and site) a lot and was hoping to get opinions on the forum and whatever else.
Peace

8

(40 replies, posted in PunBB 1.2 discussion)

just under 3 hours to go (too bad i have to leave in 2)

9

(13 replies, posted in PunBB 1.2 discussion)

The mods are not "official" releases, as far as I know, most are not made by members of the PunBB team; conclusion: don't expect random members to make things xhtml compliant.
If you've fixed mods to be that way, send them to the developer to have them update theirs with xhtml and then you'll be helping out all of us big_smile

10

(10 replies, posted in PunBB 1.2 modifications, plugins and integrations)

Thanks...that helped solve part of the problem. Now, to finish fixing it.

11

(10 replies, posted in PunBB 1.2 modifications, plugins and integrations)

Not trying to be a bother here but, can some one take a look at this?

12

(11 replies, posted in Feature requests)

uhhhh, what?

13

(4 replies, posted in PunBB 1.2 discussion)

edit header.php then.

I've done this on my website (in my sig)
This should be pretty simple for you to do and i'll tell you how right now (as well as I can not knowing the script)
Anyway. If you have a single header file for your someryc throughout all the pages - then on the comments page, at the top, put:
<?define('TURN_OFF_MAINT', 1);
define('QUIET_VISIT', 0);
define('PUN_ROOT', 'mboard/');
require PUN_ROOT.'include/common.php';
require_once PUN_ROOT.'include/parser.php';
?>

Sorry  Change mboard/ to the relative link to your forum from the page.
Then, where the form is for the comments you will want to add an if else statement like this:
<?
if ($pun_user['g_id'] == PUN_GUEST){
    echo"You must be registered to post comments<br><bR><br>";
}else{
comment form code & the code that sends it to the database?
}

It's that simple. If where the script runs to insert into the database is on a different page, then add the first thing I posted again at the top of that page. then, immedietly after add:
if ($pun_user['g_id'] == PUN_GUEST) message($lang_common['No permission']);

So if they're a guest, they won't be able to view the page.

Hope that helps. Peace.

15

(10 replies, posted in PunBB 1.2 modifications, plugins and integrations)

I'm using punbb css. It's located in the header.php file....I took all the style sheets I found and moved them there.
But it seems as though only part of it is working.

16

(10 replies, posted in PunBB 1.2 modifications, plugins and integrations)

then what is the point in the style sheet I have on there?

17

(8 replies, posted in PunBB 1.2 show off)

You're a comedian? tongue
What browser is that in?
Only thing I DON'T like is the profile editing. (But I don't like the current one either) tongue That's just me though, I prefer to have it all in one place.
looks good though

I'm pretty sure that's it --> http://www.punres.org/desc.php?pid=250

I'd recommend the image verification to register.
I was getting up to around 50 spam posts a week (not a lot compared to many sites - but still bothersome) and installed the image verification mod and it went to 0. I don't remember what the mod is called, but look on punres and you'll find it. wink

20

(10 replies, posted in PunBB 1.2 modifications, plugins and integrations)

This goes along with what I was doing.
I can't figure out what part of the css is giving me problems here.
Anyway, where it shows the posters information, the background is black...and their post only takes up about half of what it should.
You can view what i'm talking about, here.
Thanks

Edit: Please let me know if the background color of the part of the page containing the forum is brown, and not white.

Edit 2: Where do I find how to change the top, and bottom of the page (colors i can't find it anywhere)...example of top:
Pages: 2                      Forum » Forum1 » Topic1                  Post Reply

Example of bottom:
Pages: 2                      Forum » Forum1 » Topic1                       Post Reply
SUBSCRIBE TO THIS TOPIC

Also, where to change the above equivelance in Viewing the topics.

And where do I find to change the whitespace in some ones profile...the area under

Essentials
Personal
Messaging
Personality
Display
Privacy
Administration

And FINALLY, can anyone tell why the borders aren't working? :s

21

(2 replies, posted in PunBB 1.2 show off)

It's integrated very well.

22

(4 replies, posted in PunBB 1.2 modifications, plugins and integrations)

Is that any different from the original one?

23

(3 replies, posted in PunBB 1.2 modifications, plugins and integrations)

#1 I'm not sure what you're asking.
I have news on my site (integrated in with the punbb user database) if that's what oyu're asking and you do NOT need to put it all in the same folder.

#2 To make something else be index.php in the same folder as the forum, you would need rename the forum forum.php or whatever  you want it to be called AND edit the files like viewtopic and the others so that it's recognized everywhere as forum.php and not index.php

#3 uhh...okay then

#4 truncate (if you're talking about sql) is to delete whatever is in a table.
So, by truncating news, you delete everything in your news table.

24

(10 replies, posted in PunBB 1.2 modifications, plugins and integrations)

Okay, thanks. I'm having a few problems with this that are baffling me.
on the forum index the page drops down quite a bit, and there is a lot of whitespace after the forum footer.
when going into the topic list it goes up a little bit and the white space goes away...then when going into a post the top white space goes away completely as well. Has anyone else experienced this, and can they help cause I don't see this anywhere.
Thanks for the help. :\


Solved.

I don't know if this has been asked, hell i've probably asked it: can you not use php in the main.tpl file?
This would suck because I use php for many parts of the layout (no i can't just get rid of the php)
is there a way to make it work?
Thanks.