ilch Forum » Ilch Clan 1.1 » Allgemein » Forum Avatar wieder nach links

Geschlossen
  1. #1
    User Pic
    mikel gelöschter User
    Hi ich bin neu
    Erst mal Hallo an alle xxD

    ich hab seit gestern iclh und bin echt neu was das an geht hab seher viel mit php fusion gearbetiet ja ich weiss ist misst

    so meine frage an euch oder hilfe

    ich hab mir ilchbb 3.1 runtergeladen und geht auch alles super konnte auch schon die farbe ändern so gut wie es ging
    mein problem ist
    Wenn man Thema geschreiben hat das mein Avatar Rechts ist will das gerne Links wieder haben.
    wo ändere ich das ???

    und miene 2te bitte ist wegen der farbe
    will das gepostete in schwarz haben

    hab es schon versuch es würd auch schwarz aber dann würd auch das forum Menü schwarz will es so lassen wie jetze ist rot weiss

    betroffene Homepage: familia-swtor.square7.ch/index.php?forum
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Lord|Schirmer Administrator
    Registriert seit
    21.03.2007
    Beiträge
    7.643
    Beitragswertungen
    1195 Beitragspunkte
    Ich bin mir jetzt nicht sicher, aber konnte man das bei diesem Modul nicht irgendwo einstellen, ob links oder rechts?
    Ansonsten schau dir mal die templates/forum/showpost.htm an, hier kannst Du die Ausgabe anpassen.
    rules :: doku :: faq :: linkus
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    mikel gelöschter User
    Ne geht nicht hab schon geguckt

    und bei
    templates/forum/showpost.htm
    wo muss ich da genau gucken

    oder welche 2 sachen muss ich ändern ?
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    Sunshine Live Mitglied
    Registriert seit
    03.06.2009
    Beiträge
    1.029
    Beitragswertungen
    109 Beitragspunkte
    include\includes\ilchbb_forum\css/ilchbb_forum.standard
    h5
    {
        font-size: 1em;
        font-weight: bold;
        margin: 10px 0px;
        border-bottom: 1px solid #666666;
    }
    
    h6
    {
        font-size: 20px;
        color: #355569;
        margin: 0px 0px 10px 0px;
    }
    
    a.icon
    {
        display: inline-block;
        height: 20px;
    }
    
    a.icon.contact_email
    {
        width: 20px;
        background: transparent url(../../../images/ilchbb_forum/icon_contact_email.gif) no-repeat;
    }
    
    a.icon.contact_icq
    {
        width: 20px;
        background: transparent url(../../../images/ilchbb_forum/icon_contact_icq.gif) no-repeat;
    }
    
    a.icon.contact_msn
    {
        width: 20px;
        background: transparent url(../../../images/ilchbb_forum/icon_contact_msnm.gif) no-repeat;
    }
    
    a.icon.contact_pm
    {
        width: 28px;
        background: transparent url(../../../images/ilchbb_forum/icon_contact_pm.gif) no-repeat;
    }
    
    a.icon.contact_www
    {
        width: 20px;
        background: transparent url(../../../images/ilchbb_forum/icon_contact_www.gif) no-repeat;
    }
    
    a.icon.contact_yahoo
    {
        width: 20px;
        background: transparent url(../../../images/ilchbb_forum/icon_contact_yahoo.gif) no-repeat;
    }
    
    a.icon.post_delete
    {
        width: 20px;
        background: transparent url(../../../images/ilchbb_forum/icon_post_delete.gif) no-repeat;
    }
    
    a.icon.post_edit
    {
        width: 61px;
        background: transparent url(../../../images/ilchbb_forum/icon_post_edit.gif) no-repeat;
    }
    
    a.icon.post_info
    {
        width: 20px;
        background: transparent url(../../../images/ilchbb_forum/icon_post_info.gif) no-repeat;
    }
    
    a.icon.post_quote
    {
        width: 65px;
        background: transparent url(../../../images/ilchbb_forum/icon_post_quote.gif) no-repeat;
    }
    
    a.icon.post_report
    {
        width: 20px;
        background: transparent url(../../../images/ilchbb_forum/icon_post_report.gif) no-repeat;
    }
    
    a.icon.rate_good
    {
        width: 20px;
        background: transparent url(../../../images/ilchbb_forum/icon_rate_good.gif) no-repeat;
    }
    
    a.icon:hover {
        background-position: 0px -20px;
    }
    
    .mpl {
        margin-top: 10px;
    }
    
    .button_topic_new a {
        margin: 10px 0px;
        display: inline-block;
        width: 119px;
        height: 25px;
        background: transparent url(../../../images/ilchbb_forum/button_topic_new.gif) no-repeat;
    }
    
    .button_topic_new a:hover {
        background-position: 0px -25px;
    }
    
    .button_post_new a {
        margin: 10px 0px;
        display: inline-block;
        width: 102px;
        height: 25px;
        background: transparent url(../../../images/ilchbb_forum/button_topic_reply.gif) no-repeat;
    }
    
    .button_post_new a:hover {
        background-position: 0px -25px;
    }
    
    .forum
    {
        background-color: #4F7E9B;
        margin-bottom: 5px;
        padding: 5px;
    }
    
    .forum p
    {
        margin: 10px 0px 0px 0px;
    }
    
    .forum a
    {
        color: #355569;
        font-size: 1em;
        text-decoration: none;
    }
    
    .forum a:visited
    {
        color: #355569;
        text-decoration: none;
    }
    
    .forum a:hover
    {
        color: #C5010F;
        text-decoration: underline;
    }
    
    .forum a:active
    {
        color: #355569;
        text-decoration: none;
    }
    
    .forum fieldset {
    	border-width: 1px;
            padding: 5px;
    }
    
    .forum input[type=text], .forum select {
    	font-weight: normal;
    	vertical-align: middle;
            border: 1px solid #676767;
            background-color: #FFF;
            padding: 2px;
            margin: 5px 0px;
    }
    
    .forum textarea {
    	width: 99%;
    	padding: 2px;
            margin: 5px 0px;
            border: 1px solid #676767;
    }
    
    .forum label {
            display: inline-block;
    	padding-right: 5px;
            font-weight: bold;
            width: 100px;
            margin: 5px 0px;
    }
    
    .forum label input {
    	vertical-align: middle;
    }
    
    .forum label img {
    	vertical-align: middle;
    }
    
    .forum .smallfont
    {
        font-size: 11px;
    }
    
    .forum #qpost
    {
        display: block;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
    }
    
    .forum.ilchbb_Cmite, .forum .ilchbb_Cmite
    {
        background-color: #ccdce6;
    }
    
    .forum.ilchbb_Cnorm, .forum .ilchbb_Cnorm
    {
        background-color: #e1e7e8;
    }
    
    .forum .post.message
    {
        float: right;
        width: 70%;
    }
    
    .forum .post.details
    {
        float: left;
        width: 30%;
    }
    
    .forum .post .text
    {
        padding: 5px;
    }
    
    .forum .ilchbb_border
    {
        border: 0px;
        width: 100%;
    }
    
    .forum .ilchbb_border center
    {
        text-align: center;
    }
    
    .forum .ilchbb_border .top
    {
        vertical-align: top;
    }
    
    .forum .ilchbb_border .center
    {
        width: 100%;
        margin: 5px 0px;
        padding: 10px 0px;
        border-color: #4F7E9B;
        border-width: 0px;
        border-style: solid;
        border-left-width: 1px;
        text-align: center;
    }
    
    .forum .ilchbb_border tr.ilchbb_Cmite:hover
    {
        background-color: #FBF1D3;
    }
    
    .forum .ilchbb_border tr.ilchbb_Cnorm:hover
    {
        background-color: #FBF1D3;
    }
    
    .forum .ilchbb_border th
    {
        padding: 5px;
        font-weight: bold;
        text-align: left;
        color: #FFF;
    }
    
    .forum .ilchbb_border td
    {
        padding: 5px;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #4F7E9B;
    }
    
    .forum .ilchbb_border td.middle
    {
        vertical-align: top;
        padding: 0px;
    }
    
    .forum .ilchbb_border td.xleft
    {
        padding-left: 5px;
    }
    
    .forum .ilchbb_border td.xright
    {
        padding-right: 5px;
    }


    include\templates\ilchbb_forum/showpost.htm
    <!--
      @name    IlchBB Forum
      @version 3.1
      @author  Florian Koerner
      @link    http://www.koerner-ws.de/
    -->
    
    <!-- Funktionen fuer Beitrag melden und Danke-Funktion -->
    <script type="text/javascript">
        var reportTopicID = 0;
        var reportPostID = 0;
        var reportPostPage = 0;
    
        function reportPost(tid,pid,page) {
            reportTopicID = tid;
            reportPostID = pid;
            reportPostPage = page;
            $('#reportPost').dialog('open');
        };
    
        function ratePost(pid) {
            $.ajax({
                type: 'POST',
                url: 'index.php?forum-showposts-ratepost',
                data: { pid: pid },
                success: function(response) {
                    if (response == '') {
                        rate = $("#rate_"+pid)
                        rate.text(parseInt(rate.text())+1);
                    } else {
                        alert(response);
                    }
                }
            });
        }
    
        $(function() {
            var rG = $("#reportGrounds");
            $("#reportPost").dialog({
                autoOpen: false,
                width: 350,
                modal: true,
                resizable: false,
                buttons: {
                    'Melden': function() {
                        $.ajax({
                            type: 'POST',
                            url: 'index.php?forum-showposts-reportpost',
                            data: { tid: reportTopicID, pid: reportPostID, page: reportPostPage, grounds: rG.val() },
                            success: function(response) {
                                alert(response);
                                rG.val('');
                            }
                        });
                        $(this).dialog('close');
                    },
                    'Abbrechen': function() {
                            $(this).dialog('close');
                    }}
            });
        });
    </script>
    
    <!-- Div fuer Beitrag melden -->
    <div class="forum" id="reportPost" title="Begr&uuml;ndung">
        <textarea rows="4" name="reportGrounds" id="reportGrounds" style="width: 300px;"></textarea>
    </div>
    
    <h6>{TOPICNAME}</h6>
    
    {ANTWORTEN}
    
    <div style="float: right;">
        {SITELINK}
    </div>
    
    <br style="clear: both;" />
    
    {EXPLODE}
    <div class="forum ui-corner-all ilchbb_{class}">
        <div class="post message">
            <div class="text">
                <a name="{id}"></a>
                <span style="float: left;" class="smallfont">
                    <a href="index.php?forum-showposts-{TID}-p{page}#{id}" title="{STATUS_TITLE}">
                        <img src="include/images/ilchbb_forum/icon_post_target{STATUS_SRC}.gif" border="0" />
                    </a>
                    {date}
                </span>
                <span style="float: right;">
                    {report}
                    {delete}
                    {change}
                    {quote}
                </span>
                <br style="clear: both;" />
                <p>{txt}</p>
                <p>{sig}</p>
            </div>
        </div>
        <div class="post details">
            <div class="text" style="margin: 5px 15px 5px 0px; border-right: 1px solid #666666;">
                {online}
                <a href="index.php?user-details-{erstid}" style="font-weight: bold;">{erst}</a><br />
                {rang}
                {avatar}
                <p class="smallfont">
                    {posts}{details}
                </p>
                <p>
                    {pm}{email}{www}{icq}{msn}{yahoo}
                </p>
                {_if_{rate_allow}=='1'}
                    <p style="font-size: .8em; padding-top: 5px;">
                        <a href="javascript:void(0);" onClick="ratePost({id});" title="Finde ich gut" class="icon rate_good" style="float: left;"></a>
                        <strong id="rate_{id}">{rate}</strong> Mitglieder finden den Beitrag gut.
                        <br style="clear: left;" />
                    </p>
                {/_endif}
            </div>
        </div>
        <br style="clear: both;" />
        <div style="text-align: right;">
            <a href="#"><img src="include/images/ilchbb_forum/icon_back_top.gif" border="0" /></a>
        </div>
    </div>
    {EXPLODE}
    {ANTWORTEN}
    
    <div style="float: right;">
        {SITELINK}
    </div>
    
    <br style="clear: both;" />
    <br />
    {EXPLODE}
    <div class="forum ui-corner-all" style="background-color: #DCDDE2; text-align: center;">
        <a href="javascript:renametopic()">{_lang_rename}</a>
        &nbsp;,&nbsp;
        <a href="index.php?forum-edittopic-{tid}-2">{_lang_delete}</a>
        &nbsp;,&nbsp;
        <a href="index.php?forum-edittopic-{tid}-3">{_lang_shift}</a>
        &nbsp;,&nbsp;
        <a href="index.php?forum-edittopic-{tid}-4-2">{status}</a>
        &nbsp;,&nbsp;
        <a href="index.php?forum-edittopic-{tid}-5">{festnorm}</a>
    
        <script language="JavaScript" type="text/javascript">
        <!--
          function renametopic () {
                  var x = prompt ( "Bitte den neuen Namen vom Thema eintragen" , "" );
                        if ( x ) {
                          document.location.href="index.php?forum-edittopic-{tid}-1=0&newTopic="+x;
                        }
                }
    
        //-->
        </script>
    </div>
    
    {EXPLODE}
    
    <div class="forum ui-corner-all Cmite" style="padding: 5px; background-color: #DCDDE2;">
        <div id="qpost">
            Schnellantwort
        </div>
    
        <form id="qpost_forum" action="index.php?forum-newpost-{tid}" method="POST" name="form" style="display:none;">
            <textarea name="txt" rows="8" cols="50" tabindex="2"></textarea>
            <div style="text-align: right;">
                <input type="submit" name="submit" value="{_lang_formsub}" />
            </div>
        </form>
    </div>



    Zuletzt modifiziert von Sunshine Live am 27.02.2012 - 15:19:10
    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    mikel gelöschter User
    Cool danke
    geht Bier

    ok andere frage wo finde ich profile field mod geibt es sowas ??
    0 Mitglieder finden den Beitrag gut.
  6. #6
    User Pic
    Sunshine Live Mitglied
    Registriert seit
    03.06.2009
    Beiträge
    1.029
    Beitragswertungen
    109 Beitragspunkte
    externer Link
    So siehts aus lachen
    externer Link

    Oder guck dir meine Sig an!(empfehle Profilansicht 1.2b )


    Zuletzt modifiziert von Sunshine Live am 27.02.2012 - 15:27:44


    Zuletzt modifiziert von Sunshine Live am 27.02.2012 - 15:28:19
    0 Mitglieder finden den Beitrag gut.
  7. #7
    User Pic
    mikel gelöschter User
    Profilansicht Modifizierung (1.2)

    würde ich gerne haben geht aber leider nicht bei mir kommen gleich fehler hab es jetze 4 mal verucht und ich gebe auf

    ZitatZitat
    Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /usr/export/www/hosting/sniperblackwolf/include/includes/func/db/mysql.php on line 58
    function debug_backtrace does not exists MySQL Error:
    1054 : Unknown column 'last_bes' in 'field list'
    in Query:
    SELECT last_bes, last_user_time FROM ic1_user WHERE id = 1


    Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /usr/export/www/hosting/sniperblackwolf/include/includes/func/db/mysql.php on line 67

    function debug_backtrace does not exists MySQL Error:
    1054 : Unknown column 'game' in 'field list'
    in Query:
    SELECT email,wohnort,homepage,aim,msn,icq,yahoo,avatar,status,staat,gebdatum,sig,opt_pm_popup,opt_pm,opt_mail,geschlecht,spezrank,game,spielerfahrungen,clan,map,waffe,essen,trinken,film,musik,sport,cpu,mainboard,ram,monitor,grafikkarte,soundkarte,festplatte,i_net_verbindung,tastatur,maus,jappy,facebook,wkw,studivz,myspace,youtube FROM `ic1_user` WHERE id = "1"
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Allgemein

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten