Why cause of phpbb3? Not like all these mods will be accessible asap.
2 2007-07-31 06:14
Re: www.sc2armory.com (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
3 2007-07-19 21:12
Re: Cash Mod 1.0.0 (63 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Is there ways to have multiple types of cash?
Like gold, wood, etc.
4 2007-07-19 00:12
Re: Cash Mod 1.0.0 (63 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Is there a demo?
What does the lottery and stuff even do?
5 2007-06-25 19:58
Re: Subforums Mod (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thank you so much :]
6 2007-06-25 19:38
Topic: Subforums Mod (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The link/download for the subforums mod didnt work, does anyone have the files?
Thanks
7 2007-06-24 20:32
Re: Sub Forum Mod 1.0 (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Anyone have this file? The download link doesnt work.
8 2007-06-03 20:24
Re: Problem with poll (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
9 2007-06-03 19:19
Re: Problem with poll (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The problem might be because I heavily modified my forum, but I replaced everything in the installation correctly, so I dono.
10 2007-06-03 10:14
Re: Problem with poll (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
11 2007-06-03 00:16
Re: Problem with poll (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Anyone have an idea? if not im gona have to try and revent the system.
12 2007-06-01 18:28
Re: Problem with poll (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
... 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.
13 2007-06-01 01:54
Topic: Problem with poll (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?
14 2007-06-01 01:14
Re: Including external for an rss feed... (9 replies, posted in PunBB 1.2 troubleshooting)
Includes didnt work, so I had to redirect.
15 2007-05-31 23:17
Re: Including external for an rss feed... (9 replies, posted in PunBB 1.2 troubleshooting)
Parse error: syntax error, unexpected T_STRING in http://www.sc2armory.com/forums/extern. … p;type=rss on line 1
16 2007-05-31 23:06
Re: Including external for an rss feed... (9 replies, posted in PunBB 1.2 troubleshooting)
I tried:
include('http://www.sc2armory.com/forums/extern.php?action=active&type=rss');
And it still dont work.
17 2007-05-31 22:38
Topic: Including external for an rss feed... (9 replies, posted in PunBB 1.2 troubleshooting)
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...
18 2007-05-31 08:07
Re: www.sc2armory.com (26 replies, posted in PunBB 1.2 show off)
Updated and changed a bit.
19 2007-05-27 18:29
Re: Admins getting the ranks? (2 replies, posted in PunBB 1.2 troubleshooting)
Stupid me, cant believe I forgot about that... Thanks :}
20 2007-05-27 07:54
Topic: Admins getting the ranks? (2 replies, posted in PunBB 1.2 troubleshooting)
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 2007-05-27 01:22
Re: www.sc2armory.com (26 replies, posted in PunBB 1.2 show off)
Ill give them a try, thanks.
22 2007-05-26 06:11
Re: www.sc2armory.com (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 2007-05-24 09:57
Re: www.sc2armory.com (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 2007-05-24 06:55
Re: www.sc2armory.com (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 2007-05-23 21:43
Topic: www.sc2armory.com (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