PHP Applications
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Applications

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
  #1  
Old January 24th, 2004, 05:04 PM
JSLayton JSLayton is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 28 JSLayton User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
phpBB MOD help

Can someone help me code a MOD for phpBB?? I am wanting a fantasy sports league that will have the same look as the phpBB board. I am new to PHP, so I need help in starting. Thanks in advance.

Reply With Quote
  #2  
Old January 24th, 2004, 05:05 PM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,933 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 3 Days 23 h 49 m 33 sec
Reputation Power: 3
Orkut
RE: phpBB MOD help

why not try the mod maker from:

www.phpbb.com/mods

Reply With Quote
  #3  
Old January 24th, 2004, 05:13 PM
JSLayton JSLayton is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 28 JSLayton User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: phpBB MOD help

I did try that, but I'm not sure how to get started. Can someone help???

Reply With Quote
  #4  
Old January 24th, 2004, 06:16 PM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,933 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 3 Days 23 h 49 m 33 sec
Reputation Power: 3
Orkut
RE: phpBB MOD help

i have never used it i make some small scale mods for phpbb from time to time. I recomend you read up on templating and classes before modding phpbb unless you already have.

Reply With Quote
  #5  
Old January 25th, 2004, 08:47 PM
JSLayton JSLayton is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 28 JSLayton User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: phpBB MOD help

Any possibility of someone giving me a good base to work off of?? Maybe help me write some functions or define some variables or something like that? Help would be GREATLY appreciated!!

Reply With Quote
  #6  
Old January 25th, 2004, 10:59 PM
nawlej nawlej is offline
Moderator
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Dallas, Tx. USA
Posts: 2,008 nawlej User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 51 sec
Reputation Power: 4
RE: phpBB MOD help

If you want to just change the colors, and keep the feel, just modify the stylesheet associated with the page. Some of the stylesheet entries are kind of cryptic, but they can be figured out with a little groundwork. Alls I did to modify mine was change the stylesheet, and add a navigation bar and banner, no real effort required.

Reply With Quote
  #7  
Old January 26th, 2004, 12:18 AM
JSLayton JSLayton is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 28 JSLayton User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: RE: phpBB MOD help


Quote:
If you want to just change the colors, and keep the feel, just modify the stylesheet associated with the page. Some of the stylesheet entries are kind of cryptic, but they can be figured out with a little groundwork. Alls I did to modify mine was change the stylesheet, and add a navigation bar and banner, no real effort required.

I'm not trying to change colors, I'm trying to create a fantasy sports MOD.

Reply With Quote
  #8  
Old January 26th, 2004, 12:29 AM
nawlej nawlej is offline
Moderator
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Dallas, Tx. USA
Posts: 2,008 nawlej User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 51 sec
Reputation Power: 4
RE: phpBB MOD help

And what exactly do you wish to do with this mod?

Reply With Quote
  #9  
Old January 26th, 2004, 12:30 PM
JSLayton JSLayton is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 28 JSLayton User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: RE: phpBB MOD help


Quote:
And what exactly do you wish to do with this mod?

Just allow users to pick teams and show their win-loss record in their profile on phpBB. I want it to have the same look and feel of phpBB, but it will pretty much be all on it's own.

Reply With Quote
  #10  
Old March 24th, 2004, 07:19 PM
galbreathma galbreathma is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Rosslyn, VA, USA
Posts: 7 galbreathma User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: phpBB MOD help

I need to mod the subSilver template so that the forum table columns will instead of reporting Topics, Posts, and Last Post, will display Priority, Status, Owner, Date, etc., all of which need to be set in the Admin mod in the Forum Management applet.

I have been developing Web-based software for 10 years, but have only 2 weeks of PHP experience. Some help is greatly appreciated, especially if it is documentation.

I have looked at the install.txt files of several of the template hacks from the php.net and phphacks websites, but they seem to be merely variations of the subSilver theme with no real data format changes.

tia,
Mark

Reply With Quote
  #11  
Old March 24th, 2004, 07:39 PM
galbreathma galbreathma is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Rosslyn, VA, USA
Posts: 7 galbreathma User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: phpBB MOD help

btw: this was very helpful, though the php syntax is still throwing me:

http://www.phpbb.com/phpBB/viewtopic.php?t=86960

Mark

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Applications > Welcome!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway