Phpbb2 Urgent!!! Please Help...

This is a discussion on "Phpbb2 Urgent!!! Please Help..." within the PHP Forum section. This forum, and the thread "Phpbb2 Urgent!!! Please Help... are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 5th, 2006, 18:18
New Member
Join Date: Apr 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Phpbb2 Urgent!!! Please Help...

I am setting up a phpbb2 forum and I want to add at the post reply or new post thread (it's the same) 5 new textfields below the main messaging table, something like:

message board

title1-text1
title2-text2, etc.

the thing is that I actually don't want to create new tables in the database to do that, but instead I have thought that maybe I could somehow connect the extra fields with the main message table in the appropriate database table separating them with a line space or something and when we hit submit button the post would be like:

message board

title1-text1, etc.

the problem is that I'm not actually a programmer so I would appreciate very much if I was guided by someone with more programming experience in order to do that. To tell me what code should I write and in what files should I add code, etc.

Thank u all in advance.
Reply With Quote

  #2 (permalink)  
Old Apr 5th, 2006, 19:08
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: Phpbb2 Urgent!!! Please Help...

Code: Select all
$text1 = "message this";
$text2 = "message this 2";
$text1. = " $text2";
This would make
message this message this 2
Reply With Quote
Reply

Tags
phpbb2, urgent, help

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Really need help here..urgent!! mawarzinnirah Other Programming Languages 3 Sep 17th, 2007 14:00
PHPBB2 css issue in everything but firefox nate2099 Web Page Design 4 Aug 21st, 2007 21:12
XSL - urgent ai0912 Other Programming Languages 0 Nov 6th, 2006 13:35
php/mysql/phpbb2 expert needed for iVirtua ivirtua Job Opportunities 2 Mar 30th, 2006 05:40


All times are GMT. The time now is 02:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43