Jump to content

Recommended Posts

  • Moderators
Posted

Varianta 1: http://community.invisionpower.com/files/file/3347-wolfie-random-quote-in-sidebar/

 

Varianta 2: putin php in board index template, gen:

 

 

Incepi totul cu

<php>

Acum decizi cate mesaje doresti, pentru a lua un numar random. Daca vrem 3 mesaje, avem de exemplu

$numarrandom = rand(1, 3); // generam un numar intre 1 si 3 pentru variabila $numarrandom

switch ($numarrandom){
      case 1:
            $mesaj = 'mesajul numarul 1';
            break;
      case 2:
            $mesaj = 'mesajul numarul 2';
            break;
      case 3:
            $mesaj = 'mesajul numarul 3';
            break;
}

si adaugi al sfarsitul codului

</php>

Acum, mesajul salvat il poti afisa oriunde in template-ul unde l-ai adaugat cu

{$mesaj}
  • Upvote 3

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.