Search found 245 matches

by Ice
5. January 2009 19:12
Forum: board3 Portal 1.0.x - English Support
Topic: SQL ERROR
Replies: 16
Views: 13296

Re: SQL ERROR

No problem, now to work out why there is no ID... :/
by Ice
5. January 2009 17:11
Forum: board3 Portal 1.0.x - English Support
Topic: Bug with rights?
Replies: 5
Views: 5193

Re: Bug with rights?

Your default group has to be the admin group, try changing that on the group control panel.
by Ice
5. January 2009 17:04
Forum: board3 Portal 1.0.x - English Support
Topic: How to change "link to us"?
Replies: 11
Views: 13792

Re: How to change "link to us"?

Currently the link is created from phpbb variables, but on some installations it goes a bit weird. To manually change the link look through /portal/block/link_us.php
by Ice
5. January 2009 16:56
Forum: board3 Portal 1.0.x - English Support
Topic: Install.php login
Replies: 1
Views: 3049

Re: Install.php login

Download this file and overwrite the install directory. download/file.php?id=130
by Ice
5. January 2009 16:55
Forum: board3 Portal 1.0.x - English Support
Topic: Problem with small resolution in IE
Replies: 2
Views: 2953

Re: Problem with small resolution in IE

Hmm will have to get one of the designers to take a look, damned cross compatibility rears its ugly head.
by Ice
5. January 2009 16:53
Forum: board3 Portal 1.0.x - English Support
Topic: Color Scheme
Replies: 2
Views: 4770

Re: Color Scheme

That's the only way you can change the colour.
by Ice
5. January 2009 16:51
Forum: board3 Portal 1.0.x - English Support
Topic: Warning: ...
Replies: 1
Views: 2747

Re: Warning: ...

Not sure what the cause of the error is but the portal doesn't contain "getElementById" anywhere.
by Ice
5. January 2009 16:49
Forum: board3 Portal 1.0.x - English Support
Topic: SQL ERROR
Replies: 16
Views: 13296

Re: SQL ERROR

Seems the error is caused by a missing id.

Open /portal/includes/functions.php
Find

Code: Select all

		if( $config['allow_attachments'] )
Replace with

Code: Select all

		if( $config['allow_attachments'] && $row['post_id'] )
by Ice
13. November 2008 15:24
Forum: board3 Portal 1.0.x - English Support
Topic: Language file portal_install.php (Yes, I have read the KB)
Replies: 8
Views: 9410

Re: Language file portal_install.php (Yes, I have read the KB)

Ok, in your phpbb install does /language/en/mods/portal_install.php and /language/en/mods/lang_portal.php exist?
by Ice
11. November 2008 05:04
Forum: board3 Portal 1.0.x - English Support
Topic: Is the index portal broken?
Replies: 3
Views: 3941

Re: Is the index portal broken?

Ah you're using a subsilver2 based style with prosilver portal templates, swap over the portal templates.
by Ice
10. November 2008 15:39
Forum: board3 Portal 1.0.x - English Support
Topic: Is the index portal broken?
Replies: 3
Views: 3941

Re: Is the index portal broken?

ACP -> Styles -> Themes -> <your style> -> Refresh, and confirm with Yes.
by Ice
10. November 2008 15:38
Forum: General phpBB3 Support
Topic: Global announcements
Replies: 5
Views: 9371

Re: Global announcements

Can you please post your settings?
by Ice
7. November 2008 18:39
Forum: board3 Portal 1.0.x - English Support
Topic: Error on mod tab
Replies: 10
Views: 11990

Re: Error on mod tab

You've misunderstood the install instructions, you don't upload the /root/ folder, you upload what is INSIDE the /root/ folder so you get http://www.schooltalkuk.com/phpBB3/portal.php and http://schooltalkuk.com/phpBB3/portal/i ... ctions.php

Go to advanced search