Florisjuh
Jan 1 2006, 10:39 AM
I tried installing a new phpbb2 forum skin on my website for weeks and didnt get it to work, but it's very easy... 1. Upload the skin / template to the templates folder of your phpbb2 directory (eg. public_html/forums/templates), make sure you don't upload the zip archieve or a directory containing the directory where the template is in, the folder you need to upload usually contains a lot of .tpl files an images directory a .css file (or multiple) and if your template contains an admin re-skin an "admin" folder.NOTE: If you use PHP-Nuke the directory where the forum skin will need to be uploaded is /modules/Forums/templates2. Go to your forum and log into the administration panel (Log in to your own account and click "Go to Administration Panel" in the footer), at the "Styles Admin" part of the menu you click on "Add", if you have uploaded your template correctly you shoul be able to hit "install" behind the template name. NOTE: If you use PHP-Nuke the forum administration can be found in the PHP-Nuke administration panel)Optional: Go to "Configuration" under "General Admin" and set "Default Style" to the template you just installed, this will change the template guests and new users see to the new template. Also, if you "Override User Style" everyone will see the template.
Comment/Reply (w/o sign-up)
Plenoptic
Jan 1 2006, 01:53 PM
Nice Tutorial...Too bad you didn't have this posted when Kubi wanted my help installing a skin  Would have saved me some time, well actually it just takes a couple minutes. It really simple. Now all the people who are new to using PHPBB will be able to install a skin.
Comment/Reply (w/o sign-up)
Dawiss
Jan 1 2006, 03:20 PM
Really good tutorial once I had an phpBB forum I didn't know how to instal a skin but thanks to your tutorial I'll now know how to doit.. agan big thanks Florisjuh for help.. I now started to make my site and I really needed some great skin  .. P.S. Does anybody know any good site with lots of phpBB forum skins??
Comment/Reply (w/o sign-up)
jlhaslip
Jan 1 2006, 07:18 PM
Dawiss, You might want to head over to the phpbb.com site and check around over there. Or try phpbbhacks.com for skins. The first site has a forum that you may find helpful. Those sites both include various Mods to the phpbb forums. Another point of interest: phpbb came out with a new version this week: 2.0.19.
Comment/Reply (w/o sign-up)
Dawiss
Jan 1 2006, 07:30 PM
Thanks I wisited that site and found a lot of skins which are awesome and some not soo awesome.. (http://phpbbhacks.com/templates.php) When I will have more space on my host i will deffinatly take some of them..
Comment/Reply (w/o sign-up)
bucksta
Jan 4 2006, 12:08 AM
all i can say is phpBB sucks!! any other forum software can beat it. especially IPB. but for the owners of phpBB2, that is an interesting way to skin it. i always have considered making a phpBB board just for fun.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : installing, phpbb2, skin, popular, forum, software
- Installing Joomla On Local Computer(localhost)
installing and managing joomla on your local host (13)
Locking A Folder With No Software At All!
works on XP AND VISTA!!! (4) I know that there may be some tutorials like this in the web, but I made this one a very long time
ago /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. Simple
Copy-Paste-Rename-Store-and LOCK. can work anywhere on any computer. NO Software Required.
Simple Lock your Folder, with these Few Steps. Ive tried it, and works great. Ive only tried it on
Windows Xp, SP2. IM not sure, if it works on other OS as well. but its harmless, so try it out.
Steps: 1- make a new folder ( name it as you like ) 2- inside this folder make a ( T....
Azurian Skin
put on forum (0) Azurian forum style for invisionfree forum. For preview of this skin visit:
z11.invisionfree.com/FreeLoads To install this skin, the writing in red must be changed.
yourBOARDNAMEhere has to be changed to urs (such as mine is FreeLoads), and the z11 in red has to be
yours (yours couls be z4). For help removing the miikerocks copyright and replacing with your own,
seek my other tutorials. There are to header and body's-one for the style only, the other is my
configuration - (the style with music and message flasher added.) There is also 2 footers-One just
for the styl....
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 ....
Invisionfree Skin How-to Put On Your Forum
A skin I partially made, I show you how to put on your forum. (1) Hey All who may want an invisionfree forum skin, because they are tired of their old, boring,
squarish one. Well I helped with this skin, and I'm going to give an explanation for starting
users, so that they may too, have a nice forum skin! First of all, when installing a new skin on
your board, no upload or download is needed. You will most definately have to replace your old forum
CSS or "Style sheets" (as called in the invisionfree Admin CP). You will almost all the time have
to place something in the footer (in Board wrappers IN THE ADMIN CP), and usually a head....
Installing Apache And Php
Need help? (2) First of all you will need Apache httpd server. Go to this link for download And then follow the
images to help you. 1. Go to the link and scroll down to find this bit. Then download. 2.
Continue through the process. 3. When it is completed the installation you may have found this in
your start menu. 4. Go in to "Configure Apache Server" and click "Test Configuration" 5. If all
goes well, ms dos should close within a second. 6. Now to install php. 7. Go to this link and
follow the image. 8. Just click the installer as you will not need most of the func....
How To Setup A Website After Your Forum
(3) This tutorial is about how to setup a website after you have setup a forum. That means, you have a
forum, and are wanting to add a website. This tutorial will show you how to create the website in
your root directory(Example: http://domainname.com) , while your traffic gets redirected to your
forum while you are creating it, until you're ready for guests to see it. This method is
opposed to setting it up in another directory, then moving it(particularly more time consuming if
you're site is PHP based). First of all, you are going to want to setup a redirect ....
[phpbb] Member Last-visit Report Script
for phpbb2 databases (0) One flaw in the phpbb2 administration section is a report to list out the 'last-visit'
time/date of the membership. I wrote a script to do exactly that and will be sharing the script with
you here. the first section defines the variables required for the Database connection, finding the
right database, supplying passwords, etc. HTML DEFINE ('DB_USER', 'YOUR DB USER
NAME'); // change these defined values to suit your own situation DEFINE ('DB_PASSWORD',
'YOUR DB PASSWORD'); DEFINE ('DB_HOST', 'localhost'); DEF....
Run Blocked Software On Mac
(10) This isn't that much of a hack job, but it works for me on every Mac I've tried. When your
"System Administrator" blocks out for example, iTunes from playing, open up a terminal and type cd /
--takes you to the root of the current drive cd App* --short for Applications (Case Sensitive) and
then you will be in the Application Folder of your Mac Now, in terminal type open -a iTunes.app or
open -a iT* (For Short) This will open up iTunes and any other program you attempt to try. Also if
you want to see whats currently in the directory you are in type ls and it....
How Can I Create Websites With Free Software?
A challenge given to me by David of Essex (not David Essex) (16) OK I've done it! made a selection of tutorials and programs I'm Going to be making a CD with
all this on if anyone is interested... So The Challenge! To Find Open Source/Free software and
build a website with it Flash NO Javascript YES HTML YES PHP YES The Software KompoZer
in the end its the best! it has ftp WYSIWYG and Raw code editing so its satisfying everyone
/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> FTPcommander
is brilliant! GIMP An excellent image editing program and as always FREE! Ok s....
Installing Software Using Adept
(0) I'm hoping this will be the first of a few Linux tutorials I write. I have been asked by a few
people recently about how to get software for Linux. They are used to going down to PC World and
picking up a CD, putting that in the PC and installing. With Linux that is not how new software is
obtained, and this is my attempt to explain how to get new software onto your Linux machine. I use
KDE, so this is based around Adept, but it is fairly similar if you use Synaptic or something else.
OK, open up Adept. There are a variety of ways to do that, but the easiest is to ....
Install An Aef Forum Onto The Trap17
From a zip file (11) Installing an AEF Forum on the Trap17 Server Preparation for Installing the AEF Forum
The following items are required for the installation of the packaage onto your site: 1. - a copy
of the AEF Forum zip package from http://anelectron.com/download.php 2. - a MySql Database 3. - a
Database User 4. - a password for the Database User 5. - Privileges allowed for the Database User
The details for ensuring that you have all of these items are as follows: 1. - a copy of the AEF
Forum zip package from http://anelectron.com/download.php . Simply browse to t....
Adding An Aef Forum To Snews Cms
"almost" integrated (2) Adding an AEF Forum to sNews CMS Although not truly integrated, here is an explanation of the
steps I took to have an AEF Forum Software present itself as an 'integrated' page on the
sNews CMS. 1. Download a standard sNews version 1.6 Content Management System. Instructions are
found on the sNews site. (refer to link list below) There are several flavours of sNews. This method
has only been tested on the sNews 1.6, but should work on other versions as well. 2. Created a
MySQL Database and user, Modded the snews.php, and took the usual steps for installin....
How To Make A Decent Forum
Some great tips on how to make and maintain a good forum (8) -Firstly, come on, use a decent forum system. Visitors to forums hate advertisements. The best way
to guarantee no ads is to host it yourself. There’s loads of free web hosts out there- there’s loads
of free forum software, too. So, come on! It doesn’t take much energy to find a good host and upload
some files. I think the two best forum softwares to use are SMF(www.simplemachines.org) and
phpBB(www.phpbb.com). -Secondly, if anybody is actually reading the topic with the link to your
forum in, they must be dedicated to this one, and not many people are dedicated to load....
How To Create Forum Smilies
Make smilies for your forums! (3) Wanna make your own pixel smilies! For cutenews, your forums, websites, etc.. What you need: A
graphics program that allows you to zoom in very closely to an image (paint is OK... but not the
best...) OPTIONAL... a program that has a grid when you zoom in (most graphics programs have them)
I'll use a program called paint.NET START 1. Copy this image and paste into a graphics
program 2. Then ZOOM so you can see the image close up. For easy use make sure it is in some sort
of "grid mode" Example: 3. Draw your eyes, face, nose, ears, etc... Your *may* wan....
Aef Forum Modifications [resolved]
Header bar, Footer Bar and Styling them (3) Here are a couple of Tutorials I have posted on my AEF Forum hosted here at the Trap17. Since the
Tutorials are already published, I will merely link to them. Header Bar Information :
http://www.jlhaslip.trap17.com/aef103/index.php?tid=11 Footer Bar Information :
http://www.jlhaslip.trap17.com/aef103/index.php?tid=10 Styling the Header/Footer Bar :
http://www.jlhaslip.trap17.com/aef103/index.php?tid=16 The first two are about how to add some
html code to the space reserved in the Forum layout for an optional Advertising spot. I adapted some
code so that several ....
Installing Glut To Dev
(3) Hello, before I came to Trap17 I had a series of GLUT programming tutorials at astahost. Since then
I have moved here and wanted to continue the series. As I am told I cannot just repost the
tutorials here so I will put them into quotes until I start making new tutorials. I hope everyone
will enjoy the tutorials I bring to this community. Ok to get started. Below are some instructions
on installing GLUT, the tool we will be using to program in my tutorials. This was actually given
to me back when I had a programming site and James deserves full credit for this tuto....
Making The Popular Id Browsing For Your Site.
(17) Was just sitting and being bored but then I realized I could show how to create more or less popular
?id=page browsing. It's actually really easy. I know two ways how to do it. First one I learned
was checking the variable and if it's true including the text/file/anything needed and so on. It
was ok, but sometimes I just couldn't make it work so I switched to switch() function and
that's what I'm going to show you guys right now. So, I made a test page which contains the
code needed and here is its source. CODE Untitled Home - P....
Installing Mediawiki
(6) So you want to have your own Wiki, huh? It is not difficult and it will not require a lot
of effort. What you need: A web server (Preferably Apache, also runs on IIS and lighttpd)
PHP plugin for Apache. MySQL or PostGreSQL(However, MySQL is HIGHLY recommended!). You can't
install version 1.8.2 here on Trap17 as you need PHP version 5.0 or later, and in T17 you have PHP
version 4.4.4! However, you can install it here with version 1.6.8! On a side note, MediaWiki is
the Wiki software used by Wikipedia, Uncyclopedia and others. Let's get thi....
Install A Simple Machines Forum
(11) If you want to have your own Simple Machines running up without any ADs of any kind , sign up at
Trap17 and posting until you have enough credits then post an application form and then wait to be
approved. After that , do like this and you will have your own forum setting up : 1.Download
Simple Machines You can get it at Simple Machines download page , click here to get one
2.Upload SMF to the Server This step is too long so be patient , log in to Trap17 forum then log in
to your own cPanel , click on File Manager. A pop up Explorer will appear , then click on ....
Embedding Videoclips Into Pbpbb/nuke Forum Posts
(0) This is something i've been playing around with today, & the result is pretty good. If you want
to give your members something to do, place some music videos/any videos/.swf files into posts on
your forum. By incorporating a poll they can vote on them aswell. First, in the admin
menu/configuration, find 'Allowed HTML tags' & make sure it shows the following:
b,i,u,pre,embed,object,param name,value, An excellent source of practically unlimited free
material can be found at youtube.com & they are even kind enough to give you the code to embed the
videos.....
Installing Php + Mysql + Apache + Phpmyadmin On Windows Part 2
Continue the last section which is installing phpMyadmin (0) QUOTE phpMyAdmin lets you control you MySQL database from a web browser. Steps: 1. If you
haven't done so already, download the phpMyAdmin Database Manager - You can download the
software from the phpMyAdmin website. Be sure to download the phpMyAdmin-2.6.2-pl1.zip file. Save
the file on your Windows Desktop. ... ... ... Go to for more info. Post Copied. Member
Banned ....
Installing Multiple Os On Your Pc
How to do that (0) Hi everyone, Ok before I start, I want to let you guys know the meanings of some of the
terminologies I will be using in here. Boot loader is a small program which the operating system
places on the selected partition (in most cases, the MBR ). it is a small program that loads the
operating system into the computer’s memory when the system is booted and also starts the
operating system. So, before you can think of configuring your PC to have multiple boot, you should
also know how to play around with 'em boot loaders too. And you should also make sure that y....
How To Install S9y Weblog Software
(0) Right , here's my guide at how to install S9Y ( www.s9y.org ) 1. Download the version of S9Y
you want from the website above 2. Extract the rar file 3.Upload all the files to a Web host 4.
Go to you domain/subdomain , also at this point make sure all the files are CHMOD 775 5. S9Y's
Installer should start and give you an overview of you system's setup 6. Make sure there is
nothing in red and click Simple Install 7. Fill in all the spaces , with you Database name ,
Password , etc ... From here on S9Y is very easy to set-up ! Just use it as you ....
Installing Linux On An Ipod
Ipod Linux Simple Tutorial. (43) Installing Linux on an iPod! (Doom, Videos on Nanos, Photos, even 4th Gen or Minis!)
Recently I've been toying around with my friends iPod Nano, and my 5th Gen Video so, I decided
to share the wealth. Pre-Tutorial Glossary iPod Linux - The iPod Linux OS we will install.
Podzilla - Another name for iPod Linux The Apple OS - The orginal menu system on your iPod iPod
Linux is a firmware installation that will run ALONG with Apples OS. So, you may be thinking, whats
so great about this iPod Linux? Heres whats so great. Play videos on Nanos, Photos, e....
Putting A Signature On The Forum
A tutorial on how to put a signature on here (41) Concidering it is a part of the rules that we put signatures in the signature portion instead of
typing it every time you make a post, i made this to tel people how to put the signature up for
people to see. It will automaticly be added to the end of every single post you make! First Off you
need to go to "My Controlls" which can be found in the top right hand side of the screen...
Once you are in your controlls look on the left hand side for "Edit Signature" once you are
there you should see a screen like this that shows your current signature for ex: mine ....
Pet/animal Care Forum
Online veterinary advise (19) Hi I am A veterinarian and would like to offer through this forum an online tutorial and
consultation service... For a start lemme tell you something about training, feeding and breeding
your pets... QUOTE Training Pets Training pets Dog training is an art and science. It is
very important for your dog to be trained at least to the extent of obeying your basic commands. The
training must be methodical and must be regularly carried out. An obedient dog is an asset and also
required for the owner’s safety. An untrained adult Alsatian or Doberman can be quite letha....
Phpbb Forum Site Transfer
How to do it, step by step instructions (20) I'm sure many of you out there have used phpBB at some point. To those who enjoy running forums
and online communities, specifically supporting phpBB, I am about to tell everyone how to restore
the forums database from one website, to another. This is presuming you do not have any mods or
hacks installed. Some of you may find this information useful. Here is the scenario: Let's say
you have forums running phpBB version 2.0.17 (currently the latest one). You have decided that you
want to move your forums to a whole new URL and provider, and as an added bonus, ch....
Tutorial: Installing D-shoutbox For Ipb V1.2
Making your installation even easier (12) Over the course of the summer I have tried hard to install a shoutbox into a new forum I was
developing. I went to the Invisionalize forums and found several mods for shoutboxes, but none of
them seemed to work. I first tried to install the D-Shoutbox, but upon this first try, I was
unsuccessful. Eventually, after much frustration, and trying other mods, which didn't seem to
stack up to Dean's features, I was determined to make it work. For some, editing your files (to
the newbie that is) can be difficult, with everything looking like a foreign language (basi....
How To Create A Phpbb Fm
Create a Fully Modded forum. (52) 1. Well once you get the file onto your computer, your going to need an FTP client. I suggest Core
FTP, just do a Google search for it, and theres a free version, which I use, and is just great. 2a.
I'm guessing you already have an unzipping program to unzip the file you're downloading, so
we'll skip that step. 2b. Go to http://phpbbfm.net . On the left side, e little below the top,
click on the Zip link, which will download the file. Unzip the file you just got. 3. Once all the
files have been unzipped from the main file you just got, find the folder tha....
Looking for installing, phpbb2, skin, popular, forum, software
|
Searching Video's for installing, phpbb2, skin, popular, forum, software
See Also,
|
advertisement
|
|