Close
Duke shfaqur rezultatin -9 deri 0 prej 10
  1. #1

    Ndijme ne Joomla

    Pershendetje te nderuar !

    Jam duke punu nje Uebfaqe.Deri me tani me ka shkuar puna shume mire .Problemin qe e kam eshte Tastieri qe sherben per pause ose ndarjen e fjaleve.
    Ne Modulin JComments apo te Moduli Search nuk arrij te ndaj fjalet, pra nuk kam mundesi te bej pause apo speace mes fjaleve.

    Nese nuk isha i qarte me shkruani ju lutem.
    Ju faliminderi

  2. #2
    Te nderuar!

    Nje lehtesim ndoshta , dikush me tha se kam ndonje gabim ne Template.A kishit pas mundesi te me tregoj dikush se si te gjeje gabimin ne Template.

    me shume rrespekt

    adi

  3. #3
    i/e regjistruar
    Anėtarėsuar
    27-10-2007
    Postime
    833
    Shih ndertimin e php qe eshte bere moduli, se ska te beje joomla me kete gje.

  4. #4
    Citim Postuar mė parė nga The Pathfinder Lexo Postimin
    Shih ndertimin e php qe eshte bere moduli, se ska te beje joomla me kete gje.
    Pershendetje The Pathfinder!

    Per cilin mosul e ke fjalen.Per Jcomments / Search a ?

  5. #5
    Poashtu i bera faqes nje CSS test dhe me gjeti kete gabim.Une do ja postoj linkun se cfar gabimi me gjete.

    Ju lus per ndihme

    linku: http://jigsaw.w3.org/css-validator/v...ning=1&lang=de

  6. #6
    i/e regjistruar Maska e hot_prinz
    Anėtarėsuar
    29-05-2007
    Vendndodhja
    Frankfurt
    Postime
    9,878
    me sa shof tek testi i css, gabimi eshte se ID e formes [id="form-login"] ne html:

    Kodi:
    "form-login">
    nuk perputhet me id te formes ne css:

    Kodi:
    #frmlogin {
    margin : 0 10px 0 10px;
    }
    ne css duhet pershtatur id e formes:
    Kodi:
    #form-login {
    margin : 0 10px 0 10px;
    }

    kurse ne udhezim, te tregon se emrat e shkrimeve/fonts duhet te futen ne thonjeza:

    Kodi:
    body {
    margin : 0;
    padding : 0;
    font-family : Arial, Helvetica, Sans Serif;
    font-size : 78%;
    color : #333333;
    text-align : center;
    }
    Kodi:
    body {
    margin : 0;
    padding : 0;
    font-family : "Arial, Helvetica, Sans Serif";
    font-size : 78%;
    color : #333333;
    text-align : center;
    }

  7. #7
    Pershendetje hot_prinz
    Kete qe me the te permisoj e bera, por problemi qe kam ne template nuk po e zgjidhe dot.Ende kam problemin me pausen.Nuk arrij dot te shkruaj nje koment apo te kerkoj dicka ne Uebfaqe.Nuk arrij te ndaj fjalet , nuk arrij te bej pause ne mes te fjaleve psh.kur dua te shkruaj ne fushen e komenteve kete fjali:``Problemi im eshte ky`` mua me paraqitet keshtu``Problemiimeshteky``Mungon ndarja e fjaleve.

    do jem shume mirenjohes per ndihmen tuaj

    me rrespekt adi

  8. #8
    i/e regjistruar Maska e hot_prinz
    Anėtarėsuar
    29-05-2007
    Vendndodhja
    Frankfurt
    Postime
    9,878
    pershendetje student,


    ekziston mundesia qe nje metode ne varesi se si eshte krijuar template, dhe javascript apo e php zevendeson "space" me asgje/string te zbrazet, per ate arsye fjalite bashkohen pa ndarje kur ngjan ndonje event, kur shtypet butoni (psh. kerko), por ne javascript pasi qe ekzekutohet "on the fly" nga shfletuesi mund te zevendeson shkronjat edhe gjate shtypjes, sepse kualifikohen shkronjat e shtypura se a do te paraqiten ne textbox/textfield.

    Per ndihme, me duhen me shume informacione, posto ketu html te kerkimit/komenteve, nese metoda "post" ne forme tregon tek nje php-script atehere postoje dhe permbajtjen e scriptit te php-se.

  9. #9
    // @version $Id: default.php 15183 2010-03-04 23:15:59Z ian $
    defined('_JEXEC') or die('Restricted access');
    ?>



    $output = '';

    if ($button) :
    if ($imagebutton) :
    $button = '';
    else :
    $button = '';
    endif;
    endif;

    switch ($button_pos) :
    case 'top' :
    $button = $button.'
    ';
    $output = $button.$output;
    break;

    case 'bottom' :
    $button = '
    '.$button;
    $output = $output.$button;
    break;

    case 'right' :
    $output = $output.$button;
    break;

    case 'left' :
    default :
    $output = $button.$output;
    break;
    endswitch;

    echo $output;
    ?>



    Shpresoj se kam postu kodin e duhur qe keni kerku.

  10. #10
    i/e regjistruar Maska e hot_prinz
    Anėtarėsuar
    29-05-2007
    Vendndodhja
    Frankfurt
    Postime
    9,878
    Metoda post e formes tregon ne index.php:



    duhet me e ndjeke ekzekutimin e kodit hap pas hapi per te te ndihmuar.

Regullat e Postimit

  • Ju nuk mund tė hapni tema tė reja.
  • Ju nuk mund tė postoni nė tema.
  • Ju nuk mund tė bashkėngjitni skedarė.
  • Ju nuk mund tė ndryshoni postimet tuaja.
  •