FRIHOSTFORUMSSEARCHFAQTOSBLOGSCOMPETITIONS
You are invited to Log in or Register a free Frihost Account!


Hoe maak je een forum met phpBB 2.0 ???





tom69
Dus, ik wouw een par dagen geleden een forum maken maar ik had daarvoor al een forum gemaakt met sparklit. Sparklit is zeer goed en een echte aanrader, het is zeer gebruiks vriendelijk en als je hulp nodig hebt ze beantwoorde je vragen binnen de dag. However vond ik dat ze geen mooie skins hadden... te basis.

Dus ben ik wat gaan rond vragen aan vrienden over waar ik nog een goed forum zou kunnen maken en ik kreeg steeds weer te horen, phpBB. Dus ben ik eens op phpBB.com gegaan maar het zit daar heel anders in elkaar dan op Sparklit.

- Na wat googlen heb ik iets gevonden waar je in ''3 tellen'' een mooi phpBB forum kan maken www.editboard.com. Op editboard geven ze je een klaar forum dat dus eigenlijk al gemaakt is voor jouw. Op editboard krijg je de standaart SubSilver style. Ik heb geprobeert je style te veranderen maar tevergeefs. Ik heb al wat styles gedownload en geunzipped en dan gwn het niet-geunzippte besand geupload naar ''themes'' op editboard.com ik weet dat dit helemaal fout is maar het viel te proberen.

- Dus nu ben ik eve van editboard weg gegaan dus wat ik nu zeg heeft niets met editboard te maken.

Ik ben dan naar phpBB.com gegaan en daar heb ik het laatste pak gedownload namelijk phpBB 2.0... dat heb ik geunzipped en de map themes/SubSilver/ heb ik verandered naar een voorlopige andre theme gewoon om eens te testen of ik het kan veranderen. Maar eens ik 2.0 gedownload heb zit ik daar met een map phpBB 2.0 maar hij staat gewoon op mijn computer en hier snap ik er dus niets meer van kan iemand mij hier stap voor stap uitleggen hoe ik verder ga? please? Ik geef al men frih's aan diegene (ook al zijn het er niet veel) die er voor kan zorgen dat ik aan een deftig forum geraak met de skin van men keuze via phpBB2.0 Wink


Dus eve kort.

- Ik heb phpBB 2.0 gedonload
- heb het geunzipped en staat nu in een map phpBB 2.0 op bureaublad.
- Ik zit hier nu vast =p

Ik heb deze guide gevonden maar hier praten ze over FTP dinge ik heb wel een programma filezilla dat ook gebruikt word om te uploade maar ik begrijp er geen zak van. Je moet zo informati egeven als je het opzet, moet je hier eerst een soort account voor aanmaken??

Alle uitleg is WELKOM!



Hier is de ''guide''



Quote:
Step 1. Check to see if you are allowed to change a template on your phpBB.

If you're using a free host, this is often a problem. If you paid for your host, you usually have access to change the template on your phpBB. If you have no idea, just e-mail your hosting company and ask them if it's ok if you change the template on your phpBB. Sometimes if you have a free host, you can ask them if they will upload the template for you.

When you signed up for your account, did you get FTP information? In order to FTP into your account, you need this kind of information: yourhost.com, port 23, username, password. If you don't have this information, e-mail your host and politely request FTP access. If they say no, then you know that you can't install a template by yourself and you can politely request that they upload the files for you. If they refuse, then your only option is to either upgrade service with this host (if they offer a level of service with FTP access) or find another host that will allow you such access.

Here is an example e-mail that you can use to request FTP access or template uploads:

Quote: To: Your Hosting Company
Subject: FTP Information Request

Hello, I am the administrator of YOUR SITE'S NAME located at (http://www.yoursite.com) with the account name YOUR ACCOUNT NAME WITH THE HOST. I am currently running a phpBB community and I would like to add another template. In order to do this, I need to have FTP access. If it is possible, would you please forward my FTP account details to me?

If it is not possible to give me FTP access, would you be willing to upload a template for me? I can send you the files or I can send you the link to a site where you can download it.

I feel that having a unique look on my community is crucial for its identity and I selected this template so that I can attract users to my forums.

Please let me know as soon as possible. Thank you for your time.

YOUR NAME
Step 2. Find a template that you like.

Now you need to find a template that you want to install on your phpBB. Here are some links:

http://www.phpbbhacks.com/templates.php
http://www.phpbb.com/styles/

You want to have a template that is compatible with your phpBB version. If you find a template that you like, but that is not compatible with your version (this will usually mean that you are using the latest version of phpBB, but that the template is not yet compatible for that version), you can upgrade it so that it is compatible to your version by applying the code changes that have occurred between the phpBB version that it is compatible with and your version of phpBB.

Now, download the template that you like (for the demo, I chose ashHawaiian Template):



Save it or open it, either way is fine.



Extract it to a folder where you can easily find it. For example, I have a folder in my C: drive called "forums" and inside that folder, I have another folder named "themes". It's purely up to you.

Make sure it extracts the template with only one main folder. For example, you want the ashHawaiian Template to only have 1 folder name that says ashHawaiian. You don't want to see ashHawaiian/ashHawaiian/.



Now you need to upload this whole folder to your forum. On to step 3... Smile

Step 3. Get an FTP program.

There are dozens of FTP programs out there. Some of the most popular are CuteFTP, WS_FTP and SmartFTP, but there are many, many other programs out there. Any of them will work fine for this. If you don't know where to get an FTP program, go to http://www.download.com and there is a category for FTP programs under Utilities. (Or you can just search for them.) Many are free or have a free demo or trial.

