[ABD] phpBB3 Portal

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
bbrian017
Registered User
Posts: 726
Joined: Mon Mar 19, 2007 2:20 pm
Location: Canada

Re: [Beta] phpBB3 Portal

Post by bbrian017 »

I've been running the portal since it was a beta, I think it still is but I'm just saying I love it and live buy it. great job friend. I would still like to see integration with the Arcade Room :)
hd1
Registered User
Posts: 36
Joined: Sun May 06, 2007 6:27 pm

Re: [Beta] phpBB3 Portal

Post by hd1 »

can anyone please tell me where these files are supposed to be uploaded to
Copy: root/.htaccess
To: .htaccess
Copy: root/bb3portal.php
To: bb3portal.php
Copy: root/bb3portal
To: bb3portal
Copy: root/language/en/bb3portal.php
To: language/en/bb3portal.php
Copy: root/styles/subsilver2/template/bb3portal
To: styles/subsilver2/template/bb3portal
Copy: root/styles/prosilver/template/bb3portal
To: styles/prosilver/template/bb3portal
Copy: root/styles/subsilver2/theme/images/icon_mini_forum.gif
To: styles/subsilver2/theme/images/icon_mini_forum.gif
Copy: root/styles/subsilver2/theme/images/icon_mini_home.gif
To: styles/subsilver2/theme/images/icon_mini_home.gif


I have installed lots of mods but this one is confusing me, does it mean copy everything into the root directory, or the relevant parts to the forum directory, if someone can put this in a clearer way I would be most greatful

cheers
Kev

I thought I was doing it right till I got to Copy: root/language/en/bb3portal.php
To: language/en/bb3portal.php there is no language/en in the bb3portal
BillyBobBongo
Registered User
Posts: 228
Joined: Wed Feb 16, 2005 9:33 am

Re: [Beta] phpBB3 Portal

Post by BillyBobBongo »

There is a folder called 'root' in the files that you download all 'copy' statements are relative to that..all the 'to' statements are relative to the folder in which the forum is stored.

Let us assume that your website is called http://www.mysite.com and that your forum is in a folder called 'forum'.

Copy: root/.htaccess
To: http://www.mysite.com/forum/.htaccess

Copy: root/bb3portal.php
To: http://www.mysite.com/forum/bb3portal.php

Copy: root/bb3portal (the entire folder)
To: http://www.mysite.com/forum/bb3portal

Copy: root/language/en/bb3portal.php (just copy the 'en' folder over or the language that you require)
To: http://www.mysite.com/forum/language/en/bb3portal.php

Copy: root/styles/subsilver2/template/bb3portal (the entire folder)
To: http://www.mysite.com/forum/styles/subs ... /bb3portal

Copy: root/styles/prosilver/template/bb3portal (the entire folder)
To: http://www.mysite.com/forum/styles/pros ... /bb3portal

Copy: root/styles/subsilver2/theme/images/icon_mini_forum.gif
To: http://www.mysite.com/forum/styles/subs ... _forum.gif

Copy: root/styles/subsilver2/theme/images/icon_mini_home.gif
To: http://www.mysite.com/forum/styles/subs ... i_home.gif
[/quote]

Hope this helps! If my rambling isn't clear then please get back to me! :D
hd1
Registered User
Posts: 36
Joined: Sun May 06, 2007 6:27 pm

Re: [Beta] phpBB3 Portal

Post by hd1 »

cheers

now have another problem

after uploading the .htaccess file to forum, I get a 500 internal server error

Think I'm gonna give up on this one :roll:

Cheers
hsiehstanley83
Registered User
Posts: 142
Joined: Sun Feb 11, 2007 8:08 am

Re: [Beta] phpBB3 Portal

Post by hsiehstanley83 »

hd1 wrote:cheers

now have another problem

after uploading the .htaccess file to forum, I get a 500 internal server error

Think I'm gonna give up on this one :roll:

Cheers
delete the .htaccess
hd1
Registered User
Posts: 36
Joined: Sun May 06, 2007 6:27 pm

Re: [Beta] phpBB3 Portal

Post by hd1 »

Done that

Getting there

Cheers
for the help :lol:
BillyBobBongo
Registered User
Posts: 228
Joined: Wed Feb 16, 2005 9:33 am

Re: [Beta] phpBB3 Portal

Post by BillyBobBongo »

There was no .htaccess file in the compressed package when I downloaded this mod. It's not really needed as far as I know. Don't give up on this mod...it really is worth the effort! ;)
capncanada
Registered User
Posts: 55
Joined: Fri Feb 23, 2007 2:13 pm

