UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Web Hosting and Domains > PHP Hosting

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 30-03-2008, 17:30
Member
 
Join Date: Mar 2008
Posts: 33
Default Want to include.....

......a forum on my site.

Can one of you kind people point the way to a 'How to include a forum tutorial'.

I have looked here but can't for the life of me find it.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 30-03-2008, 20:37
Member
 
Join Date: Mar 2008
Posts: 33
Default

I'm wanting to change the style of my phpbb forum. When I'm in the style section of the admin board I can't see a way of importing a style. Am I missing something here?
Reply With Quote
  #3 (permalink)  
Old 31-03-2008, 12:32
Member
 
Join Date: Mar 2008
Posts: 33
Default

I've been playing about as you do & I've hit a problem. I'm getting this error now while trying to install. Not sure what to delete. Also if I try to install the SMF discussion board that installs OK but when I click visit site it takes me to my site not the board. I think I need to install to another directory or something like that.

Any help appreciated.

Quote:
Install phpBB (2/3)


The installation can not be completed:

- You chose to install in the main directory of the domain boltonlesandsfirestation.co.uk, but there are conflicting filenames, therefore we can not proceed. Following filenames already exist in the main directory of the domain boltonlesandsfirestation.co.uk (path="/home/fire13/public_html/").You must manually remove these files before proceeding with auto-installation:
images
.htaccess
Reply With Quote
  #4 (permalink)  
Old 31-03-2008, 23:39
Member
 
Join Date: Mar 2008
Posts: 33
Default

Well I've sorted out the SMF problem.
Reply With Quote
  #5 (permalink)  
Old 01-04-2008, 03:13
Rock's Avatar
System Administrator
 
Join Date: Dec 2006
Posts: 521
Cool

Glad to hear that you've sorted out the forum problem You can explain the fixture here so that it'd help our other fellow members too..
__________________

Rock _a.k.a._ Jack L.

http://www.eUKhost.com
Windows Hosting || Windows Reseller Hosting
Reply With Quote
  #6 (permalink)  
Old 01-04-2008, 11:53
Member
 
Join Date: Mar 2008
Posts: 33
Default

Well it was user error as normal for me.

When it came to where to install it I just left the box blank. It would install OK but when I clicked view site it took me to mine instead of the forum. All I needed to do was enter a name for it to install to. Easy when you know how.

Still haven't sorted the problem with the conflicting filenames for the phpBB board though. Not to important now as I've got the SMF board up & running.

Hope you don't mind me wittering away in the open here. I sometimes see the answer to my question by looking at what I posted.
Reply With Quote
  #7 (permalink)  
Old 02-04-2008, 01:16
jc8654's Avatar
Moderator
 
Join Date: May 2007
Location: Manchester, United Kingdom
Posts: 1,112
Send a message via MSN to jc8654
Default

I witter on here all time so I wouldn't worry about it. Lol.
__________________
Jonathan Crass
Joint Partner in Checker Design

North East Website design
UK based monitoring
Cheap UK Web Hosting

Save Jodrell Bank: www.savejodrellbank.org.uk

eUKhost Forum Moderator
Reply With Quote
  #8 (permalink)  
Old 02-04-2008, 22:29
Member
 
Join Date: Mar 2008
Posts: 33
Default



I'm using the SMF board & was wondering if it was possible to include a link back to my site?

Please tell me if I should ask this on their site. I did some searches on it but to no avail.

Thanks
Reply With Quote
  #9 (permalink)  
Old 03-04-2008, 09:09
Senior Member
 
Join Date: Mar 2007
Posts: 318
Default

Quote:
Originally Posted by fire13 View Post


I'm using the SMF board & was wondering if it was possible to include a link back to my site?

Please tell me if I should ask this on their site. I did some searches on it but to no avail.

Thanks

To have a "click" on your sites main banner take you back to your sites homepage, this code should do the trick ( additions required are in bold and red text ) :-

Code:
// The logo, user information, news, and menu.
	echo '
	<table cellspacing="0" cellpadding="0" border="0" align="center" width="95%" class="tborder">
		<tr style="background-color: #ffffff;">
			<td valign="middle" align="left"><a href="HOMEPAGEURL" target="_blank"><img src="', !empty($settings['header_logo_url']) ? $settings['header_logo_url'] : $settings['images_url'] . '/smflogo.gif', '" alt="" /></a></td>
			<td valign="middle">';

You can change the behaviour of the "HOME" button on the SMF forums so that clicking on that returns you to the home page of your main site rather than the main index of your forums. I'll dig out the code for that method and post back shortly.

Hope that helps.
Reply With Quote
  #10 (permalink)  
Old 03-04-2008, 21:46
Member
 
Join Date: Mar 2008
Posts: 33
Default

Thanks for that RSVEcosse.

I'll have a go at that this weekend.

Thanks.
Reply With Quote
  #11 (permalink)  
Old 04-04-2008, 05:32
Senior Member
 
Join Date: Mar 2007
Posts: 318
Default

No probs, glad to assist.

Forgot to mention, when you go looking for that code to edit, you will find it in the index.template.php in the currently used theme folder.
Reply With Quote
  #12 (permalink)  
Old 04-04-2008, 17:25
Member
 
Join Date: Mar 2008
Posts: 33
Default

Right.

Am I right in assuming I need to load the forum on to my PC to edit the code. Using frontpage at the moment.
Reply With Quote
  #13 (permalink)  
Old 04-04-2008, 20:57
Senior Member
 
Join Date: Mar 2007
Posts: 318
Default

I usually just download the php forum file in question and edit it in Dreamweaver.

I assume Frontpage will do this also, although I'm not entirely sure as I dont use it.

Failing that, download a copy of the php file in question, open it with a text editor such as Notepad and save it as a php file once the changes have been carried out?.

As I said, I usually just download a copy of whatever file needs editing and open it off the bat with DW CS3.
Reply With Quote
  #14 (permalink)  
Old 04-04-2008, 20:59
jc8654's Avatar
Moderator
 
Join Date: May 2007
Location: Manchester, United Kingdom
Posts: 1,112
Send a message via MSN to jc8654
Default

Frontpage will do it but you'll need to set it on to code view.

You could always do it using the file manager in cPanel if you're using linux.
__________________
Jonathan Crass
Joint Partner in Checker Design

North East Website design
UK based monitoring
Cheap UK Web Hosting

Save Jodrell Bank: www.savejodrellbank.org.uk

eUKhost Forum Moderator
Reply With Quote
  #15 (permalink)  
Old 04-04-2008, 21:11
Member
 
Join Date: Mar 2008
Posts: 33
Default

Thanks for the replies RSVEcosse & jc8654.

Will try on Sunday, bit busy tomorrow.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 18:58.

 

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

knowledgebase articles

popular blog categories