A Couple Of Phpbb Questions - adding code, css files, linking

free web hosting
Free Web Hosting, No Ads > CONTRIBUTE > Computers > Software

A Couple Of Phpbb Questions - adding code, css files, linking

snlildude87
Sorry about the vague title, but I couldn't possibly fit what I needed in such a small line. Anyway, I would really appreciate it if anyone can answer any of these questions that I have about PHPBB.

First, I want to know how I can change the logo of the PHPBB. When you first install PHPBB, it gives you their logo. You know, the one on the top-left. How do I change it to something that I want?

Second, how do I make it so that when you click on the logo, you go to a different location instead of the forum root?

Third, is it possible to add addition code to the forum root? I want to provide a set of links somewhere on the page. I checked the index.php, but I couldn't understand it.

Fourth (and final question), how do I make a separate .css file, so that the page is calling that everytime? In the source code of a phpbb forum, there is this message:
QUOTE
These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.


Well, how do I cut the final CSS code and place it in an external file.

Thank you for reading this far. I did as fast as I could so that I could get some shut eye, so the questions may not be as clear as I hoped. Please post if you have any questions about my questions.

EDIT: Found an error.

 

 

 


Reply

vibutx
THe only thing i know is how to change the banner. To change the banner you have to go into your images folder where you uploaded the PHPBB board and find the image you want and replace it. To change the link just look around the folders you might find it.

Reply

elevenmil
Ah, first of all, if you used IPB instead of phpBB, I could answer almost all of your questions, but here you with what I can give you

go to /php/templates/subsilver/images that is where your default logo is located.

now go to /php/template/subsilver/overall_header.tpl, scroll towards the bottom of the coding and find...

CODE
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
  <tr>
   <b><td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td></b>
   <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
   <table cellspacing="0" cellpadding="2" border="0">
    <tr>
     <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
     <!-- BEGIN switch_user_logged_out -->


logo_phpbb.gif is your default logo, I think you know what to do from there snlildude. Then, also in the code above, you see all the links (member list, user groups, etc.), you should be able to add links there.


As for adding content, I know what you are trying to do, I've done it on my IPB Forum, but as for phpbb I am unfamiliar. I really think IPB is much better that phpBB, but that is up to you - that's all I can help you with...

At least that will give you something to work on, hope it helps biggrin.gif

 

 

 


Reply

nelimitat
Have you tried to search on phpbb.com forums. They have all your answers in there. Also if you want let's say convert your ipb database to phpbb you'll find the right tool in there for downloading.

You'll also find good mods for phpbb. Phpbb is very good. smile.gif

Reply

Tyssen
QUOTE(snlildude87 @ Sep 6 2005, 12:53 PM)
Fourth (and final question), how do I make a separate .css file, so that the page is calling that everytime? In the source code of a phpbb forum, there is this message:
Well, how do I cut the final CSS code and place it in an external file.

I've not used phpBB but I would've thought you'd cut the code from the page, paste into your text editor and save it as *.css and then in your page put this:

CODE
<link rel="StyleSheet" type="text/css" media="screen" href="*.css" />


Reply

snlildude87
elevenmil, man in the aviators, you are a genius. At first, I saw those .tpl files, but I had no idea what they were, so I didn't want to touch it. Dude, thanks so much!

And Tysse, going into overall_header.tpl helped because that contained the header HTML code. Thanks for your suggestion though.

