Ajax-Shoutbox von Paul einbauen....

Aktuelle Version: 1.0.6
Veröffentlicht: 01.09.10
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

Topic author
Konfusius
Active Member
Posts: 5
Joined: 5. August 2008 19:03

Ajax-Shoutbox von Paul einbauen....

Post by Konfusius »

Hallo ihrs

Ich habe erfolgreich euer Portal eingebaut auf meinem board und wollt mich für die klasse anleitung bedanken.

Nun hab ich aber ein anderes problem ich hab die ajax shoutbox in mein forum eingebaut udn würde gern diesen chat auch auf eurem portal anzeigen lassen und nicht in nem extrafenster
wär klasse wenn ihr mir helfen könntet

greets Konfusius
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Shoutbox einbauen....

Post by thomas.d »

Hi Konfusius,

um welche Shoutbox geht es denn?

Vorweg: Ich habe auf einem phpBB 3.02 / Board3 Portal 1.0.0RC1 die Ajax-Shoutbox 1.2 RC1 von Paul (phpbb.com) am laufen, falls sich deine Frage darauf bezieht, sollten wir das hinkriegen ...
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

Topic author
Konfusius
Active Member
Posts: 5
Joined: 5. August 2008 19:03

Re: Shoutbox einbauen....

Post by Konfusius »

forensoftware ist die selbe wie deine aber die shoutbox ist die ajax_chat_2.0.0B8 die is leider ohne bb code und smileys ist deine mit bbcode und smileys?
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Shoutbox einbauen....

Post by thomas.d »

Konfusius wrote:... ist deine mit bbcode und smileys?
Ja, beides.
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

Topic author
Konfusius
Active Member
Posts: 5
Joined: 5. August 2008 19:03

Re: Shoutbox einbauen....

Post by Konfusius »

hmm.... wenn ich die schritte bis auf die install rückgängig mach also die files löschen die dateien zurück schreiben dann müss ich doch die sb die du benutzt auch installieren können oder?
ich schreib dir per pn ma meine icq geht glaub ich fixer

Topic author
Konfusius
Active Member
Posts: 5
Joined: 5. August 2008 19:03

Re: Shoutbox einbauen....

Post by Konfusius »

So die shoutbox läuft und funktioniert nu muss ich irgendwie nen neuen block ins portal bekommen :D
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Shoutbox einbauen....

Post by thomas.d »

Aaaalso ....

(diese Anleitung bezieht sich auf die Ajax-Shoutbox (s.o.)!!)

Öffne \root\portal.php

Finde

Code: Select all

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('mods/lang_portal');
Danach einfügen

Code: Select all

//shoutbox
if (!function_exists('as_display'))
{
   include($phpbb_root_path . 'includes/functions_shoutbox.' . $phpEx);
}
as_display();
//ende shoutbox
Öffne root\styles\prosilver\template\portal\portal_body.html

Finde

Code: Select all

<!-- IF S_DISPLAY_NEWS -->
<!-- IF S_NEWS_COMPACT -->
Füge davor ein

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN  -->
<!-- INCLUDE shout_body.html -->
<!-- ENDIF -->
Erstelle shout_body.html und speichere sie in \styles\*dein_style*\template:

Code: Select all

<!-- IF S_CAN_VIEW_AS -->
	<div class="forabg">
		<div class="inner">
			<span class="corners-top"><span></span></span>
			<ul class="topiclist">
				<li class="header">
					<dl>
						<dt>{L_SHOUTBOX}</dt>
					</dl>
				</li>
			</ul>
			<span id="shoutbox"></span>
			<span class="corners-bottom"><span></span></span>
		</div>
	</div>
	<script type="text/javascript">
	//<![CDATA[
	display_shoutbox = true;
	load_shout();
	//]]>
	</script>
<!-- ENDIF -->
So (oder so ähnlich) sollte es funktionieren ...

Viel Erfolg!
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

Topic author
Konfusius
Active Member
Posts: 5
Joined: 5. August 2008 19:03

Re: Shoutbox einbauen....

Post by Konfusius »

Tausend dank thomas

hat wunderbar funktioniert und sieht klasse aus wenn die site steht link ich sie dir hier

absolute_beginner
Active Member
Posts: 21
Joined: 12. July 2008 16:00

Re: Shoutbox einbauen....

Post by absolute_beginner »

thomas.d wrote: So (oder so ähnlich) sollte es funktionieren ...
Möchte mich auch bedanken! Funzt einwandfrei!! 8-)

