Board3 und phpBB Pages Extension

Aktuelle Version: 2.1.0
Veröffentlicht: 26.10.2015
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!
Locked
User avatar

Topic author
Neverlands
Active Member
Posts: 24
Joined: 7. January 2017 14:34

Board3 und phpBB Pages Extension

Post by Neverlands »

Deine Portal Version: 2.1
Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Ja
Dein Wissensstand: Fortgeschritten

PHP Version: 3.1.10

Was hast Du gemacht, bevor das Problem aufgetreten ist?
Die offizielle Extension phpBB Pages 1.0.4 installiert.

Was hast Du bereits versucht um das Problem zu lösen?


Fehlerbeschreibung und Nachricht
Ist es möglich, die Sidebars auf bestimmten oder allen "Pages" auszublenden?

Das Template einer Standard "Pages"-Seite sieht so aus:

Code: Select all

{# Use the space below to include external CSS and JS files
# Here are some example usages:
#
# local files relative to this template file (when stored inside phpBB's style directories):
# <!-- INCLUDEJS script.js -->
# <!-- INCLUDECSS ../theme/style.css -->
#
# hosted on external sites:
# <!-- INCLUDEJS http://code.jquery.com/jquery-migrate-1.2.1.min.js -->
# <!-- INCLUDECSS https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css -->
#
# local files stored inside the Pages extension:
# <!-- INCLUDEJS @phpbb_pages/script.js -->
# <!-- INCLUDECSS @phpbb_pages/../theme/style.css -->
#
#}
<!-- INCLUDECSS @phpbb_pages/../theme/pages_controller.css -->
<!-- INCLUDE overall_header.html -->

<div class="panel">
	<div class="inner">
		<h2 class="pages-title">{PAGE_TITLE}</h2>
		<div class="content pages-content">
			{PAGE_CONTENT}
		</div>
		<!-- EVENT phpbb_pages_after_page_content -->
	</div>
</div>

<!-- INCLUDE overall_footer.html -->
[/i]
Locked

Return to “Board3 Portal 2.1.x - Deutscher Support”