#1 (permalink)  
Old 11.12.2006, 08:32
Delazar's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2004
Posts: 305
Rep Power: 9
Delazar is on a distinguished road
Send a message via ICQ to Delazar
Ausrufezeichen PayPal Module
Hier schon mal das PayPal Module.
Ihr müsst nur noch eure Mailadresse eintragen im Tamplate "Port_paypal"

Viel Spaß
Attached Files
File Type: rar vbcmsmodul_paypal.rar (1.3 KB, 107 views)
__________________
Reply With Quote
  #2 (permalink)  
Old 07.01.2007, 18:16
Delazar's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2004
Posts: 305
Rep Power: 9
Delazar is on a distinguished road
Send a message via ICQ to Delazar
Ausrufezeichen Problem mit Paypal und Zeige die letzten...
Hallo Chris,

wenn ich die Paypal box am laufen habe und dann auf "Letzte Beiträge" und dann auf "Zeige die letzten xxx" klicke werde ich auf die paypal seite geschickt. Wenn ich Paypal deaktiviere geht es normal!

Der Code von payPal ist:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
               <tbody id="collapseobj_module_$module_row[id]" style="$collapse">
                     <tr>
                           <td class="alt2" align="center">
                           
<center><span class="smallfont">Falls dir diese Website gefällt und Du gerne etwas dafür zurückgeben möchtest, kannst Du eine Spende tätigen. Diese Spende wird ausschließlich für den Hosting Service, die Domain-Kosten und anfallende Wartungsarbeiten verwendet werden.</span></center>
<br />
<center>
<form action="https://www.paypal.com/de/cgi-bin/webscr" target="_blank" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="meine Mail" />
<input type="hidden" name="item_name" value="Website Support Donation" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="EUR" />
<input type="hidden" name="tax" value="0" />
€<SELECT NAME="amount">
<OPTION value="1.00">1.00</option>
<OPTION value="2.00">2.00</option>
<OPTION value="3.00">3.00</option>
<OPTION value="4.00">4.00</option>
<OPTION value="5.00">5.00</option>
<OPTION value="10.00">10.00</option>
<OPTION value="20.00">20.00</option>
<OPTION value="25.00">25.00</option>
<OPTION value="50.00">50.00</option>
<OPTION value="100.00">100.00</option>
</SELECT>
<br /><br />
<center><span class="smallfont">Wähle die Höhe deiner Spende aus und klicke dann auf "Spenden".</span></center>
<br />
<tr>
  <td class="alt2" align="center"><span class="smallfont">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<br />
   <input type="image" src="https://www.paypal.com/de_DE/i/btn/x-click-but04.gif" border="0"></a>
<br /><br />

                          </div>
                           </td>
                     </tr>
               </tbody>
         </table>

<br />
Danke
__________________

Last edited by Rene : 07.01.2007 at 18:27.
Reply With Quote
  #3 (permalink)  
Old 07.01.2007, 18:49
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Stelle mal das Template Portal_Lastthreads wieder her.
Reply With Quote
  #4 (permalink)  
Old 07.01.2007, 19:01
Rene
Gast
 
Posts: n/a
Quote:
Originally Posted by Christian
Stelle mal das Template Portal_Lastthreads wieder her.

Das ist doch noch orginal Christian,hab ja nur die auf/zu grafik entfernt bzw. in die Abschlüsse verbaut:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
               <thead>
                     <tr>
                           <td colspan="4" class="tcat">


                                 <form action="$scriptpath" method="post">
                                       <div class="smallfont" style="float:right;margin:-2px 6px 0 0;">
                                             $vbphrase[zeige_die_letzten] <select name="limits"><option>#</option><option value="10">10</option><option value="20">20</option><option value="30">30</option></select> $vbphrase[themen] <input type="submit" value="Los" class="button" />
                                       </div>
                                 </form>
                                 &nbsp;
                           </td>
                     </tr>
               </thead>
               <tbody id="collapseobj_module_$module_row[id]" style="$collapse">
                     <tr class="thead" style="text-align:center;"> 
                           <td class="thead">&nbsp;</td>
                           <td class="thead"><strong>$vbphrase[thema]</strong></td>
                           <td class="thead"><strong>$vbphrase[infos]</strong></td>
                           <td class="thead"><strong>$vbphrase[letzter_beitrag]</strong></td>
                     </tr>
                           $letztethemenbit
                     <tr>
                           <td colspan="4" class="tcat">
                                 <div style="font-size:10px;text-align:center;">[ <a rel="nofollow" href="$vbcmsoptions[vbcms_forumfolder]/search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a> | <a href="$vbcmsoptions[vbcms_forumfolder]/search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a> ]</div>
                           </td>
                     </tr>
               </tbody>
         </table>