Greetz,
Beginner
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Shoutbox einbauen....

Post by thomas.d »

Fein! :D
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
User avatar

Pete
Active Member
Posts: 17
Joined: 26. August 2008 07:54

Re: Shoutbox einbauen....

Post by Pete »

thomas.d wrote:Aaaalso ....

(diese Anleitung bezieht sich auf die Ajax-Shoutbox (s.o.)!!)

Öffne \root\portal.php

Finde

Code: Select all

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('mods/lang_portal');
Danach einfügen

Code: Select all

//shoutbox
if (!function_exists('as_display'))
{
   include($phpbb_root_path . 'includes/functions_shoutbox.' . $phpEx);
}
as_display();
//ende shoutbox
Öffne root\styles\prosilver\template\portal\portal_body.html

Finde

Code: Select all

<!-- IF S_DISPLAY_NEWS -->
<!-- IF S_NEWS_COMPACT -->
Füge davor ein

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN  -->
<!-- INCLUDE shout_body.html -->
<!-- ENDIF -->
Erstelle shout_body.html und speichere sie in \styles\*dein_style*\template:

Code: Select all

<!-- IF S_CAN_VIEW_AS -->
	<div class="forabg">
		<div class="inner">
			<span class="corners-top"><span></span></span>
			<ul class="topiclist">
				<li class="header">
					<dl>
						<dt>{L_SHOUTBOX}</dt>
					</dl>
				</li>
			</ul>
			<span id="shoutbox"></span>
			<span class="corners-bottom"><span></span></span>
		</div>
	</div>
	<script type="text/javascript">
	//<![CDATA[
	display_shoutbox = true;
	load_shout();
	//]]>
	</script>
<!-- ENDIF -->
So (oder so ähnlich) sollte es funktionieren ...

Viel Erfolg!

Can someone translate for me please?

absolute_beginner
Active Member
Posts: 21
Joined: 12. July 2008 16:00

Re: Shoutbox einbauen....

Post by absolute_beginner »

Pete wrote:Can someone translate for me please?
...das trau' ich mir gerade noch zu :D

the instructions are for Pauls shoutbox 1.2.RC1

Öffne = OPEN
Finde = FIND
-
Danach einfügen = ADD AFTER
Füge davor ein = INSERT BEFORE
-
Erstelle einen... = make a file called(named) shout_body.html
and put the following stuff in:

Code: Select all

<!-- IF S_CAN_VIEW_AS -->
   <div class="forabg">
      <div class="inner">
         <span class="corners-top"><span></span></span>
         <ul class="topiclist">
            <li class="header">
               <dl>
                  <dt>{L_SHOUTBOX}</dt>
               </dl>
            </li>
         </ul>
         <span id="shoutbox"></span>
         <span class="corners-bottom"><span></span></span>
      </div>
   </div>
   <script type="text/javascript">
   //<![CDATA[
   display_shoutbox = true;
   load_shout();
   //]]>
   </script>
<!-- ENDIF -->
save this file in that directory: \styles\*your_style*\template\shout_body.html

Good luck - have fun - it works!

Greetz,
Beginner
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Shoutbox einbauen....

Post by thomas.d »

Pete wrote:... Can someone translate for me please?
Hi Pete,

the question was about how to integrate an ajax shotbox to the portal. Another user asked the same in the english support section here and I answered with viewtopic.php?f=10&t=883#p6065 ...
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

dunzi
Active Member
Posts: 1
Joined: 10. September 2008 11:09

Re: Shoutbox einbauen....

Post by dunzi »

Hallo
habe auch phpBB 3.02 / Board3 Portal 1.0.0RC3 die Ajax-Shoutbox 1.2 RC1 von Paul (phpbb.com) eingebaut und auch
nach der Anleitung in diesem Thread diese zum Portal hinzugefügt.

Im Administrationsbereich wird mir auch unter mods die aufgelistet, jedoch nicht im "normalen" Bereich.
Auch nach leeren des Caches ist nichts von der Shoutbox zu sehen. Wenn ich in shout_body.html
ausserhalb von
<!-- IF S_CAN_VIEW_AS -->
<div class="forabg">

zum Beispiel TEST TEST eingebe erscheint dies auch.
Hab ich noch irgendwelche Einstellungen übersehen ??
Gruß
Dunzi
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: Shoutbox einbauen....

Post by thomas.d »

Hast du deinen Benutzergruppen die entsprechenden Rechte gegeben?
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |
Locked

Return to “board3 Portal 1.0.x - Deutscher Support”