[RC] Portalview v1.0.0RC3
Moderator: Dyo
Forum rules
Please note that this modification is not a official part of the Board3 Portal!
Bitte beachten das diese Modifikation kein offizieller Bestandteil des Board3 Portal ist!
Please note that this modification is not a official part of the Board3 Portal!
Bitte beachten das diese Modifikation kein offizieller Bestandteil des Board3 Portal ist!
Re: [RC] Portalview v1.0.0RC3
Oh! oops
The temp site is up here
The temp site is up here
-
Topic author - Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: [RC] Portalview v1.0.0RC3
Make sure you included portal/includes/portalview.php in includes/functions.php as instructed.
Re: [RC] Portalview v1.0.0RC3
Ah!!! That's where the problem was - I did add the code as instructed; however, install.xml tells you to find the following:
And add the lines on a blank line after it.
The instructions said it could be a partial find. The only thing my file had was this:
So I just went ahead and added it on the next line and then went on my way.
After reading your post, I decided to take everything from the first code block above and paste it in there, and it's working now.
Thanks very much! You're awesome.
EDIT: disregard my question about removing the right side of the portal blocks - I found it in the portalview.php and just pulled out everything after // load blocks in the right column.
Works!!
Code: Select all
$user->add_lang(array('mods/lang_portal', 'mods/additional_blocks'));
if (!function_exists('obtain_portal_config'))
{
include($phpbb_root_path . 'portal/includes/functions.' . $phpEx);
}
if(sql_table_exists(PORTAL_CONFIG_TABLE) == true)
{
$portal_config = obtain_portal_config();
}
The instructions said it could be a partial find. The only thing my file had was this:
Code: Select all
$user->add_lang('mods/lang_portal');
After reading your post, I decided to take everything from the first code block above and paste it in there, and it's working now.
Thanks very much! You're awesome.
EDIT: disregard my question about removing the right side of the portal blocks - I found it in the portalview.php and just pulled out everything after // load blocks in the right column.
Works!!
-
- Active Member
- Posts: 45
- Joined: 24. March 2009 14:35
- phpBB.de User: wintstar
- phpBB.com User: wintstar
- Location: Langgöns/Hessen
- Contact:
Re: [RC] Portalview v1.0.0RC3
Habe eben festgestell das bei eingebauter Portalview Mod der Moderatorenbereich der phpbb Gallery nicht geht. Den Code von hier http://board3.de/viewtopic.php?f=31&t=3299#p21553 hab ich nach Ausbau des Portalview Mod drinn belassen und der Moderatorenbereich der phpbb Gallery geht wieder
Gruß
Stephan
Gruß
Stephan
Gruß Stephan
Zitat: "Damit das Mögliche entsteht, muss immer wieder das Unmögliche versucht werden" (Hermann Hesse (1877-1962)).
Ein Blick ins zukünftige phpBB 3.1.1 - Forum, die lfd. Builds
phpBB 3.0.13 html 5 und responsive
Zitat: "Damit das Mögliche entsteht, muss immer wieder das Unmögliche versucht werden" (Hermann Hesse (1877-1962)).
Ein Blick ins zukünftige phpBB 3.1.1 - Forum, die lfd. Builds
phpBB 3.0.13 html 5 und responsive
Re: [RC] Portalview v1.0.0RC3
Mod installed fine and looks great. The menu appears in index.php, but no other blocks are showing. I have several blocks activated but still nothing showing.
Any clear instructions for how to get this mod to show more blocks, as with the great instructions for arranging/adding blocks in portal.php? I've seen post about overall_header.php in regards to this, but nothing that makes sense to me. I would love to get a right column mini paypal block, a latest members block, and a custom block all through my forums. Any suggestions greatly appreciated.
Any clear instructions for how to get this mod to show more blocks, as with the great instructions for arranging/adding blocks in portal.php? I've seen post about overall_header.php in regards to this, but nothing that makes sense to me. I would love to get a right column mini paypal block, a latest members block, and a custom block all through my forums. Any suggestions greatly appreciated.
Re: [RC] Portalview v1.0.0RC3
I have the same type of problem. I want the "Left Column" from the Portal to be throughout the forums.andrew55 wrote:Mod installed fine and looks great. The menu appears in index.php, but no other blocks are showing. I have several blocks activated but still nothing showing.
My site: http://www.greyguardclan.com/
Thanks in advance.
Re: [RC] Portalview v1.0.0RC3
Hi Marc.
Ich habe mich eben auch hier versucht, vergeblich:
Forum ist unter: schatten.clanwelten.de zu finden.
Ich habe den PV_103RC3 runtergeladen, entpackt, die Installationsanleitung angeschaut, die 3 Files kopiert und die 4 Files angepasst. Anschliessend Caches gelöscht....
Wo ist es aber nun ?
Ich habe mich eben auch hier versucht, vergeblich:
Forum ist unter: schatten.clanwelten.de zu finden.
Ich habe den PV_103RC3 runtergeladen, entpackt, die Installationsanleitung angeschaut, die 3 Files kopiert und die 4 Files angepasst. Anschliessend Caches gelöscht....
Wo ist es aber nun ?
-
Topic author - Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: [RC] Portalview v1.0.0RC3
Also ich sehe es. Hast du deinen Browser Cache schon geleert?
Re: [RC] Portalview v1.0.0RC3
Ja, eigentlich schon....
-
Topic author - Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: [RC] Portalview v1.0.0RC3
Also ich sehe den Portalview MOD und sehe auch keine Probleme.
Re: [RC] Portalview v1.0.0RC3
ähmmm wo siehst du ihn? kannst Du bitte nen Screenshot anhängen?
-
- Active Member
- Posts: 1
- Joined: 25. April 2010 01:13
Re: [RC] Portalview v1.0.0RC3
Great mod...
Thanks...
Thanks...
Re: [RC] Portalview v1.0.0RC3
Hello
I installed the Portal view and it works great,, everywhere i go on my forum i still see the Portal.
But now i installed the acidtech style , did the modifications, and again portal works great on this style.. only the Portal is not locked anymore, if i go somewhere on the forum , the portal is gone..
If i wanna see the portal again , i have to click on the portal ) left corner, and there it is..
How can i make it happen that the Portal is locked too on the acidtech Style ?
Kieboom
I installed the Portal view and it works great,, everywhere i go on my forum i still see the Portal.
But now i installed the acidtech style , did the modifications, and again portal works great on this style.. only the Portal is not locked anymore, if i go somewhere on the forum , the portal is gone..
If i wanna see the portal again , i have to click on the portal ) left corner, and there it is..
How can i make it happen that the Portal is locked too on the acidtech Style ?
Kieboom
-
Topic author - Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: [RC] Portalview v1.0.0RC3
Try doing the subsilver2 edits in AcidTech. If you can find the parts in overall_header.html and overall_footer.html, put the code at the beginning of overall_footer.html and at the end of overall_header.html.
Re: [RC] Portalview v1.0.0RC3
Hallo,
erstmal gratz der Mod gefällt mir sehr gut.
So nun habe ich aber noch eine Frage.
Ist es möglich Latest News und ein paar andere Boxen die normalerweise in der mittleren Spalte stehen mit anzeigen zu lassen?
erstmal gratz der Mod gefällt mir sehr gut.
So nun habe ich aber noch eine Frage.
Ist es möglich Latest News und ein paar andere Boxen die normalerweise in der mittleren Spalte stehen mit anzeigen zu lassen?