Advice on site

Found a bug? Miss something? Want to leave a comment about this site?
Then this is the forum to post in.
Forum rules
No phpBB Support in this Forum! If you want support for your forum, go here.
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Advice on site

Post by Crispy »

Hey guys. I found phpbbmodders.net through evil's sig on phpbb.com, and i'm very impressed so far. I love how the found intregates into the existing site template(including width). I am wondering how it is done, as this style of site is perfect for my site. Another question is how are you pages formed, because every page has the standard phpbb3 header on it, to login etc. (as well as it on the main red header). Is the whole site run on phpbb code?

Please could you point me in the right direction to achiving such integration.
Ganon_Master
Past Contributor
Past Contributor
Posts: 311
Joined: 20 Nov 2006, 16:23
Real name: Hidde
Location: Soesterberg, Utrecht, The Netherlands
Contact:

Re: Advice on site

Post by Ganon_Master »

Crispy wrote:Is the whole site run on phpbb code?


Evil<3 has put a LOT of time into creating many features for the site. However, it still uses phpBB as a back-end.

I'm not sure how much I can tell, or else Evil<3 might slap me. Many parts of the code are exclusive to this site. Some code has been released here: [url=http://phpbbmodders.net/about/lib/]phpBBModders Library[/url].
Image
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Yeah, i understand allot of the site has been coded by evil, and i respect the work involved in making this site, and can understand why evil will keep some under-wraps. I will check out the library, it looks interesting.
All i'm really after is some pointers on how to get the whole site looking like the forum, with the forum built into the page, and info on how to make some basic pages like the Rules page here.
Thanks for your reply.
User avatar
Mr. Bond
Member
Member
Posts: 89
Joined: 30 Mar 2008, 20:34
Real name: Bobby
Location: 127.0.0.1

Re: Advice on site

Post by Mr. Bond »

There is a pretty informative guide on site / phpBB integration on STG (StarTrekGuide), http://www.startrekguide.com/community/ ... =integrate
Twitter • Ohloh • GitHub
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Ahh, so will pages then take the style/overall header/footer details from the froum install then?

So you can make new pages based around the phpbb3 forum looks? I'll try it out.
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: Advice on site

Post by igorw »

Yeah, you basically just use the template files from your board and build around that. That guide explains the basics pretty well. :) If you have more specific questions, just reply in here.
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Wicked, cheers mate. I'm gussing it woul dbe a good idea to get the skin how i want it before i start basing my pages off of it. How did you replace your header with the current one? And how do i change the width of phpbb3? (i hate full screen) To be honest, i wouldn't mind using the standard prosilver style, i just wanna change the header and footer similar to how you have done it, and then i should be all set for making the pages i need. :D


EDIT: I just realisd that -back in the day- i used to use EasyMod on my phpbb2 install :P
Last edited by Crispy on 10 Aug 2008, 19:53, edited 1 time in total.
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: Advice on site

Post by igorw »

You have to modify overall_header.html, and also the css files (that are in the theme folder). Here's an article on how to make prosilver's width fixed: http://www.phpbb.com/kb/article/fixed-width-prosilver/
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Thanks a million. The fixed width worked great. Now all i need is the rounded background & header.

I'm guessing the background is all done is CSS? I remember using the glacier blue theme before, with a background, don't know if it's similar conscept.
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: Advice on site

Post by igorw »

Yes, it's done with CSS and images.
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Do you know of any articles? Also, because you have lost the default header, where can your users use the search funtion?

EDIT: Another question: I followed the tips [url=http://www.phpbb.com/kb/article/add-a-new-custom-page-to-phpbb/]here[/url] on how to add a page to phpbb3. It worked a treat, but i am looking to have the pages in the web root, or even a different directory, rather than the phpbb3 directory. As i would like to use pages like this for the whole site, i need to be able to have them on the web root, the index page for example. Is this possible with changes to that tutorial, or would i need a different approach.

Btw, i really apprichiate the help from you. My knowledge on the subject is rather lacking atm. (that should change as i hang around here more :P)

-Cheers.
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: Advice on site

Post by igorw »

Crispy wrote:Do you know of any articles?

http://startrekguide.com/community/viewtopic.php?f=50&t=5234

Crispy wrote:Also, because you have lost the default header, where can your users use the search funtion?

There's "Search" in the menu bar after all. ;)

Crispy wrote:Is this possible with changes to that tutorial, or would i need a different approach.

That will work just fine, just change the $phpbb_root_path of that file. We have the same here (with a few more tricks to make our "cute urls" work.

Crispy wrote:Btw, i really apprichiate the help from you. My knowledge on the subject is rather lacking atm. (that should change as i hang around here more :P)

I hope! :)
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

You have done it again evil. Thanks a bunch. I'll do this tutorial now. :D

I didn't see your search link in the menu, good addition. I'll try changing the $phpbb_root_path as well. Cheers.

-Clive


EDIT:
I got tyhe basics of the rounded borders done, i'll work on making more precise & appealing borders later on. Also, how would i got about "change the $phpbb_root_path of that file". I tried yesterday but to no avail. :cry:
User avatar
Semi_Deus
Past Contributor
Past Contributor
Posts: 405
Joined: 28 Sep 2007, 23:52
Location: the Netherlands
Contact:

Re: Advice on site

Post by Semi_Deus »

Crispy wrote:Also, because you have lost the default header, where can your users use the search funtion?
We could have added it by pasting the search code into the header div. But since our header was full width, the search would overlap the image, so we decided to remove it, and use a link in the navbar only.
Image
Keep an eye on us, were back in business..
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Ahh i see. Makes sense.
Post Reply