phpBB2.de Forum Index  
[netclusive - internet broadcasting]
 FAQ  •  Search  •  Download  •  Bookmarks  •  Memberlist  •  Usergroups   •  Register  •  Profile  •  Log in to check your private messages  •  Log in
 
        
 
        
 

LinkLift

View next topic
View previous topic

This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.
Author Message
stefan
Administrator
Administrator



Joined: 02 Aug 2002
Posts: 4735
Location: Aachen

PostPosted: Sat 04 Dec, 2004 18:36 Reply with quoteBack to top 

I have just added a Newsletter to the phpBB2.de Portal Page. You should join the newsletter if you want to be quickly informed about:


  • New phpBB2 Version releases
  • phpBB2 Security Updates
  • New Download Additions at phpbb2.de
  • any other News about phpBB2

_________________
Bye
Stefan

Styles Demo Forum :: Download Database :: phpBB2 Plus 1.5x Demo
phpBB2 Toplist :: International phpBB2 Support

Anwesend - Back in Business
Kein Support per PM - No Support via PM
HiddenView user's profileSend private messageSend e-mailVisit poster's websiteICQ Number
Google







Posted: Back to top

tom10
phpBB2.de User
phpBB2.de User



Joined: 31 Oct 2002
Posts: 819

PostPosted: Sat 04 Dec, 2004 18:47 Reply with quoteBack to top 

Bekommt man den Newsletter auch als Mod für die eigenen Foren ?

_________________
www.ford-welt.de ...was sonst...
Image
OfflineView user's profileSend private messageSend e-mailVisit poster's website
Reliable
Support Team Member
Support Team Member



Joined: 28 Nov 2003
Posts: 2815
Location: New York, USA

PostPosted: Sun 05 Dec, 2004 05:08 Reply with quoteBack to top 

Very cool!

_________________
"Love is a feeling and a choice; a feeling when things are smooth, and a choice when things are rough."

No support via PM
OfflineView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
Guest







PostPosted: Mon 06 Dec, 2004 12:23 Reply with quoteBack to top

Na also - endlich ! Danke !!! Wink

