Die Suche ergab 18 Treffer

von 199 I MUltijet
05.02.2012 17:37
Forum: [3.0.x] Mod Support
Thema: nv user topics (2x im profil)
Antworten: 2
Zugriffe: 84

Re: nv user topics (2x im profil)

ich danke dir!
das war es...
von 199 I MUltijet
05.02.2012 14:13
Forum: [3.0.x] Mod Support
Thema: nv user topics (2x im profil)
Antworten: 2
Zugriffe: 84

nv user topics (2x im profil)

Hallo , hab die mod installiert , sie läuft auch eins a+

das einzige... wenn ich in mir das profil eines benutzers ansehe , sehe ich den eintrag für die Benutzer themen 2 mal!?
das benutzerprofil gehört doch zur memberlist.php... da hab ich noch einmal geschaut... aber keinen doppelten eintrag ...
von 199 I MUltijet
03.09.2011 22:28
Forum: [3.0.x] Mod Suche/Anfragen
Thema: Profilfeld -> Link
Antworten: 17
Zugriffe: 1119

Re: Profilfeld -> Link

du meinst

1feld für den namen u.1 feld für den link!
auch keine schlechte sache!

ich persönlich wollte aber einen festen "Namen" vorgeben!

ich danke dir auf jeden fall für die mühe :)
von 199 I MUltijet
03.09.2011 21:06
Forum: [3.0.x] Mod Suche/Anfragen
Thema: Profilfeld -> Link
Antworten: 17
Zugriffe: 1119

Re: Profilfeld -> Link

ich danke dir!

musste den code etwas umbauen! aber so geht es :)
<!-- IF postrow.S_PROFILE_WAGENLINKDREI -->
<dd><a href="http://{postrow.PROFILE_WAGENLINKDREI_VALUE}">{postrow.PROFILE_WAGENLINKDREI_NAME}</a></dd>
<!-- ENDIF -->
von 199 I MUltijet
03.09.2011 18:01
Forum: [3.0.x] Mod Suche/Anfragen
Thema: Profilfeld -> Link
Antworten: 17
Zugriffe: 1119

Re: Profilfeld -> Link

danke erneut für deine unterstützung!
ich komme meinem"wunschresultat schon näher" ^^"

bei dem link zu der bbcode-mod
ist es ja so das es wie folgt angezeigt wird:
costume field test: demo
bei mir so
costume field test: http://www.test.de
von 199 I MUltijet
03.09.2011 16:03
Forum: [3.0.x] Mod Suche/Anfragen
Thema: Profilfeld -> Link
Antworten: 17
Zugriffe: 1119

Re: Profilfeld -> Link

du hattest mir doch zwei codes geschickt! (weiter oben!)

der erste (zur externen verlinkung) und der zweite (zur interenen verlinkung!)
der für die interen klappt 1A... nur der für externe Links nicht!

hab die codes nur so angepasst!
von 199 I MUltijet
03.09.2011 15:45
Forum: [3.0.x] Mod Suche/Anfragen
Thema: Profilfeld -> Link
Antworten: 17
Zugriffe: 1119

Re: Profilfeld -> Link

aso...

<!-- IF postrow.S_PROFILE_REALERNAME -->
<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
<dd><strong>{postrow.PROFILE_REALERNAME_NAME}:</strong> {postrow.PROFILE_REALERNAME_VALUE}</dd>
<!-- ENDIF -->
<!-- IF postrow ...
von 199 I MUltijet
03.09.2011 15:29
Forum: [3.0.x] Mod Suche/Anfragen
Thema: Profilfeld -> Link
Antworten: 17
Zugriffe: 1119

Re: Profilfeld -> Link

hallo erstmal...
meinst du...du möchtest einen screenshot vom miniprofil?
oder einen screenshot vom template ...oder wie oder was?
von 199 I MUltijet
03.09.2011 14:57
Forum: [3.0.x] Mod Suche/Anfragen
Thema: Profilfeld -> Link
Antworten: 17
Zugriffe: 1119

Re: Profilfeld -> Link



<!-- IF postrow.S_PROFILE_WAGENLINK -->
<dd><a href="{postrow.PROFILE_WAGENLINK_VALUE}">{postrow.PROFILE_WAGENLINK_NAME}</a></dd>
<!-- ENDIF -->



hey...der code macht probleme :(
(der andere interne funktioniert 1A!!!)
bei mir wir nicht (Bsp.) Mein Wagen sondern http://www.wagenlink.de ...
von 199 I MUltijet
24.04.2011 14:43
Forum: [3.0.x] Mod Suche/Anfragen
Thema: Profilfeld -> Link
Antworten: 17
Zugriffe: 1119

Re: Profilfeld -> Link

dieser Code funktionier 1A!

Code: Alles auswählen

          <!-- IF postrow.S_PROFILE_WAGENLINK -->
             <dd><a href="http://domain.tld/{postrow.PROFILE_WAGENLINK_VALUE}">{postrow.PROFILE_WAGENLINK_NAME}</a></dd>
          <!-- ENDIF -->   
DANKE!!!!!!!!

Zur erweiterten Suche