[RC] Portalview v1.0.0RC2

Dyos MOD Portalview - to show up Portal blocks in the whole forum.
Dyos MOD Portalview - um Portal Blöcke im gesamten Forum anzeigen zu lassen.

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!
User avatar

Topic author
Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: [RC] Portalview v1.0.0RC2

Post by Christian_N »

Please download the MOD you down again, the files are all present.
There have been 100 users installed it and nobody did not find the file.


And it's also better to install it manually, it has not been tested on the AutoMod out, since both RC MODs still are.

Sorry Google-English *gg*
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!
User avatar

wintstar
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.0RC2

Post by wintstar »

Ich komm nochml auf meine Anfrage vom 27.10. zurück

Fehlermeldung

Code: Select all

Parse error: syntax error, unexpected $end in C:\xampp\htdocs\cq\gallery\includes\functions_recent.php on line 344
Wäre prima wenn jemand eine Lösung hätte
Would be great if someone had a solution

Versuchs nochmal eine Antwort auf meine Frage. Hatt jemand eine Lösung wie der Gallerybloock in der Portalview eingebaut wird, so das die obige Fehlermeldung nicht kommt

The experiment again an answer to my question. Hatt someone a solution like the Gallerybloock plugs into the Portalview, so the above error message is not

Danke
Thanks

Stephan
Last edited by wintstar on 9. December 2009 06:47, edited 1 time in total.
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

frold
Portal Enthusiast
Posts: 108
Joined: 24. March 2008 07:52

Re: [RC] Portalview v1.0.0RC2

Post by frold »

Christian_N wrote:Please download the MOD you down again, the files are all present.
There have been 100 users installed it and nobody did not find the file.


And it's also better to install it manually, it has not been tested on the AutoMod out, since both RC MODs still are.

Sorry Google-English *gg*
Ill give it a try again.

Thanks for respons..
http://www.studmed.dk - Portal for doctors and medical students in Denmark

frold
Portal Enthusiast
Posts: 108
Joined: 24. March 2008 07:52

Re: [RC] Portalview v1.0.0RC2

Post by frold »

I just downloaded the package again. I unzipped it.

Open the install.xml file:

It's say:

Included files

* root/portal/includes/portalview.php

But in the package I also find files like:
styles/prosilver/templates/portal/portal_footer.html
styles/prosilver/templates/portal/portal_header.html

What to do with them?

Open: styles/prosilver/template/portal/portal_body.html

FIND:
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<!-- [+] left block area -->
<td valign="top" style="width: <!-- IF $S_COLUMNS_WIDTH_OVERRIDE -->{$PORTAL_LEFT_COLUMN_OVERRIDE}<!-- ELSE -->{PORTAL_LEFT_COLUMN}<!-- ENDIF -->px; padding-right:{$BLOCK_DISTANCE};">
<br style="clear:both" />

<!-- IF S_DISPLAY_MAINMENU -->
<!-- INCLUDE portal/block/main_menu.html -->
<!-- ENDIF -->

<!-- IF S_STYLE_OPTIONS and S_DISPLAY_CHANGE_STYLE -->
<!-- INCLUDE portal/block/change_style.html -->
<!-- ENDIF -->

<!-- INCLUDE portal/block/additional_blocks_left.html -->

<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<!-- INCLUDE portal/block/birthday_list.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_CLOCK -->
<!-- INCLUDE portal/block/clock.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_PORTALSEARCH and S_DISPLAY_SEARCH -->
<!-- INCLUDE portal/block/search.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_RANDOM_MEMBER -->
<!-- INCLUDE portal/block/random_member.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_ATTACHMENTS -->
<!-- INCLUDE portal/block/attachments.html -->
<!-- ENDIF -->

<!-- IF S_CUSTOM_SMALL -->
<!-- INCLUDE portal/block/custom_small.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_TOP_POSTERS -->
<!-- INCLUDE portal/block/top_poster.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_LATEST_MEMBERS -->
<!-- INCLUDE portal/block/latest_members.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_LINK_US -->
<!-- INCLUDE portal/block/link_us.html -->
<!-- ENDIF -->
</td>
<!-- [-] left block area -->

<!-- [+] center block area -->
<td valign="top">
<br style="clear:both" />
Replace with

Code: Select all

With what? Is the part going to be deleted? Else somethings is missing...
Open: styles/prosilver/template/portal/portal_body.html

FIND:

Code: Select all

		<!-- please keep this credits visible, thank you!  -->
		<br /><div class="copyright">{L_PORTAL_COPY}</div>
		</td>