_________________
--[[URL=http://www.phpbb2.de/phpBB/search.php]Suchfunktion[/URL]]--
--[[URL=http://forum.phpbb2.de/viewtopic.php?t=2837][README] Support auf phpBB2.de[/URL]]--
--[[URL=http://forum.phpbb2.de/viewtopic.php?t=3830]Richtiges Posten hier an Board[/URL]]--
mandragora
phpBB2.de User
phpBB2.de User



Joined: 20 Jan 2004
Posts: 24

PostPosted: Tue 07 Dec, 2004 11:05 Reply with quoteBack to top 

Also an diesem Newsletter Mod hätte ich auch größtes Interesse.

Vielleicht kann den ja einer mal für die Allgemeinheit bereitstellen..
Wäre echt ne tolle Sache..

thx
cu
mandragora Very Happy Very Happy Very Happy
OfflineView user's profileSend private message
[michael]
Support Team Member
Support Team Member



Joined: 16 Oct 2003
Posts: 413
Location: Kirchberg BE

PostPosted: Tue 07 Dec, 2004 12:26 Reply with quoteBack to top 

Es ist kein MOD. bzw nicht ein solcher wie man normalerweise kennt.

http://www.artmedic-phpscripts.de/artmedic_newsletter.php

Gruss
Michael

_________________
Michael aka [michael]
Minerva Developer

phpBBSuite (win32) Info-Page released soon!
Status BETA release: [||||||||||] 20%
OfflineView user's profileSend private messageSend e-mailVisit poster's website
mandragora
phpBB2.de User
phpBB2.de User



Joined: 20 Jan 2004
Posts: 24

PostPosted: Tue 07 Dec, 2004 14:22 Reply with quoteBack to top 

ohhh danke für den hinweis...

dann werde ich mir das teil doch gleich mal ansehen Smile

danke vielmals Smile

cu
mandragora Very Happy Very Happy Very Happy
OfflineView user's profileSend private message
tom10
phpBB2.de User
phpBB2.de User



Joined: 31 Oct 2002
Posts: 819

PostPosted: Fri 10 Dec, 2004 15:06 Reply with quoteBack to top 

Ich hab mich damit auch mal beschäftigt....

Nur ein Problem hab ich da noch....wie bekomme ich den Code in eine Box im Portal eingebaut ????
Code:
<div class=Section1>

<form action=mailingliste.php method=post
enctype="application/x-www-form-urlencoded" name=form1 target="_self">

<table border=0 cellspacing=0 cellpadding=0 width=55 style='width:41.25pt;
 mso-cellspacing:0cm;mso-padding-alt:1.5pt 1.5pt 1.5pt 1.5pt'>
 <tr>
  <td style='padding:1.5pt 1.5pt 1.5pt 1.5pt'>
  <p class=MsoNormal><b><span style='font-size:10.0pt;font-family:Arial;
  color:#3366FF'>FWF</span></b><span style='font-size:10.0pt;font-family:Arial'>
  - Newsletter</span></p>

  </td>
 </tr>
 <tr>
  <td style='padding:1.5pt 1.5pt 1.5pt 1.5pt'>
  <p class=MsoNormal><span style='font-size:7.5pt;font-family:Arial'>Dein Name:</span><br>
<INPUT TYPE="text" NAME="name" id=name></p>
  </td>
 </tr>
 <tr>

  <td style='padding:1.5pt 1.5pt 1.5pt 1.5pt'>
  <p class=MsoNormal><span style='font-size:7.5pt;font-family:Arial'>Deine
  E-Mailadresse:<br>
<INPUT TYPE="text" NAME="email"></span></p>
  </td>
 </tr>
 <tr>
  <td style='padding:1.5pt 1.5pt 1.5pt 1.5pt'>
  <p class=MsoNormal><span style='font-size:7.5pt;font-family:Arial'><INPUT TYPE="radio" CHECKED NAME="mail" VALUE="1">eintragen
  <INPUT TYPE="radio" NAME="mail" VALUE="2">entfernen </span></p>

  </td>
 </tr>
 <tr>
  <td nowrap style='padding:1.5pt 1.5pt 1.5pt 1.5pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:7.5pt;font-family:Arial'><INPUT TYPE="submit" ACTION="mailingliste.php" VALUE="Abschicken" METHOD="post" NAME="Abschicken"></span></p>
  </td>
 </tr>
</table>


Kann mir da bitte jemand helfen ? Rolling Eyes

_________________
www.ford-welt.de ...was sonst...
Image
OfflineView user's profileSend private messageSend e-mailVisit poster's website
[michael]
Support Team Member
Support Team Member



Joined: 16 Oct 2003
Posts: 413
Location: Kirchberg BE

PostPosted: Fri 10 Dec, 2004 16:04 Reply with quoteBack to top 

#--------- FIND -------------------------------
Code:

<!-- BEGIN switch_user_logged_in -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>{L_NAME_WELCOME}</th>


#--------- ADD BEFORE -------------------------------
Code:

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>Newsletter</th>
</tr>
<tr>
<td align="center" class="row1"><br />
<form action="PFAD-ZUM-SCRIPT" name="form1" method="post" target="DasNeueFenster" onSubmit="window.open('', 'DasNeueFenster','height=250,width=230,toolbar=no,scrollbars=yes');"><table width="120" border="0" cellspacing="0" cellpadding="2"><tr><td><input type="text" name="email" size="15" value="E-Mail" onfocus="this.value=''"><br /> <p align="center"><input type="submit" name="Abschicken0" value="Los"> </p></td></tr><tr><td><input type="radio" name="mail" value="1" checked> eintragen </font></td></tr></table></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br />


Ich kenn das Script nur von Früher. Ich glaub da hatte es mal ne index.html datei drin die das formular drin hatte. Kontrolliert ambesten ob das Formular so auch stimmt... oder kopiert das formular einfach zwischen:

Code:
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th>Newsletter</th>
</tr>
<tr>
<td align="center" class="row1"><br />


und

Code:
</td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<br />


..und baut dies anstelle des Add Before Codes ein.

So gehe wieder schlafen. diese grippe ist viellecht etwas von hartnäckig Evil or Very Mad

_________________
Michael aka [michael]
Minerva Developer

phpBBSuite (win32) Info-Page released soon!
Status BETA release: [||||||||||] 20%
OfflineView user's profileSend private messageSend e-mailVisit poster's website
tom10
phpBB2.de User
phpBB2.de User



Joined: 31 Oct 2002
Posts: 819

PostPosted: Fri 10 Dec, 2004 18:38 Reply with quoteBack to top 

Recht vielen Dank... ich habs eingebaut bekommen....
Ich hab das ganze noch in den Switch für Registrierte Mitglieder gesetzt so das auch nur diese den Newsletter sehen und benutzten können.... Laughing
Wäre natürlich nicht schlecht wenn den Eintragsdienst nur Leute sehen würden die noch nicht für den Dienst angemeldet sind aber das führt zu weit... Embarassed
Kann man da eigentlich eine Hintergrundgrafik für diese Box einstellen ? Rolling Eyes

_________________
www.ford-welt.de ...was sonst...
Image
OfflineView user's profileSend private messageSend e-mailVisit poster's website
AmigaLink
phpBB2.de User
phpBB2.de User



Joined: 08 Jun 2003
Posts: 525
Location: NRW

PostPosted: Fri 10 Dec, 2004 19:20 Reply with quoteBack to top 

Noch besser wäre es, wenn der Eintragsdienst im Profil der User wäre und man sich dort auch wieder austragen kann! Mr. Green

_________________
Essen mit Freude.info /.net /.de
Rezepte, Tipps, Tricks und Informationen
_________________
Support für meine Mods
OfflineView user's profileSend private messageVisit poster's websiteICQ Number
[michael]
Support Team Member
Support Team Member



Joined: 16 Oct 2003
Posts: 413
Location: Kirchberg BE

PostPosted: Fri 10 Dec, 2004 21:08 Reply with quoteBack to top 

Lol, wenn ich wieder auf den beinen bin mach ich das Razz

Gruss
Michael

_________________
Michael aka [michael]
Minerva Developer

phpBBSuite (win32) Info-Page released soon!
Status BETA release: [||||||||||] 20%
OfflineView user's profileSend private messageSend e-mailVisit poster's website
AmigaLink
phpBB2.de User
phpBB2.de User



Joined: 08 Jun 2003
Posts: 525
Location: NRW

PostPosted: Fri 10 Dec, 2004 21:22 Reply with quoteBack to top 

Gute Besserung!!!

_________________
Essen mit Freude.info /.net /.de
Rezepte, Tipps, Tricks und Informationen
_________________
Support für meine Mods
OfflineView user's profileSend private messageVisit poster's websiteICQ Number
tom10
phpBB2.de User
phpBB2.de User



Joined: 31 Oct 2002
Posts: 819

PostPosted: Sat 11 Dec, 2004 08:57 Reply with quoteBack to top 

Na dann wünsche ich dir auch baldige Genesung ! Das wäre natürlich nicht schlecht das bei den Usern mit im Profil zu haben....

_________________
www.ford-welt.de ...was sonst...
Image
OfflineView user's profileSend private messageSend e-mailVisit poster's website
mandragora
phpBB2.de User
phpBB2.de User



Joined: 20 Jan 2004
Posts: 24

PostPosted: Sun 12 Dec, 2004 15:23 Reply with quoteBack to top 

hallo leute...

ich versuche mittlerweile schon seit ein paar tagen die newsletterbox im portal zu integrieren.
aber irgendwie will das nicht klappen.

Code:
<!-- Beginn Newsletter Box -->
<tbody><tr>
<th>CLC-Newsletter</th>
</tr>
<tr>
<td class="row1" align="center"><br>
<form action="/phpBB2p/newsletter/" method="post" name="form1" target="_blank">
  <table border="0" cellpadding="2" cellspacing="0" width="55">
     <tbody><tr>
      <td><font face="Arial, Helvetica, sans-serif" size="1">Dein Name:</font><br>
        <input name="name" id="name" type="text"> </td>

    </tr>
    <tr>
      <td> <font face="Arial, Helvetica, sans-serif" size="1"> Deine E-Mailadresse:<br>
        <input name="email" type="text">
        </font></td>
    </tr>
    <tr>
      <td> <font face="Arial, Helvetica, sans-serif" size="1">
        <input name="mail" value="1" checked="checked" type="radio">

        eintragen
    </font></td></tr>
    <tr>
      <td align="center" nowrap="nowrap"> <font face="Arial, Helvetica, sans-serif" size="1">
        <input name="Abschicken" value="Abschicken" type="submit"> </font></td></tr></tbody></table></form></td>
</tr>
</tbody>
<!-- END Newsletter Box -->


wenn ich z.b. im konqueror mit die portal_body.tpl ansehen so sehe ich den eintrag.
habe auch schon versucht den cache zu leeren etc. aber es will mir einfach nicht angezeigt werden,
was habe ich da noch falsch ?????

könnt ihr mal probieren ob ihr unter www.carinthian-linux.at die newsletter box sehen könnt ????

danke schon mal

cu
mandragora Very Happy Very Happy Very Happy
OfflineView user's profileSend private message
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Similar Topics
Topic Author Forum Replies Posted
Suche Mod "Newsletter" cathunter Mods & Co. 2 Sat 01 Dec, 2007 13:08 View latest post
Benutzer aus Newsletter DB importieren MarcoW phpBB2.x - Support 1 Tue 24 Jul, 2007 20:03 View latest post
Newsletter?? sequel Mods & Co. 5 Sun 04 Jun, 2006 17:51 View latest post
how to place a newsletter box on the ... Getmad Support Forum 0 Sun 04 Jun, 2006 14:18 View latest post
You(Steffan/team) added it to phpBB2 ... Coralreef Support Forum 3 Tue 23 May, 2006 18:39 View latest post