1

(26 replies, posted in PunBB 1.2 show off)

Why cause of phpbb3? Not like all these mods will be accessible asap.

2

(26 replies, posted in PunBB 1.2 show off)

Haha I only switched due to the cash/lottery/store mods. Sorry guys, I still love punbb though =P

Is there ways to have multiple types of cash?

Like gold, wood, etc.

Is there a demo?

What does the lottery and stuff even do?

Thank you so much :]

The link/download for the subforums mod didnt work, does anyone have the files?

Thanks

Anyone have this file? The download link doesnt work.

Well do you know were in the code that shud be? I have an idea, but I dont wanna go trying to figure out his whole php system.

The problem might be because I heavily modified my forum, but I replaced everything in the installation correctly, so I dono.

http://www.sc2armory.com/forums/post.txt

You cant submit anything!!!!!!! thats the problem, i cannot get past the step were u input question and answers.... ive gone over the installation 3x.

Anyone have an idea? if not im gona have to try and revent the system.

... I cant even post polls....
When you get to the part where you fill out a question and its options, theres nothing else to do from their... no submit button or anything.


Edit: I added a submit button, but it still doesnt do anything.

I installed this script:

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

But I am having problems.


When you choose which type of poll from the dropdown, the next step doesnt go anywere or do anything...
Anyone know why?

http://www.sc2armory.com/forums/viewforum.php?id=11

Includes didnt work, so I had to redirect.

Parse error: syntax error, unexpected T_STRING in http://www.sc2armory.com/forums/extern. … p;type=rss on line 1

I tried:

include('http://www.sc2armory.com/forums/extern.php?action=active&type=rss');

And it still dont work.

Im having problems getting this to work.

Heres my feed:

http://www.sc2armory.com/forums/extern. … p;type=rss

Heres my php code:

<?php // FEED

define('PUN', 'SC2ARMORY.COM');
define('PUN_ROOT', $_SERVER["DOCUMENT_ROOT"] .'/forums/');
$type = (isset($_GET["type"])) ? $_GET["type"] : "";

switch ($type) {
    case "latest":
        include(PUN_ROOT .'extern.php?action=active&type=rss');
    break;
    
    case "new":
        include(PUN_ROOT .'extern.php?action=new&type=rss');
    break;
    
    case "news":
    default:
        include(PUN_ROOT .'extern.php?action=active&fid=1&type=rss');
    break;
}
?>

But it errors...

http://www.sc2armory.com/feed.php

18

(26 replies, posted in PunBB 1.2 show off)

Updated and changed a bit.

Stupid me, cant believe I forgot about that... Thanks :}

Dono if this is the right forum, but the title explains it all.


Is it possible for admins to recieve the post ranks? Without it saying "administrator".

21

(26 replies, posted in PunBB 1.2 show off)

Ill give them a try, thanks.

22

(26 replies, posted in PunBB 1.2 show off)

@sirena - with what program? i tried photoshop but havent gotten it down much... shud try fireworks

@lie - most pages dont work besides forum

23

(26 replies, posted in PunBB 1.2 show off)

Im reworking the css and stuff on the home page. Having problems with the flash tho... it seems it wont render the text the correct size.

24

(26 replies, posted in PunBB 1.2 show off)

@sirena

the css and images havent been cleaned up or anything :]
i just wanted to get the basic layout done first

and the background image... even compressed i cudnt get it below 300k.... its 2000x1000

25

(26 replies, posted in PunBB 1.2 show off)

Totally customized most of the pages, still under construction... thoughts?

Home page custom built php to pull from forum =P

www.sc2armory.com