Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
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>
 



 
RipleySend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
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 -->

 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Random Quote Customize? 
 
There is a Random Quote Block in the CMS... you can add it everywhere!
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events