Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 3
Seite [1]
floH


Rock the board




Herkunft: Reichenberg
Beiträge: 82
# Thema - 27.10.2006 um 03:22 Uhr
Hi.

In der Shoutbox werden die Smilies auch generiert...

 
1.
1. / 2. / ... 
 :D
zu

Auch im Forum und und und... welche Funktion macht dies bzw wie finde ich diese? Ich würde gerne meine Antworten der Umfrage auch mit Smilies schmücken nur dazu brauche ich eben diese Funktion.

Wäre super wenn mir jemand helfen kann

Mfg
Inaktiv
floH
Thread-Ersteller


Rock the board




Herkunft: Reichenberg
Beiträge: 82
# Antwort: 1 - 27.10.2006 um 03:38 Uhr
Lösung:

mods/votes/navlist.php
Zeilen: 139-158

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
1. / 2. / ... 
         echo bx_secure($votes_question,0,1);  // floH Code << Orginal: $votes_question;
        
echo bx_html_br(1);
        
$votes_election bx_secure($bx_votes['votes_election'],0,1); // floH Code << bx_secure Funktion
        
$temp explode("n"$votes_election);
        for (
$run 1$run count($temp); $run++)
        {
            echo 
bx_html_vote('voted_answer',$run,'radio',0);
            echo 
$temp[$run];
            echo 
bx_html_br(1);
        }
        echo 
bx_html_vote('votes_id',$votes_id,'hidden');
        echo 
bx_html_vote('submit_votes',$bx_lang['create'],'submit');
        echo 
bx_html_form (0);
    }
    else
    {
        
$votes_question $bx_votes['votes_question'];
        echo 
bx_secure($votes_question,0,1);  // floH Code << Orginal: $votes_question;
        
echo bx_html_br(2);
        
$votes_election bx_secure($bx_votes['votes_election'],0,1); // floH Code << bx_secure Funktion


Danke und bitte

Mfg floH


Inaktiv
|
duRiel ClanSphere Team


Weltmeister




Herkunft: Cambridge
Beiträge: 7300
# Antwort: 2 - 27.10.2006 um 11:36 Uhr
geh mal ins modul "forumcode" ..


Inaktiv
|
floH
Thread-Ersteller


Rock the board




Herkunft: Reichenberg
Beiträge: 82
# Antwort: 3 - 27.10.2006 um 14:52 Uhr
duRiel? Da kann ich die Smilies hinzufügen?

Oder wird mir da geholfen?

Verstehe gerade nicht.

Mfg floH


Inaktiv
|
Antworten: 3
Seite [1]


Sie müssen sich registrieren, um zu antworten.