[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.
Segundo
Registered User
Posts: 36
Joined: Mon Mar 31, 2008 6:58 pm

Re: [Beta] phpBB3 Portal

Post by Segundo »

I'm having three issues...

Latest Global announcements is picking up regular announcements

the friends box is not showing your friends that are online. they all appear offline.

and The team box is not picking up admins. showing admins as just moderators

Any help?
kutam
Registered User
Posts: 13
Joined: Tue Jun 17, 2008 12:08 pm

Re: [Beta] phpBB3 Portal

Post by kutam »

Hi,

im using phpbb3-portal.1.1.0.b can some one please tell me how to upgrade to phpbb3-portal.1.2.2.

Is there any way where i can update existing forum without deleting or reinstalling the existing vision.

-Kutam
cemidyal
Registered User
Posts: 2
Joined: Sat Oct 04, 2008 12:11 pm

Re: [Beta] phpBB3 Portal

Post by cemidyal »

hi, I hope to post this in the right place ;)

I am looking to show news subject icons on the welcome page in front of the headings

Here is my news subjects at the moment


Image

I would like it to look like this

Image

I use this portal => http://www.phpbb3portal.com/

I tried to edit the news.phpp by adding this :

Code: Select all

    'TOPIC_ICON_IMG'      => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['img'] : '',
        'TOPIC_ICON_IMG_WIDTH'   => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['width'] : '',
        'TOPIC_ICON_IMG_HEIGHT'   => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['height'] : '',
Its the code that viewforum.php uses

I also edited the news_compact.html template by adding a heading in front

Code: Select all

    <strong>{news_row.TOPIC_ICON_IMG}</strong>
However nothing loads up, I have tested other images and that works but not the icon subject images.

Would someone be able to provide me with a solution to my problem, I would be very grateful

Thanks

Cemidyal

PS : I am working locally, therefore no website address thats why I put the images here.
User avatar
ricky_a
Registered User
Posts: 152
Joined: Wed Oct 29, 2008 5:36 pm
Location: Trinidad & Tobago

Re: [Beta] phpBB3 Portal

Post by ricky_a »

BiggDawgg wrote:
ameisez wrote:GREAT MOD!!!

Would be better if blocks are movable :D
Blocks are very easy to move, just edit portal_body.html :D
hey i've been doing this but it doesn't seem to work for me. is there anything else that needs to be done after editing the portal_body.html file?

i've placed my search block on the right side column and it still shows up on the left....plus i even tried deleting it completely and it still shows up normally on the left column.

what am i overlooking here?
User avatar
RMcGirr83
Former Team Member
Posts: 22105
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [Beta] phpBB3 Portal

Post by RMcGirr83 »

Purge the cache or refresh the template afterwards.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
ricky_a
Registered User
Posts: 152
Joined: Wed Oct 29, 2008 5:36 pm
Location: Trinidad & Tobago

Re: [Beta] phpBB3 Portal

Post by ricky_a »

RMcGirr83 wrote:Purge the cache or refresh the template afterwards.
thanks! got it to work! :D
insomnia83
Registered User
Posts: 3
Joined: Fri Nov 07, 2008 1:32 pm

Re: [Beta] phpBB3 Portal

Post by insomnia83 »

Its possible use MOD: Auto Image Resizer w Lytebox

http://www.phpbb.com/community/viewtopi ... &start=495

in phpBB3portal main page?? :shock:
derangedtaco
Registered User
Posts: 67
Joined: Sun Jul 01, 2007 3:09 am

Re: [Beta] phpBB3 Portal

Post by derangedtaco »

I'm having some (maybe CSS related?) problems with the portal. Namely, using the [ list ] BBcode.

Screenshot of topic: http://www.derangedtaco.com/images/forum-list.jpg
Screenshot of portal (news block): http://www.derangedtaco.com/images/portal-list.jpg

In the portal, there is a blank line in between every bullet. How do I get rid of that? I want it to look like how it does in the first screenshot.

Any help would be appreciated. Thanks.
takadante
Registered User
Posts: 62
Joined: Tue Nov 11, 2008 5:52 am

Re: [Beta] phpBB3 Portal

Post by takadante »

I want it so when a user goes to mywebsite http://theappshare.com they see the portal, and not the board index. I also want to add a HOME Button to the header so it leads to the portal. Basically I want to make the portal my homepage, and add a link to forward to the forum
http://theappshare.com ~ iPhone and OSX Applications!
shahinavthal
Registered User
Posts: 277
Joined: Fri Sep 19, 2008 6:53 am

Re: [Beta] phpBB3 Portal

Post by shahinavthal »

takadante wrote:I want it so when a user goes to mywebsite http://theappshare.com they see the portal, and not the board index. I also want to add a HOME Button to the header so it leads to the portal. Basically I want to make the portal my homepage, and add a link to forward to the forum
Just make the changes on your .htaccess and it will surely take you to the portal. And then you could edit the main_menu.html to link it back to the index :)
fmahash
Registered User
Posts: 39
Joined: Thu Nov 23, 2006 1:58 pm

Re: [Beta] phpBB3 Portal

Post by fmahash »

hi, i love this portal, recently installed it.

i've got 2 problems.

first I don't seem to be able to receive a confirmation email when i register and the phpbb3portal.com site and its been a while now.

second is that the width of the portal is too big. here is a screenshot of it

http://img123.imageshack.us/img123/9831 ... hotov3.png

i tried editing my css for the theme but when i fix the portal width by editing the css the forum width changes as well.

any idea how i can fix this
shahinavthal
Registered User
Posts: 277
Joined: Fri Sep 19, 2008 6:53 am

Re: [Beta] phpBB3 Portal

Post by shahinavthal »

1. Try www.Board3.de for the portal FAQs
2. As for the style i feel the forum shouldnt get affected as there is a different stylesheet for the portal..(I had installed this long time back) but it should be the portal.css in the theme folder
fmahash
Registered User
Posts: 39
Joined: Thu Nov 23, 2006 1:58 pm

Re: [Beta] phpBB3 Portal

Post by fmahash »

shahinavthal wrote:1. Try http://www.Board3.de for the portal FAQs
2. As for the style i feel the forum shouldnt get affected as there is a different stylesheet for the portal..(I had installed this long time back) but it should be the portal.css in the theme folder
never mind i fixed it. i had to add different body css for the portal that way the forum and the portal won't use the same body css ^_^

but why can't I register at phpbb3portal.com ??? any idea :cry:
User avatar
Kingdombuilder
Registered User
Posts: 91
Joined: Sat Apr 26, 2008 7:48 am
Location: Flint, MI

Re: [Beta] phpBB3 Portal

Post by Kingdombuilder »

I lost my copy of :
* @package phpBB3 Portal a.k.a canverPortal ( http://www.phpbb3portal.com )
* @version $Id: portal.php,v 1.11 2008/02/09 08:18:13 angelside Exp $


Now I want to uninstall it and install a newer version but I have no instruction anymore.

does anyone have this version portal mod so i can get the instructions to uninstall?
Image
fmahash
Registered User
Posts: 39
Joined: Thu Nov 23, 2006 1:58 pm

Re: [Beta] phpBB3 Portal

Post by fmahash »

guys i was wondering if there is a way to display the news to guest aswell on the portal? it seems guest are not able to view the news until they are logged in. it says no news when guest view it. any idea how i can fix that

Return to “[3.0.x] Abandoned MODs”