For this tutorial, I am using SmartFTP. Now, enter in your FTP information. On to step 4.

Step 4. Connect to your server and find your templates folder.



Notice how you need to enter in your host address in .com form? You can also put an IP here, such as 123.45.678.9 - just refer to your host's FTP details information or ask your host if you have problems.

Once you enter the information in your FTP program, connect to the site and you will see a bunch of folders and files. You need to find your phpBB installation.



Usually your phpBB installation is in public_html, so double click on that folder to pull up what is called your root directory. In the picture here, both of those arrows are pointing to the same folder. Most FTP folders show the folder tree (which shows where folders are located) on the left and the folder and file view (which shows folders AND files) on the right. If you double click either of those public_html folders, it will take you to the same place. Smile



Now you're looking for your forum's folder and you want to find the templates folder within your forum directory. The subSilver Template is the default phpBB template, so it should be there already.

Step 5. Upload your new template to this folder.



Now drag the entire new template's folder to the /templates folder.

IMPORTANT: Make sure that you do NOT upload the new template folder like the top image. Notice how it is ashHawaiian/ashHawaiian? It should only be ashHawaiian, like on the bottom:





Step 6. Install the template!

Go to your phpBB (NOT FTP) and log in as the administrator. Go to the admin panel. Look for the Styles Admin section on the left side of the admin panel.



Now click on Install.



If all goes well, you should see this:



Didn't work?

If it didn't work, try to say which steps you've already done and what error messages you got. Post your problems in the Templates and Graphics Discussion forum.

If nothing else, you can always ask someone to install it for you.

* Template is usually the same thing as skin, style and theme. It changes how your phpBB looks. Technically a style changes the colors and a template/theme changes the whole layout, design, buttons... all of that. A skin is just a generic computer term for changing the appearance of a program. Smile


Link naar deze Guide:

http://www.phpbbhacks.com/forums/archive/o_t/t_59551/installing_a_template.html
Timonator
Ik zou zeggen probeer FlashFXP FTP client het voordeele van deze client is dat je de volledige map kunt uploaden. Hier is de link >http://www.inicom.net/pages/en.ffxp-download.php<

Je vult dus gewoon de FTP gegevens in de client en maakt verinding met de server. Als je op de server zit kun je twee dingen doen:

*Of maak je het forum op de begin pagina van je site dus gewoon www.jesite.com
*Of je maakt je forum in ene subdirectory zoals www.jesite.com/forum

Voor het eerste geval doe je de inhoud van je map phpbb uploaden naar de hoofddirectory van je server en dan zou de installer van eht forum moeten werken. Je volget dan gewoon de stappen op het scherm.

Voor de tweede manier moet je ene map aanmaken op de server forum en daar dan de inhoud van de map phpbb naar uploaden.

Skins moet je dan inderdaad uploaden naar de map themes.
Maar voordat je ze kan gebruiken moet je ze wel eerst installeren dat doe je door je in te loggen in de gebruikerspaneel en daar kun je ene nieuwe stijl installeren en bijvoorbeeld ook instellen als standaard stijl.

Hoop dat ik je hier iets verder mee geholpen heb Smile
tom69
Als je die FTP gebruik moet je gegevens invullen welke gegevens?
en ik ga men site gwn ene link geven bv www.fatalflaw.be/forum zeg nu maar iets he.

Maar mijn gebruikers paneel ... zit dat bij in die map phpBB 2.0 dan? want het enigewat ik totnutoe heb is een map phpbb 2.0 of bedol je als ik naar Cpanel ga van editboard?

snap er eigenlijk nog niet zo veel van maaer ik ga nu slapen en hopen dat ik in slaap val en niet te veel wakker lig over men forum.

Dus voordat je post weet dta ik alleen nog maar die map heb want ik weteniet goed wat ikmoet doen nadta het geupload is met die fTP want dan heb nog alltijd alleen maar die map alleen is hij dan geupload maar dan is er toch nog geen Cpanel?
tom69
Moet ik de files met een FTP programma uploaden naar de server van frihost ? of naar welke server anders?
rvec
ja naar de server van frihost kan je ze uploaden.
Je moet ze dan uploaden naar de map html_public als ze daanin staan moet je naar http://je_gebruikersnaam.frih.net/phpBB2 .

Om verder te gaan moet je bij directadmin een mysql database aanmaken, hier komen alle instellingen berichten en gebruikers van het forum in te staan. Ga hiervoor naar http://www.gebruikersnaam.frih.net:2222 log in.
klik op MySQL Management
klik dan op Create new Database
bedenk een wachtwoord een naam en een gebruikersnaam
vul deze ook in in de phpbb2 setup


Als je meer hulp nodig hebt kan je me een pm sturen, dan geef ik mijn msn. Ik wil hem ook best voor je installeren, maar dan moet je je wachtwoord en gebruikersnaam geven (ik zou dat ook in een pm doen).
Related topics
Eigen gastenboek
waar halen jullie je inspiratie voor een site
Is het makkelijk zelf een forum te maken i.p.v. een standaar
gratis forum ?
Hoe maak je een transparant plaatje?
kooktopic voor al je recepten etc. etc.
Hulp nodig met verbeteren site.
Aantal vraagjes over functies van DirectAdmin
Hoe maak je een FTP programma account?
Moppentapper
Profielwebsite maken...?
Hoe vind je informatie / literatuur?
Linux
Help mij met phpbb forum!!
Reply to topic    Frihost Forum Index -> Dutch -> Algemeen

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2011 Frihost, forums powered by phpBB.