<br />
ich nehm mal an das es >
Quote:
<form action="$scriptpath" method="post">

daran liegt,der orginalcode selbst wurde ja nicht geändert.mfg
Reply With Quote
  #5 (permalink)  
Old 07.01.2007, 19:06
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
In deinem PayPal Code fehlt das
Code:
</form>
am Ende.
Reply With Quote
  #6 (permalink)  
Old 08.01.2007, 09:09
Delazar's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2004
Posts: 305
Rep Power: 9
Delazar is on a distinguished road
Send a message via ICQ to Delazar
Danke !
Das wars.
__________________
Reply With Quote
  #7 (permalink)  
Old 08.01.2007, 17:56
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
In Dem PayPal-Modul wurde das </form> noch nicht eingebaut.

Ich habe das mal bei mir im Templ. Portal-Paypal integriert, nach der gif. URL, also kurz vor Ende.

Quote:
<td class="$getbgrow" align="center"><span class="smallfont">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<br />
<input type="image" src="http://www.xxxxxxx/BilderForum/xxxxx/x-click-but04.gif" border="0"></a>
</form>
<br /><br />

</div>
</td>
</tr>
</tbody>
</table><br />

War das so richtig?

EDIT: bei Antwort eines Beitrages wird man jetzt immer zu PayPal geleitet.. nett aber bestimmt nicht im Sinne des Users Musste es erst mal wieder deaktivieren.

Und nu?
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
Reply With Quote
  #8 (permalink)  
Old 09.01.2007, 11:49
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
hmmm... ich probiere und probiere und bekomme das nicht gebacken.

Wie wurde das Problem der ungewollten Umleitung zu PayPal gelöst, wenn irgendwelche Aktionen im Forum getätigt wurden, wie Antworten oder Links usw.?
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
Reply With Quote
  #9 (permalink)  
Old 09.01.2007, 13:59
Delazar's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2004
Posts: 305
Rep Power: 9
Delazar is on a distinguished road
Send a message via ICQ to Delazar
Code:
<center>
<form action="https://www.paypal.com/de/cgi-bin/webscr" target="_blank" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="meine mailadresse" />
<input type="hidden" name="item_name" value="Website Support Donation" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="EUR" />
<input type="hidden" name="tax" value="0" />
€<SELECT NAME="amount">
<OPTION value="1.00">1.00</option>
<OPTION value="2.00">2.00</option>
<OPTION value="3.00">3.00</option>
<OPTION value="4.00">4.00</option>
<OPTION value="5.00">5.00</option>
<OPTION value="10.00">10.00</option>
<OPTION value="20.00">20.00</option>
<OPTION value="25.00">25.00</option>
<OPTION value="50.00">50.00</option>
<OPTION value="100.00">100.00</option>
</SELECT></form>
<br /><br />
<center><span class="smallfont">Wähle die Höhe deiner Spende aus und klicke dann auf "Spenden".</span></center>

Gruß
Delazar
__________________
Reply With Quote
  #10 (permalink)  
Old 09.01.2007, 14:23
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
Okey... das versuchte ich auch schon. Da geht aber der Link zu PayPal nicht mehr

Bei Dir übrigens auch nicht
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
Reply With Quote
  #11 (permalink)  
Old 10.01.2007, 17:57
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
Wo muss denn nun dieses olle </form> rein?

Wo ich es einbaute, oder Lazar, war jeweils falsch.
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
Reply With Quote
  #12 (permalink)  
Old 12.01.2007, 09:43
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
Christian.. könntest Du mal bitte nachsehen?
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
Reply With Quote
  #13 (permalink)  
Old 12.01.2007, 09:56
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
<form etc.> immer über der Tabelle

</form> immer unter der Tabelle
Reply With Quote
  #14 (permalink)  
Old 12.01.2007, 10:04
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
Ja, ist doch...
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
Reply With Quote
  #15 (permalink)  
Old 12.01.2007, 10:08
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Zeig mal das gesamte Template
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PayPal Module Esposito vBCMS® Fragen 6 11.12.2006 23:46
Ready to buy but don't have PayPal brandnewx English customer support 8 22.10.2006 16:22
HILFE....Umleitung zu PayPal Stargesicht Style- & Web Template Support 2 19.12.2005 23:16
Unterstüzt Paypal auch Kreditkartenzahlungen? wernerc Fragen vor dem Kauf 1 04.09.2005 10:50
Paypal möglich? Zephoriel Fragen vor dem Kauf 4 31.03.2005 14:34


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS