Previous Thread
Next Thread
Print Thread
Rate Thread
#106158 04/17/2001 6:50 AM
Joined: Jan 2001
Posts: 46
sas
Offline
Member
Member
Offline
Joined: Jan 2001
Posts: 46
Can anyone suggest how to intergrate the board into my site I have managed to get the forum listings done as you can see Here But can anyone tell me how to get it to appear like that with each page the forum generates?

Thanks.

Sponsored Links
#106159 04/17/2001 7:16 AM
Joined: Mar 2000
Posts: 3,594
Moderator / Template Diva
Moderator / Template Diva
Offline
Joined: Mar 2000
Posts: 3,594
I can't get onto your site right now for some reason, but judging by the filename, you're not using UBB. I'm sorry, but we don't provide assistance with any products other than UBB.

---Skorpion

[ April 17, 2001 07:17 AM: Message edited by: Skorpion ]


Don't put that signature in your mouth! You don't know where it's been!
#106160 04/17/2001 7:21 AM
Joined: Jan 2001
Posts: 46
sas
Offline
Member
Member
Offline
Joined: Jan 2001
Posts: 46
I am using UBB 6.04 the file name is the link to my page! I can get in no trouble, just checked.

#106161 04/17/2001 7:36 AM
Joined: Mar 2001
Posts: 293
Member
Member
Offline
Joined: Mar 2001
Posts: 293
what he has done i am guessing is included UBB into his php page. to change the look of it(i guess you are talking about the layout of UBB itself and if you are this really should be in the template forum) you would have to edit the html snipts in every public_whatever_page.pl what you might like is Compact Headers by Skorpion which would rearange the top part of the UBB and take off that unsightly pic that says forum which would look better with the layout you have on that page and also you might want to think about Compact Footers by Skorpion as well which rearanges the bottom of the UBB and makes it look way better. might want to head over to the templates forum and check out the demo links to those templates.

#106162 04/17/2001 8:01 AM
Joined: Jan 2001
Posts: 46
sas
Offline
Member
Member
Offline
Joined: Jan 2001
Posts: 46
Yeah i included the link as a PHP include finction, I was just wondering if (and how) I could intergrate the entire forum into my design.

Thanks.

Sponsored Links
#106163 04/17/2001 12:41 PM
Joined: Mar 2000
Posts: 3,594
Moderator / Template Diva
Moderator / Template Diva
Offline
Joined: Mar 2000
Posts: 3,594
Alright, very sorry for misjudging that. I'm at school right now, and I keep getting Novell Borderware errors when I try to access your page. frown When I get home, I'll take a look and see if I can help you.

---Skorpion


Don't put that signature in your mouth! You don't know where it's been!
#106164 04/17/2001 12:56 PM
Joined: Jan 2001
Posts: 46
sas
Offline
Member
Member
Offline
Joined: Jan 2001
Posts: 46
Thats okay: never heared of Novell Borderware It's just a HTML page saved in php format using the php include tag smile
I don't know how to do anything more fanciful wink

[ April 17, 2001 12:58 PM: Message edited by: sas ]

#106165 04/17/2001 3:54 PM
Joined: Mar 2000
Posts: 3,594
Moderator / Template Diva
Moderator / Template Diva
Offline
Joined: Mar 2000
Posts: 3,594
OK, got home and took a look.

Anyway, Allen wrote a nice fancy design integration tutorial, which can currently be found in the database. Check that, it should have all the information you need. smile

---Skorpion


Don't put that signature in your mouth! You don't know where it's been!
#106166 04/17/2001 4:04 PM
Joined: Jan 2001
Posts: 46
sas
Offline
Member
Member
Offline
Joined: Jan 2001
Posts: 46

#106167 04/17/2001 4:51 PM
Joined: Mar 2000
Posts: 3,594
Moderator / Template Diva
Moderator / Template Diva
Offline
Joined: Mar 2000
Posts: 3,594
Yup, that's it.

---Skorpion


Don't put that signature in your mouth! You don't know where it's been!
Sponsored Links
#106168 04/19/2001 1:38 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
I am updating that for v6 with some screen shots as well... should be simple enough for anybody to follow... smile


- Allen wavey
- What Drives You?
#106169 04/19/2001 2:48 AM
Joined: Jan 2001
Posts: 46
sas
Offline
Member
Member
Offline
Joined: Jan 2001
Posts: 46
Good cause (I have only glanced at it) but i found it hard to understand.

#106170 04/29/2001 8:54 AM
Joined: Apr 2001
Posts: 8
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 8
Hi,

How did you manage that, with the php tag?
I want to integrate UBB 5.45c with php-nuke.


Quote
quote:

#106171 04/29/2001 9:09 AM
Joined: Jan 2001
Posts: 46
sas
Offline
Member
Member
Offline
Joined: Jan 2001
Posts: 46
use this code
Code
code:

change /home/ubb/cgi-bin/ultimatebb.cgi to the absolute path to you're UBB.

#106172 04/29/2001 12:09 PM
Joined: Apr 2001
Posts: 8
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 8
Thanks for the reply.
This is what i've got. The problem is, it shows the whole code contents on the page.

Might be doing something wrong here. Any suggestions?

// includes the mainfile functions and the header junk
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>
include("f:/home/forum/cgi-bin/ultimate.cgi");
?>
include("footer.php");
?>

Code
quote:</font><HR>Originally posted by sas:
use this code
<BLOCKQUOTE><font size="1" face="Verdana, Helvetica, Arial">code:

change /home/ubb/cgi-bin/ultimatebb.cgi to the absolute path to you're UBB.

#106173 04/29/2001 12:27 PM
Joined: Jan 2001
Posts: 46
sas
Offline
Member
Member
Offline
Joined: Jan 2001
Posts: 46
have you saved the page as a php file (The pages you are calling can be saved in any format)

here's another way to do the include (probelly a better way)

Code
code:

If you need any more help just email me.

#106174 04/29/2001 12:41 PM
Joined: Apr 2001
Posts: 8
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 8
I've tried that either. But no luck.

#106175 05/02/2001 11:33 AM
Joined: May 2001
Posts: 2
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 2
I have tried it also but I get this problem:

"Fatal error: Call to undefined function: phpinclude() in /home/sites/site31/web/forum.php on line 80"

What did I do wrong??


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)