I'm closing this thread now because elevenmil answered my question.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : couple, phpbb, questions, adding, code, css, files, linking

  1. Some Questions On Html
    (6)
  2. An Uncrackable Code!
    (2)
    You gotta check this out. This code is completely uncrackable. http://www.waingo.com/impossible
    I tried a hex to bin converter, then a reverse matrix algorithm, and I got nothing.....
  3. Destination Address For "submit" Button
    Adding a destination email address to a "Submit" button (5)
    I discovered this site while searching for an answer on what HTML code to use to print a web page.
    "Skymonkey" provided the answer to a similar question posed back in 2005. I now have another
    question about submitting a web page with fill in blanks. Is there an easy HTML code that can
    include a destination address to a "Submit" button without having to use Javascript? I have created
    a form with fill in blanks and now want to have people simply hit the Submit button to send their
    information to a particular email address. Thanks for any help. Tom T.....
  4. Create Dynamic Html/php Pages Using Simple Vb.net Code
    Taking your application data, and creating a webpage for others to vie (1)
    This example will show you how use a string in VB to create PHP code. In order to do this, you need
    a string to store your PHP page and a function that I will list at the bottom of the page for you to
    put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
    String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
    ---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
    -------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
  5. Clearing Your Ie Tif
    Clear your Temporary Internet Files on IE (0)
    -Welcome to: Clearing your Internet Explorer Temporary Internet Files Tutorial-!
    Attention!: As some of the members on here may know, it is possible to clear your Internet
    Explorer Temporary Files. I have searched this entire Tutorials subforum to find a topic already
    made, and I have found nothing. This tutorial I did NOT find this on Google, or any other search
    engine. I always find this out for myself. Lets start: Ok, first we open up Internet Explorer,
    then we click "Tools"...then we click on "Internet Options...". On the Main page "Gener....
  6. How To Download Any Flv Files From Any Sites
    (6)
    Now you can download any flv files from any websites!! People often know how to download
    youtubes clip, but not from other sites. In this tutorial you will need a tool name Moyea FLV
    Downloader, it is free and you can download it at http://www.flvsoft.com/download_flv/ This is
    the best tool i have meet up with to download flv files in any site. Since it can detect flv files,
    and list it, you can download it as you want, so no more favourite clips goes away from your sight
    and now you have it on your own hard drive! 1. Run moyea flv downloader see 1.jpg 2.....
  7. Davinci Code
    (4)
    Ok, Ok, I know I am way behind on the times, the movie is allready out and gone and I just now got
    around to reading the book. First off, so you know, I'm a cheap skate, and just happened to see
    the book at the swap meet for a quarter, so I decided I wanted to see what all the fuss was about.
    I remember a lot of controversy when the movie came out from the religous sector. And boy do I know
    why now, after reading the book! Talk about a serious stab at organaized
    religion!!! At any rate, it was a good story and I did enjoy reading it. Sure kep....
  8. Panasonic Lumix - Problems With Movie Files
    troubles managing (renaming, moving, deleting) movie files from the ca (0)
    I've recently bought a Panasonic Lumix TZ3, the one with a wideangle to telephoto lens (10x zoom
    from 28mm to 280mm equivalent) and I am very satisfied with the overall performance. Obviously I
    didn't buy the camera because of the movie features but occasionally I do take some short clip
    or use the "picture with audio" to comment on a photo, these functions are pretty easy to use and
    the quality of the video is reasonable. The movie files (or the audio attached to a picture) get
    saved in Jpeg Motion Picture format, generating a .MOV file which appears on the me....
  9. Php Linking
    Ned help to do this through a internal portal page. (2)
    OK I'm trying to create an internal php page to link to my main sites index.html page.
    Here's the code that's automatically generated when I click on the Create Php page link.
    CODE <?php /* Write code inserting output inside variable $content as in following
    example. You have DB connection, all global vars and all MKPortal and Forum functions at your
    availability */ $nome = $mkportals->member['name'];
    $content="Hi $nome"; So, how would I change this so it links to my sites
    index.html page? PS I....
  10. Warped Tour!
    questions/excitement etc (0)
    OMG, the san diego/chula vista warped tour is coming up on august 14 along with the end of warped
    tour.. i amm so excited! im on the guest list & i get to meet my favorite band.. slash/ the
    most amazing lyrics writer ever.. Juliet Simms from automatic loveletter .. oh lalala (: well
    hoping you guys went to the idk 500 previous shows this year.. or previous years.. i have some
    questions.. on the dos and donts of warped tour.. (: Number 1: What to
    wear???!?!??!?! i was thinking of wearing a black Chantelle Paige shirt with black
    converse & shorts....
  11. Phpbb Or Phpnuke?
    (3)
    well a while ago i had phpbb as my form boards and my friend saif phpnuke was better i was looking
    at some layouts and...they were not so good...Overall i want to know which is best to use?....
  12. Lan Surfer In Linux
    GUI software to view other's shared files (2)
    I have been using LAN surfer and Network scanner in Windows , These software's are used
    to scan the LAN over a given range of IP addresses and then display the folders shared by each
    computer available on LAN in the specified range... now i have switched to Linux... Can you tell me
    any GUI software which would do this task in Linux ubuntu 7.04. I tried nmap but i did not
    find it that useful...i think it does only port scanning and stuff but does not display the files
    shared... but i am not sure..tell me if it can be used and how... I also installed s....
  13. Browse System Files In The Browser...
    (2)
    Hi all Trap 17 people... I am not sure if you are already aware of this fine piece of information,
    But definitely a must know feature... Browsing your system files in your browser. For more visit the
    below link http://varalu.blogspot.com/2008/07/browsin...in-firefox.html You can use this feature
    to do so many stuffs... pretty much useful for addon developers. /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  14. Add Flashing Inbox To Invisionfree Forum
    Html code for invsiionfree!! (2)
    Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
    ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
    many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
    Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
    messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
    flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
  15. Adding Jigsaw Puzzle Effect With Photoshop
    (2)
    Should the occasion arise that you want to add a puzzle effect to a picture, there is a simple
    method built into Photoshop. Like a lot of other abilities, the hard part is finding it. Let me walk
    you through how I do it. There are a variety of other ways and I would love to hear your way also.
    So I have this picture of my cat that I want to look like a puzzle: I tune it up how I like it
    and size it, etc. Then click on Filter/Texture/Texturizer Once you click that a box appears:
    On the right hand panel you see Ok, Cancel. Texturizer then Brick or Sandston....
  16. Php Ftp Upload Form
    Adding User Directory to PHP Upload Form - Help (1)
    Alright I am trying to have a PHP FTP Upload Form that allows the user to create the directory
    folder for where they want to upload there files to. example: Main Directory: vainsoft.com There
    directory: vainsoft.com/modeling or vainsoft.com/photography But I dont want them to be able to
    upload things into the main directory, only sub-directories, is that possible with this coding that
    I have: //uses $_FILES global array //see manual for older PHP version info //This
    function will be used to get the extension from the filename function get_extension($fi....
  17. Questions About The Budget Freedom Plan
    (4)
    I have been looking around for a new host and since I used to be hosted for free on T17 I remembered
    you guys and have come back here!! (OT but is BuffaloHELP still around?) I have some
    questions about this plan. 1. Who/where is the domain registrar that I will transfer to? How do I
    make the transfer? Should I transfer now or when my contract with my current registrar is expiring?
    2. Do you provide help with site migration? I have a lot of data but it's very disorganised. And
    some SQL data has gone missing recently (very weird and annoying, which is why I ....
  18. Dog Questions
    Ask me anything about dogs! (26)
    PLEASE I really need to figure out a way to keep up my hosting credits. Since I am brain dead
    about computers, school, relationships, sports, games, etc, would really like to see more activity
    in this pet catagory. I got my first dog when I was less than 1 year old. And since I have now
    passed the 1/2 century mark, I think I may of learned a thing or 2 about dogs. So ask me anything.
    Really. I probably know it. Help me out here.....
  19. How To Disable "show Hidden Files And Folders" In Folder Option
    (12)
    How to disable "Show hidden files and folders" in Folder Option As you know, you can hide files
    or folders in Microsoft Windows ( to hide a file or folder , right click on file or folder >select
    properties and then select Hide file) But if you open Folder Option and check "Show hidden files
    and folders " you can see hidden files. to disable "Show hidden files and folders" feature follow
    below steps : 1- Click start > Run > type regedit to run Windows Registry Editor. 2- Go to following
    address: QUOTE HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/Current Versio....
  20. Eclipse Exporting .jar Files
    Could not find main class. Program will exit. (5)
    I need help! I've been using eclipse for a while making little applets, and now I've
    decided to look at some tutorials on how to make simple applications. I've found a pretty good
    tutorial that tells you how to make a helloWorld app with swt and jFace, and also has an example
    file explorer that you can make. They both work perfectly from inside eclipse, but when I try and
    export either one into a .jar file, they don't work anymore. It comes up with a message saying
    "Could not find main class. Program will exit." In the little wizard it has for....
  21. Adding Your Website To Google
    How to register with google (25)
    Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search
    engine and get yourself in their results. Ill start the tutorial assuming you already have Meta
    tags or other search engine optimisation techniques in place. This tutorial is solely about
    registering with google. At one time i thought simply using meta tags etcetera would get you listed
    in Google, i then found out that didnt work, so i wondered why, and the fruits of my labour are what
    will go into this tutorial. the first step is to get a google account, this will get y....
  22. Runescape 2 Private Server: Code/guide 1
    Creating a wilderness training zone. (11)
    Purpose: To make a cool training area in the wild. Difficulty: 1-3 Classes Modified:
    Client.java, shop.cfg, autospawn.cfg, npchandler, item2.java, shop.cfg Assumed Knowledge:
    Copy/paste, basic knowledge of cases, and how to search. Credits: 10% fedexer(global object tut),
    10% to my friend for teaching me how to make monsters drop random things, 80% me for the idea, and
    comming up with it. REQUIREMENTS: Make sure that your server can use herblore, mining,
    woodcutting, theiving, and prayer. You must also have fedexer's global objects code. Other
    Thi....
  23. Your First Autoit
    Learning To Code.. (4)
    Autoit is a simple, yet powerful programming language, it allowed the creation of the pangea
    desktops, and the Remote Pc Control with a cell.. You can learn it too. Here is the first of several
    lessons i will post inside of this topic. It is a 32 bit program, it doesnt work on windows 98, 95,
    and i dont think (THINK) Windows ME Step 1: Download and install the latest version of autoit from
    http://www.autoitscript.com i prefer that you use beta. Step 2: Right click somewhere on your
    desktop or my documents, and mouseover new and click Autoit V3 Script Step 3 (optiona....
  24. Visual Basic 6.0 Help Needed
    Adding lines to a textbox without delete (15)
    I need help with Visual Basic 6.0 and adding lines to a textbox without deleting any previous
    lines.. I've gotten as far as finding a way to add the lines, but it deletes the prevous entree.
    Help is appreciated!....
  25. Meta Tags
    Sum general questions (7)
    1. Are the meta tags really working? which search engines actually use them? 2. Do i have to declare
    description and abstract meta tags in every page? and What are the differences between them? 3. Can
    Keywords be the same across all pages? 4. What exactly is the content that should come inside a
    copyright meta tag? (I use the name of the site and a full URL with the path to the "Legal Advice"
    or something) 5. Language meta tag for spanish from mexico is just "es"? 6. What are the most common
    and recomendable meta tags that we must try to include in our sites? These are....
  26. Have You Ever Heard Discuz?
    it's a free forum likes phpBB..... (5)
    Many people use phpBB,Invision Power Board to make english forum. But did you hear about on
    Discuz?? I am Hong Kong people and i can tell you about that. Discuz is created by mainland China.
    Many people use it for chinese forum. It is freeware but of course you can apply for business
    version. Since it is free of charge, peolpe can improve it togeter. I think Discuz is more powerful
    than phpBB and Invision Power Board. Because it have many functions such as ,Devil system, pet
    center,game centre, court,etc..etc........ It also have many styles to display. Unfortunatel....
  27. The New And Very Good Free Host Server
    For upload/share files.www.rapidshare.se (13)
    Here it is: http://www.rapidshare.se/index.php Go check it out! I've heard good
    things about this free upload server.....
  28. Rpg Maker 2003 Questions
    Questions in general (29)
    While looking for help on the 2003 edition, I could NOT find any sites that covered one-time events
    or displaying your character name. I'll put this into context if it helps. The hero starts in
    a house, with a pile of jewels on the table. I made an event where he can 'talk' to the
    jewels, and gains 5 currency. I WANT this event to happen only once, but he can keep talking to the
    jewels again and again. So, is there a way to make the jewels dissapear after use? After he steps
    out of his house, he heads south and meets a little girl on the coast. She asks h....
  29. Linking A Url To A Button
    How to Link a URL using getURL() (3)
    Linking a URL to a Button in Flash This seems to be a problem for beginners to Flash, and I
    thought I'd address it. When building a Flash-navigated site, you need to link one page to
    another through the flash interface, just like you would a my link in HTML/XHTML. Once
    you've created your button on the page, you can link the button very simply. Right-click it, and
    select "Actions" from the menu. This will open the ActionScript editor, in which you can right
    ActionScript code. Don't worry. It's not detailed to put this link in. Make sure you are i....
  30. How do you test your php code
    (77)
    We know that php is a server side scripting language. So we will need a server with the php parser
    to parse/test our code. How are you doing that. Do you upload it to a server for testing or did you
    instal php and the server (apache) on your computer (localhost)....

    1. Looking for couple, phpbb, questions, adding, code, css, files, linking

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for couple, phpbb, questions, adding, code, css, files, linking

*MORE FROM TRAP17.COM*
Similar
Some Questions On Html
An Uncrackable Code!
Destination Address For "submit" Button - Adding a destination email address to a "Submit" button
Create Dynamic Html/php Pages Using Simple Vb.net Code - Taking your application data, and creating a webpage for others to vie
Clearing Your Ie Tif - Clear your Temporary Internet Files on IE
How To Download Any Flv Files From Any Sites
Davinci Code
Panasonic Lumix - Problems With Movie Files - troubles managing (renaming, moving, deleting) movie files from the ca
Php Linking - Ned help to do this through a internal portal page.
Warped Tour! - questions/excitement etc
Phpbb Or Phpnuke?
Lan Surfer In Linux - GUI software to view other's shared files
Browse System Files In The Browser...
Add Flashing Inbox To Invisionfree Forum - Html code for invsiionfree!!
Adding Jigsaw Puzzle Effect With Photoshop
Php Ftp Upload Form - Adding User Directory to PHP Upload Form - Help
Questions About The Budget Freedom Plan
Dog Questions - Ask me anything about dogs!
How To Disable "show Hidden Files And Folders" In Folder Option
Eclipse Exporting .jar Files - Could not find main class. Program will exit.
Adding Your Website To Google - How to register with google
Runescape 2 Private Server: Code/guide 1 - Creating a wilderness training zone.
Your First Autoit - Learning To Code..
Visual Basic 6.0 Help Needed - Adding lines to a textbox without delete
Meta Tags - Sum general questions
Have You Ever Heard Discuz? - it's a free forum likes phpBB.....
The New And Very Good Free Host Server - For upload/share files.www.rapidshare.se
Rpg Maker 2003 Questions - Questions in general
Linking A Url To A Button - How to Link a URL using getURL()
How do you test your php code
advertisement



A Couple Of Phpbb Questions - adding code, css files, linking



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE