Icy Phoenix

     
 

Random Quote Customize?

Random Quote Customize?

Article
Reply with quote    Download Post  
Post Random Quote Customize? 
 
Hello, I found there is a Random quote in the footer on forum page in statistic block
Tell me please how can I edit this quotes and change them to ours and also is it possible to move this quotes up at the head of forum index page, may be where "Latest news'' block is?
When we were at phpbb3 I changed overall header with this script:
<SCRIPT language="javascript">
<!--

/* Измените количество сообщений на то, которое у вас будет */
  var howMany = 54
  var quote = new Array(howMany+1)
  quote[0]="Я думаю, что мы постоянно оказываемся там, где должны быть.И люди, которые готовы стать удачливыми, обладают способностью поймать этот момент.Phil Hellmuth, чемпион WSOP 1989 года"
function rndnumber(){
        var randscript = -1
        while (randscript < 0 || randscript > howMany || isNaN(randscript)){
                randscript = parseInt(Math.random()*(howMany*54))
        }
        return randscript
}
     quo = rndnumber()
     quox = quote[quo]
document.write(quox)
//-->
</SCRIPT><br>



 
Ripley - View user's profile Send private message  
Ripley [ Fri 05 Feb, 2010 20:02 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Random Quote Customize?

Comments
Reply with quote    Download Post  
Post Re: Random Quote Customize? 
 
hey ripley

to change random quotes you nee to edit this file

language/lang_XXX/lang_randomquote.php

not sure if you can move the quotes view easily to the news...

maybe you need to edit another file

Code: [Download] [Hide] [Select]
<!-- BEGIN switch_show_random_quote -->
<tr><td class="row1" colspan="2"><span class="gensmall"><b>{L_RANDOMQUOTE}: </b>{RANDOM_QUOTE}</span></td></tr>
<!-- END switch_show_random_quote -->




 
KugeLSichA - View user's profile Send private message  
KugeLSichA [ Fri 05 Feb, 2010 23:58 ]
Reply with quote    Download Post  
Post Re: Random Quote Customize? 
 
There is a Random Quote Block in the CMS... you can add it everywhere!



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Sat 06 Feb, 2010 20:27 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1