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:
  #1  
Old January 24th, 2004, 06: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, 06:05 PM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,947 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: 4 Days 6 h 10 m 55 sec
Reputation Power: 4
RE: phpBB MOD help

why not try the mod maker from:

www.phpbb.com/mods

Reply With Quote
  #3  
Old January 24th, 2004, 06: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, 07:16 PM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,947 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: 4 Days 6 h 10 m 55 sec
Reputation Power: 4
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, 09: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, 11:59 PM
nawlej nawlej is offline
Contributing User
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: 5
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, 01: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, 01:29 AM
nawlej nawlej is offline
Contributing User
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: 5
RE: phpBB MOD help

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

Reply With Quote
  #9  
Old January 26th, 2004, 01: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, 08: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, 08: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!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

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




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek