Top Xl Support Impressum :: Search :: The newest topics
Register :: Log in

Backlink komplett raus ?

 
   Top Xl Support Forum Index -> Templates und Design
View previous topic :: View next topic  
Author Message
MeisterGigi



Joined: 30 Oct 2008
Posts: 1

PostPosted: Thu Oct 30, 2008 1:48 pm    Post subject: Backlink komplett raus ?

Hallo !

Zuerst mal danke für die Super TopListe.

ich mag meine allerdings ohne Backlink. Also wenn man sich anmeldet, das man gar keinen Backlink Url angeben muss, und auch dann den Code dafür nicht bekommt. Brauch und will ich nicht, und verwirrt meine Benutzer.

Kann man das irgendwie hinbekommen? Wenn ja, wie ?

lg
MeisterGigi
Back to top
View user's profile Send private message
ghost77



Joined: 27 Oct 2008
Posts: 5

PostPosted: Sat Nov 01, 2008 8:32 pm    Post subject:

Hallo

Finde diesen Einfall auch gut und würde auch gerne wiesen wie man das rausbekommt.

Gruß
Manuel
Back to top
View user's profile Send private message
Paddelberg
Site Admin


Joined: 17 Jan 2006
Posts: 797
Location: Worms

PostPosted: Wed Nov 05, 2008 2:43 pm    Post subject:

Hi
Das Grundkonzept einer Topliste verwirrt also deine Besucher?
Eine Topliste funktioniert nur leider ohne Backlinks nicht!
Aber das musst du schon selbst wissen!

Am einfachsten wäre, wenn du das über die Templates machst.
In der Datei html/standard/added.html musst du von Zeile 32- 37 folgenden Code entfernen.
Code:
   <tr>
     <td height="98" valign="top">
      <strong>{text_htmlcode}</strong><br>
      <br>{htmlcode}<br><br>
     </td>
   </tr>

Dann bekommen die User bei der Anmeldung keinen backlinkcode mehr ausgegeben.

dann musst du folgenden Code aus der html/standard/add.html löschen (Zeile 60-64)
Code:
            <tr>
               <td height="22" valign="top" class="left">{text_reciprocal}</td>
               <td align="center" valign="top"><input name="reciprocal" type="text" class="inputs" id="reciprocal" value="{reciprocal}"></td>
               <td valign="top" class="right">{error4}</td>
               </tr>

Das entfernt das Eingabefeld für den Backlink auf der Anmeldung.

Zum Schluss musst du noch in der add.php folgenden Code löschen (zeile 100-1005)
Code:
   if (!$reciprocal || strpos($reciprocal, 'http://') === false)
      {$error4 = $errortext4;}
   if (strlen($reciprocal) > 255)
         {$error4 = $errortext5b;}
   if ($urlchkeckreciprocal == $reciprocal and $reciprocal and $reciprocal != "")
      {$error4 = $errortext4a;}

Das verhindert, das der Backlink als Pflichtfeld gesehen wird.


Ausprobiert habe ich es nicht, müsste aber soweit funktionieren

Simon
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Top Xl Support Forum Index -> Templates und Design All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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