Re: [Beta] phpBB3 Portal

Post by capncanada »

How do we get rid of the sample block? and change the welcome message.

For the welcome message I changed the Lang file but it still displays the default one! I dont get it.
I did clear my Cache!

Thanks for any help.
hd1
Registered User
Posts: 36
Joined: Sun May 06, 2007 6:27 pm

Re: [Beta] phpBB3 Portal

Post by hd1 »

Well have got it installed and running now

and would also like a walk through, how to edit the blocks

also in the welcome screen I have no images, think there should be a logo and some flags, checking the properties they should be in a directory http://www.rail-chat.co.uk/chat/portal_ ... l_logo.jpg

I dont have a directory portal_images, is this somthing missed on the download :roll:
I have a directory bb3portal/images which is the one that came with it, but alas the above mentioned icons are not in it

have a look at http://www.rail-chat.co.uk/chat and I would welcome any advice, this isn't the site that will go out live to my members, just trying to get my head round how it all works before putting up the real one, and the fun of moving my phpbb2 board over :lol:

any any one know how to change the dollars on paypal to GBP (£) cheers
User avatar
bbrian017
Registered User
Posts: 726
Joined: Mon Mar 19, 2007 2:20 pm
Location: Canada

Re: [Beta] phpBB3 Portal

Post by bbrian017 »

I'm pretty sure that if you have the paypal account accepting euros you will be okay. When they donate they will have to donate in euros.
I dont have a directory portal_images, is this somthing missed on the download
No, the images are not included,but you can make the home page your own way by editing the welcome.html
hd1
Registered User
Posts: 36
Joined: Sun May 06, 2007 6:27 pm

Re: [Beta] phpBB3 Portal

Post by hd1 »

Cheers Brain

I sussed the image thing, simple way to create the portal_image directory myself :lol:

Found the bit in donations/paypal where you can see the script is for USD I have changed this to GBP but to no avail yet, still looking at it
hd1
Registered User
Posts: 36
Joined: Sun May 06, 2007 6:27 pm

Re: [Beta] phpBB3 Portal

Post by hd1 »

capncanada wrote:How do we get rid of the sample block? and change the welcome message.

For the welcome message I changed the Lang file but it still displays the default one! I dont get it.
I did clear my Cache!

Thanks for any help.
Im slowly getting to grips with it
and I now think that most problems are to do with the server cache
As in my problem with the donation into GBP, I edited the script but nothing happened, well I have reloaded all of this on another server from scratch, and it works perfectly :roll:
capncanada
Registered User
Posts: 55
Joined: Fri Feb 23, 2007 2:13 pm

Re: [Beta] phpBB3 Portal

Post by capncanada »

I sorta half figured it out.

Edit the HTML files in styles folders.

What I did to get rid of that block was delete all whats in the sample.html file.

And for the welcome message, edit the welcome.html
User avatar
angelside
Registered User
Posts: 105
Joined: Sat Jan 27, 2007 11:32 am
Location: Türkiye

phpBB3 Portal [1.1.0b] in processing

Post by angelside »

Version 1.1.0b is processing, we change CVS module to canver-portal. For latest CVS version (1.1.0b) see "phpBB3 Portal CVS system" message...


changelog since 1.0.3b ( not release changes, only 27 may CVS )
## 2007-05-27 - Version 1.1.0b
## * test and update to phpBB3 RC1
## * grabbed and includes many improvements and features from DaMysterious (it's listed 1.1.0b history)
## * complete re-write language files, all non-english files is lost (sorry, pls re-translate)
## * added full ACP control system
## * added index.html, index.html to .htaccess
## * added new blocks (attachments, mini calendar, wordgraph)
## * news and announcements now have two different style, compact and large.
## * only prosilver used
## * complete re-write user block (user_menu.php) added rank and rank title, fixed avatar for phpBB3 RC1
## * general code cleaned and fixed
## * theme select block is hided, beaceuse not work this time (it's working procces)
## * ??
## * ??


update 1.0.3b to 1.1.0b
## 1. delete all 1.0.3b files
## 2. re-edit all files
## 3. install 1.1.0b
phpBB Türkiye | Turkish phpBB3 support and develop
phpBB3 Portal | simple portal for phpBB3 Olympus
TheVoid
Registered User
Posts: 22
Joined: Thu Jan 12, 2006 2:35 pm

Re: [Beta] phpBB3 Portal

Post by TheVoid »

Can't wait for this MOD in it's final version!!
When will phpBB start releasing mods?

Return to “[3.0.x] Abandoned MODs”