Page 2 of 8

Re: [RC] Portalview v1.0.0RC3

Posted: 26. January 2010 08:48
by metro2001
Also ich habe das zip-File aus diesem Thread runtergeladen...der Name der Datei: "portalview_100rc3". Von daher gehe ich davon aus, RC3 installiert zu haben.
Bin nach der Updateanleitung rc2 auf rc3 vorgegangen.

Re: [RC] Portalview v1.0.0RC3

Posted: 26. January 2010 10:41
by Marc
Ich habe die Dateien von deinem Style überprüft, und das sind nicht die aktuellen.

Re: [RC] Portalview v1.0.0RC3

Posted: 26. January 2010 18:58
by metro2001
Danke Marc. Mein Fehler. Die Style-Dateien hatte ich irgendwie wieder mit den alten ersetzt. Danke für die Hilfe.

Vermutlich als es nicht direkt geklappt hat...da hatte ich dann bestimmt nochmal die Sicherungsdateien hochgespielt...

Re: [RC] Portalview v1.0.0RC3

Posted: 26. January 2010 21:58
by Dutch_com_freak
Hey i have installed the module and have done all the steps needed to have the blocks shown on all forum pages... but nothing happens :o did i miss something? :oops:

Re: [RC] Portalview v1.0.0RC3

Posted: 26. January 2010 22:32
by Marc
My crystal ball tells me the issue is really shady, but then again, it's just a crystal ball. Maybe a link to your board might help?

Re: [RC] Portalview v1.0.0RC3

Posted: 27. January 2010 07:23
by Dutch_com_freak
http://test.stepmaniaonline.eu/

MOD Version Check

Board3 Portal is up to date
Current Version
1.0.5
Latest Version
1.0.5



Its on standard phpbb style atm

Re: [RC] Portalview v1.0.0RC3

Posted: 27. January 2010 11:18
by Marc
Really? Make sure you added the portal.css link to stylesheet.css and refresh your theme cache afterwards.

Re: [RC] Portalview v1.0.0RC3

Posted: 27. January 2010 12:03
by Dutch_com_freak
Hmm... Refreshing the Template did the trick... (sorry new to phpbb3 too :P not to phpbb2 though :) )

I'd like to add that i was blown away by the portal!.... i love it :)

*putting back the original theme*

Re: [RC] Portalview v1.0.0RC3

Posted: 27. January 2010 20:27
by methos-de
geht leider nicht mit X-Treme style da es

Code: Select all

	<div id="page-body">
		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
		<div id="information" class="rules">
			<div class="inner"><span class="corners-top"><span></span></span>
				<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
			<span class="corners-bottom"><span></span></span></div>
		</div>
		<!-- ENDIF -->
in styles/X-Treme/template/overall_header.html nicht gibt

und

Code: Select all

	</div>

<div id="page-footer">
in styles/X-Treme/template/overall_footer.html nicht gibt

Re: [RC] Portalview v1.0.0RC3

Posted: 30. January 2010 11:35
by terra
Hallo,

ist es möglich im Portal alle Boxen anzuzeigen (ja ist möglich) aber im Index nur bestimmte.

Re: [RC] Portalview v1.0.0RC3

Posted: 30. January 2010 12:12
by Marc
Du kannst z.B. einfach die portal/includes/portalview.php bearbeiten. Lösche die include-Befehle der Blöcke die du nicht willst.
Wenn du z.B. nicht willst, dass die Suche angezeigt wird, lösche einfach das hier:

Code: Select all

    if ($portal_config['portal_search'])
    {
        include($phpbb_root_path . 'portal/block/search.' . $phpEx);
    } 

Re: [RC] Portalview v1.0.0RC3

Posted: 30. January 2010 12:53
by terra
Hallo Marc,

danke für die schnelle Hilfe.

Mit freundlichen Gruß
Jörg

Re: [RC] Portalview v1.0.0RC3

Posted: 30. January 2010 14:29
by MeSsIaH
Hallo,

ich hab mal ne Frage zum dem PortalView.

Ich hab in meinem Forum 3.0.6 mit dem B3P 1.0.5 und dem PortalView 1.0RC3.

Zusätzlich hab ich noch den UserLog Mod 0.2.1 installiert.
Wenn man nun über die Mitgliederliste auf ein Mitglied klickt, schaut dies relativ verschoben alles aus.

Wollte mal Fragen ob das

1. noch jemand diese Mods zusammen installiert hat ?
2. falls ja, jemand ne Idee dazu hat ?

Vielen Dank vorab.
Jürgen

Re: [RC] Portalview v1.0.0RC3

Posted: 5. February 2010 14:48
by Falke
Dutch_com_freak wrote:Hey i have installed the module and have done all the steps needed to have the blocks shown on all forum pages... but nothing happens :o did i miss something? :oops:
I'm having this same problem. I've followed all the steps in the install.xml file (copied files over, made the required edits, etc), verified that portal.css link was in stylesheet.css and cleared the style cache in Templates, as well as refreshed the theme, template and imagesets. I also went to the General tab and purged the cache there..but the board index still won't show the portal blocks.

Portal is up-to-date:
MOD Version Check
Board3 Portal is up to date
Current Version
1.0.5
Latest Version
1.0.5

I know I'm probably missing some minor step, but I can't figure out what. Any ideas? :(

Re: [RC] Portalview v1.0.0RC3

Posted: 5. February 2010 15:54
by Marc
A link to your board would really help. ;)