Search found 245 matches

by Ice
4. May 2008 14:04
Forum: board3 Portal 1.0.x - English Support
Topic: Error when running install.php
Replies: 8
Views: 8717

Re: Error when running install.php

If you are using a non-english language and there is not a portal language file for you yet you have to place the language/en/mods/portal_* files into language/<your language>/mods/portal_*. And if you're feeling really nice, translate the portal. ;)
by Ice
3. May 2008 13:42
Forum: board3 Portal 1.0.x - Deutscher Support
Topic: Tester gesucht!
Replies: 5
Views: 20786

Re: Tester gesucht!

Oh I see how it is, you want more German testers but not English ones eh? Ganging up on me eh? I see what you're up to Kev... :P
by Ice
3. May 2008 12:08
Forum: board3 Portal 1.0.x - English Support
Topic: Portal as main page...
Replies: 18
Views: 27640

Re: Portal as main page...

Did you refresh your cache? :)
by Ice
3. May 2008 01:20
Forum: board3 Portal 1.0.x - English Support
Topic: Portal as main page...
Replies: 18
Views: 27640

Re: Portal as main page...

Open portal/block/login_box.php
Replace

Code: Select all

'U_PORTAL'				=> append_sid("{$phpbb_root_path}portal.$phpEx")
with

Code: Select all

'U_PORTAL'				=> append_sid("index.$phpEx")
by Ice
26. April 2008 00:38
Forum: board3 Portal 1.0.x - English Support
Topic: Attachment
Replies: 4
Views: 4656

Re: Attachment

ACP -> General -> Board Configuration -> Attachment settings -> Attachment display order
by Ice
24. April 2008 08:45
Forum: board3 Portal v1.0.x - Modifications in Dev
Topic: Filebase block for Filebase 2.1.0 Pre-release
Replies: 7
Views: 12951

Re: [REQ] Filebase 2.1.0 (Solved) & phpBB Calendar 0.0.7 blocks

Try this for subsilver - though it is untested. <table class="tablebg" cellspacing="1" width="100%"> <tr> <th colspan="3"><!-- IF U_VIEWONLINE --><a href="{U_FILEBASE}">Filebase</a><!-- ELSE -->HVEM VAR HER<!-- ENDIF --><</th> </tr> <tr> <!-- IF .lat...
by Ice
24. April 2008 08:37
Forum: board3 Portal 1.0.x - English Support
Topic: Latest News 1st post not last
Replies: 14
Views: 15400

Re: Latest News 1st post not last

What order would you want them pulled in, last posted or last replied?
by Ice
23. April 2008 18:36
Forum: board3 Portal 1.0.x - English Support
Topic: Latest News 1st post not last
Replies: 14
Views: 15400

Re: Latest News 1st post not last

Are you sure you refreshed your cache? Because that is all I changed on my portal.
by Ice
20. April 2008 23:30
Forum: board3 Portal 1.0.x - English Support
Topic: Latest News 1st post not last
Replies: 14
Views: 15400

Re: Latest News 1st post not last

I apologise it should be

Code: Select all

$user_link = 't.topic_poster = u.user_id'; 
by Ice
20. April 2008 15:12
Forum: board3 Portal 1.0.x - English Support
Topic: Latest News 1st post not last
Replies: 14
Views: 15400

Re: Latest News 1st post not last

Are you sure you edited them then? Both, where it says 'news' and 'news_all'? 'cause that's all there is to order the posts. Have the news posts got replies at all?
by Ice
20. April 2008 02:51
Forum: board3 Portal 1.0.x - English Support
Topic: Portal Main Page
Replies: 18
Views: 17673

Re: Portal Main Page

Hmm could be, check the .htaccess again. It should say exactly:

Code: Select all

DirectoryIndex portal.php index.php index.html index.htm

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
by Ice
19. April 2008 16:09
Forum: board3 Portal 1.0.x - English Support
Topic: Welcome message only for guests?:
Replies: 1
Views: 3722

Re: Welcome message only for guests?:

You'd have to edit every block, along with the admin panel.
by Ice
19. April 2008 16:07
Forum: board3 Portal 1.0.x - English Support
Topic: Latest News 1st post not last
Replies: 14
Views: 15400

Re: Latest News 1st post not last

Open portal/includes/functions.php

Find (Tip: There's 2, change them both.)

Code: Select all

			$user_link = 't.topic_last_poster_id = u.user_id';
			$post_link = 't.topic_last_post_id = p.post_id';
Replace with

Code: Select all

			$user_link = 't.topic_poster = u.user_id';
			$post_link = 't.topic_first_post_id = p.post_id';
by Ice
19. April 2008 16:03
Forum: board3 Portal 1.0.x - English Support
Topic: ACP Announcement Centre
Replies: 4
Views: 6429

Re: ACP Announcement Centre

And is an option in the next version.

Go to advanced search