<!-- [-] center block area -->

<!-- [+] right block area -->
		<td valign="top" style="width: <!-- IF $S_COLUMNS_WIDTH_OVERRIDE -->{$PORTAL_RIGHT_COLUMN_OVERRIDE}<!-- ELSE -->{PORTAL_RIGHT_COLUMN}<!-- ENDIF -->px; padding-left:{$BLOCK_DISTANCE};">
		<br style="clear:both" />

		<!-- IF S_DISPLAY_USERMENU -->
			<!-- IF not S_USER_LOGGED_IN -->
				<!-- INCLUDE portal/block/login_box.html -->
			<!-- ENDIF -->
			<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
				<!-- INCLUDE portal/block/user_menu.html -->
			<!-- ENDIF -->
		<!-- ENDIF -->

		  <!-- INCLUDE portal/block/additional_blocks_right.html -->

		  <!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_ZEBRA_ENABLED and S_DISPLAY_FRIENDS -->
			<!-- INCLUDE portal/block/online_friends.html -->
		  <!-- ENDIF -->

		  <!-- IF S_DISPLAY_ADVANCED_STAT -->
			<!-- INCLUDE portal/block/statistics.html -->
		  <!-- ENDIF -->

		  <!-- IF S_DISPLAY_MINICAL -->
			<!-- INCLUDE portal/block/mini_calendar.html -->
		  <!-- ENDIF -->

		  <!-- IF S_DISPLAY_LEADERS_EXT -->
			<!-- INCLUDE portal/block/leaders_ext.html -->
		  <!-- ELSEIF S_DISPLAY_LEADERS -->
			<!-- INCLUDE portal/block/leaders.html -->
		  <!-- ENDIF -->

			<!-- IF S_DISPLAY_LAST_BOTS and S_LAST_VISITED_BOTS -->
				<!-- INCLUDE portal/block/latest_bots.html -->
			<!-- ENDIF -->

		  <!-- IF S_DISPLAY_LINKS -->
			<!-- INCLUDE portal/block/links.html -->
		  <!-- ENDIF -->

		  <!-- IF S_DISPLAY_PAY_S -->
			<!-- INCLUDE portal/block/donation_small.html -->
		  <!-- ENDIF -->
		</td>
<!-- [-] right block area -->
	</tr>
</table>
<!--// board3 Portal by www.board3.de //-->
Replace with

Code: Select all

With what? Is the part going to be deleted? Else somethings is missing...
OPEN:
Open: portal/block/search.php

FIND:

Code: Select all

   'S_SEARCH_ACTION'   => append_sid("{$phpbb_root_path}search.$phpEx"),
Replace with

Code: Select all

With what? Is the part going to be deleted? Else somethings is missing...


I hope you can help?
http://www.studmed.dk - Portal for doctors and medical students in Denmark
User avatar

Topic author
Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: [RC] Portalview v1.0.0RC2

Post by Christian_N »

What is your problem?
1. I have the MOD by http://www.phpbb-projekt.de/downloads.p ... il&df_id=4 downloaded.
2. Did I unzipped that file.
3. All files are available, see screenshot:
Image Image Image

When you comment, it still stands, what to do:
install.xml wrote:Comments
There is no "replace-with"-code as you need to delete the code.
Sorry, but here I must also warn you about repeated Topic-Bumping.

Please consider our Board3.de Rules.
Board3 Rules wrote:
    • Topic-Bumping is only accepted at least 24 hrs. after posting.
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!

frold
Portal Enthusiast
Posts: 108
Joined: 24. March 2008 07:52

Re: [RC] Portalview v1.0.0RC2

Post by frold »

Christian_N wrote: Sorry, but here I must also warn you about repeated Topic-Bumping.

Please consider our Board3.de Rules.
Board3 Rules wrote:
    • Topic-Bumping is only accepted at least 24 hrs. after posting.
:?:

I made a post:

Postby frold on Tue 10. Nov 2009, 22:19

I made a gentle bump:

by frold on Thu 12. Nov 2009, 14:44

Well I get it more then 24hours between the 2 posts. So I dont see the sense in that line...?

I havent said anything about missing files I said there is more files included in the package then mention in the install file.
http://www.studmed.dk - Portal for doctors and medical students in Denmark
User avatar

Topic author
Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: [RC] Portalview v1.0.0RC2

Post by Christian_N »

Sry my english not very good, now I have understood it.
Please download the complete ROOT directory on your webspace.
The install.xml is fixed with the next version.
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!

