Beiträge von ohnegleichen76

    Klar, jeder User hat seine Seite. Einfach x durch die Id des Benutzers ersetzten:
    http://deineedomain.de/?author=x
    Wenn du den Link haben willst, setzte das folgende an der Stelle in der comments.php, wo du den Link haben möchtest:

    PHP
    <a href="http://deine-domain.de/?author=<?php echo $comment->user_id ?>">Zum Profil</a>

    Grüße!

    Der Code ist schön führt bei mir aber direkt auf die Startseite !
    Ne Idee ???? :confused:

    Von Haus aus ist das nicht möglich.
    Ob es Plugins gibt weiß ich nicht.

    Aber es wäre machbar, für die jeweilige Seite ein Seitentemplate zu erstellen und abzufragen, ob der User eingeloggt ist.

    Nach diesem Strickmuster:


    bekomme ich das hier irgendwie da rein ohne das meine Sidebar weg ist?

    PHP
    <p style="text-align: center; padding-left: 30px;"><a href="http://web19.heike.adm24.de/wp-register.php"><img class="aligncenter" title="gratis anmelden" src="http://web19.heike.adm24.de/wp-content/images/anmelden.jpg" alt="" width="200" height="70" /></a></p>

    Danke schon mal

    Hallo alle zusammen,

    ich habe eine extraseite mit spiele gemacht mit folgendem Code

    PHP
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="400">
      <param name="menu" value="false" />
      <param name="movie" value="3FootNinja.swf" />
      <param name="quality" value="high" />
      <embed src="3FootNinja.swf" menu="false" quality="high" width="500" height="400" name="miniclipGame" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
      </object>

    In Beiträgen kann man es so darstellen

    PHP
    [caption id="attachment_269" align="aligncenter" width="129" caption="Counter Strike"]<a href="http://www.flirt-devils.de/spiele/americastrikesback.swf" target="_blank"><img class="size-full wp-image-272" title="America Strikes" src="http://www.flirt-devils.de/spiele/images/americastrikesback.gif" alt="America Strikes" width="129" height="109" /></a>[/caption]

    Das Problem mit den Bildern habe ich nun so gelöst:
    die User sollen ehh Ihre Bilder in die Galery laden und dann können sie unter der Kategorie Hot or Not einfach ein Post mit Ihrem Bild veröffentlichen und schon kann es bewertet werden !
    Nicht ganz so wie ich wollte aber naja.

    Hot Or Not |

    Ich habe schon gesehen das Leute wie eine Art Topliste haben. wie kann ch diese auf einer extra Seite ausgeben lassen?

    es müsst gehen wenn man den Code rein bekommen würde. Aber wohin?

    [LEFT] [COLOR=#000000] [COLOR=#0000CC]<?php [/COLOR][COLOR=#006600]if([/COLOR][COLOR=#0000CC]function_exists[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'the_ratings'[/COLOR][COLOR=#006600])) { [/COLOR][COLOR=#0000CC]the_ratings[/COLOR][COLOR=#006600](); } [/COLOR][COLOR=#0000CC]?>

    [/COLOR] [/COLOR] [/LEFT]
    Das ist der Code für die Postratings

    kann jemand damit was anfangen? Ich find hier nichts verwertbares:confused:

    Allows a user to associate a profile photo with their account through their "Your Profile" page. Admins may add a user profile photo by accessing the "Edit User" page. Uploaded images are resized to fit the dimensions specified on the options page; a thumbnail image correspondingly is also generated. User photos may be displayed within a post or a comment to help identify the author. New template tags introduced are:

    • userphoto_the_author_photo()
    • userphoto_the_author_thumbnail()
    • userphoto_comment_author_photo()
    • userphoto_comment_author_thumbnail()

    The first two should be placed in the posts loop near the_author(), and the second two in the comments loop near comment_author() (or their respective equivalents). Furthermore, userphoto_the_author_photo() and userphoto_the_author_thumbnail() may be called anywhere (i.e. sidebar) if $authordata is set.
    The output of these template tags may be modified by passing four parameters: $before, $after, $attributes, and $default_src, as in: userphoto_the_author_photo($before, $after, $attributes, $default_src). If the user photo exists (or $default_src is supplied), then the text provided in the $before and $after parameters is respectively prefixed and suffixed to the generated img tag (a common pattern in WordPress). If attributes are provided in the $attributes parameter, then they are returned as attributes of the generated img element. For example: userphoto_the_author_photo('', '', array(style => 'border:0')) Just added in 0.8.1 release are these two new template tags:

    • userphoto($userdata, $before = '', $after = '', $attributes = array(), $default_src = '')
    • userphoto_thumbnail($userdata, $before = '', $after = '', $attributes = array(), $default_src = '')

    By using these, it is uneccessary to set the global $authordata to display a photo. Just pass $authordata, $curauth or whatever variable you have which contains the user object.

    wie bekomme ich die Bilder in mein Profiler Plugin...hier die profiler.php

    passt leider nicht mehr rein...aber das müsste der teil sein der wichtig ist. Die ganze habe ich als Datei gibts hier

    http://www.flirt-devils.de/wp-content/plu…er/profiler.txt

    Habe oben genanntes Plugin inst. , habe auch ein jpg Bild genommen und es kommt immer folgende Fehlermeldung ! Jemand eine Idee

    Error: Please only upload jpg files! Your content type is
    Please go back and try again.

    meine Single.php sieht so aus

    aber ich weiß halt nicht wohin mit dem code ...bekomme einfach nichts angezeit. Danke

    meine comment.php sieht so aus

    die sieht bei mir so aus und wo da genau habs ja drin zeigt aber nichts an