Spadewar
Active Member
Posts: 22
Joined: 7. November 2009 06:59

Re: [RC] Portalview v1.0.0RC2

Post by Spadewar »

well im installing this and i have installed your mod countless times on diff styles and for some odd reason, when i install it on se_pro style it puts all my page's to a blank page. or makes the main portal page all distorted. i see i just missed you 42 mins ago, but if we can set up a time i can install it real fast and you can see the error's, i will not leave the error's up for any extended period of time, for i need to continue working on this webscript.

so if you use Aol Instant Msger, you can msg me here

AIM = Hazmatspade

i know im american and your english is not to strong but we ill manage :P

fyi Website = ironmog.org
User avatar

DDG
Active Member
Posts: 34
Joined: 21. September 2009 05:47
phpBB.de User: DDG
phpBB.com User: DDG
Location: Hannover

Re: [RC] Portalview v1.0.0RC2

Post by DDG »

Hallo
installiere phpBB Version 3.0.6 -> OK
installiere Portal Version 1.0.4 -> OK
installiere Portalview Version 1.0.0RC2 -> Fehler:
portal.php wird noch angezeigt. index.php bringt fehler 500.

Habe etwas rumprobiert, dabei ist mir aufgefallen, das wenn ich die Änderung in der /includes/functions.php wieder raus nehme der Fehler 500 weg ist. Nur funktioniert dann natürlich der Portalview nicht. Ich vermute, das es in der phpBB 3.0.6 eine Änderung gab, die in Verbindung mit Portalview den Fehler verursacht. mit der 3.0.5 hatte ich das alles am laufen.

Bitte um Hilfe

Gruß Dirk
User avatar

DDG
Active Member
Posts: 34
Joined: 21. September 2009 05:47
phpBB.de User: DDG
phpBB.com User: DDG
Location: Hannover

Re: [RC] Portalview v1.0.0RC2

Post by DDG »

Hallo
keiner eine Idee?
wie schon geschrieben mit phpBB 3.0.5 lief noch alles!
Hat sonst noch jemand das Problem?

Hoffe, mir kann jemand helfen, bin völlig ratlos.

Gruß Dirk

Glueckmacher
Active Member
Posts: 33
Joined: 29. November 2009 02:40
phpBB.de User: Glueckmacher

Re: [RC] Portalview v1.0.0RC2

Post by Glueckmacher »

Versuche es mal mit dieser functions.php.
http://rapidshare.com/files/315525094/f ... s.php.html
Bin mir jetzt nicht mehr sicher, ob ich nicht irgendwas eingebaut habe, das dann einen Fehler bei Dir verursachen könnte, aber ein Versuch sollte es wert sein. Die 3 von Dir genannten Installationen habe ich jedenfalls auch.
Natürlich solltest Du Deine eigene Datei vorher sichern. ;)
phpbb: 3.3.0
Style: Aero, prosilver, SoftBlue, Absolution
Portal: 2.1.0
User avatar

DDG
Active Member
Posts: 34
Joined: 21. September 2009 05:47
phpBB.de User: DDG
phpBB.com User: DDG
Location: Hannover

Re: [RC] Portalview v1.0.0RC2

Post by DDG »

Hallo
Versuch mißglückt :(
da hatte ich sogar auf der Portal.php schon den fehler 500

Trotzdem danke fürs versuchen

Gruß Dirk

liquid digitz
Active Member
Posts: 6
Joined: 26. November 2009 04:47

Re: [RC] Portalview v1.0.0RC2

Post by liquid digitz »

I have just tried to download, and install.
As mentioned in an earlier post, the install.xml replacement information is blank for a few of the replacements. Is there a download link to the new version of the install.xml, or an old version that works with phpbb3 3.0.6, board3 1.0.4, etc?
User avatar

Marc
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.0RC2

Post by Marc »

If it is blank you probably have to replace it with a blank.
User avatar

DDG
Active Member
Posts: 34
Joined: 21. September 2009 05:47
phpBB.de User: DDG
phpBB.com User: DDG
Location: Hannover

Re: [RC] Portalview v1.0.0RC2

Post by DDG »

Hallo
Da offensichtlich keiner das gleiche Problem hat wie ich, habe ich hier mal den link zu meine functions.php
http://www.ls-modfabrik.de/functions.txt
Vielleicht sieht ja jemand den Fehler. (der Teil der Probleme macht ist Auskommentiert: Zeile 4426-4429)

Gruß Dirk
Locked

Return to “MOD Portalview - Portal blocks in whole forum”