Loading ...

WLMMusic logo

Board index / General Chat / Show off

Showcase your site.

Postby chatflash on Sep 22, 2008 7 am


Here is the new WLMMusic logo:
Image
http://www.wlmmusic.nl/templates/default/img/logo.png
With the menu:
Image
http://www.wlmmusic.nl/templates/defaul ... lmlogo.jpg

See the links for full logo, forum merge the width!
see the website for better resolution of the logo!

Please let me know wat you think about it!!
Last edited by chatflash on Sep 22, 2008 11 am, edited 1 time in total.
User avatar
chatflash
Verified Customer
Verified Customer
 
Posts: 977
Joined: Nov 24, 2007 1 pm
Location: Netherlands
Reputation points: 132

Postby wais on Sep 22, 2008 10 am


Smooth Logo :D :D



offtopic :
I want to know how you created the Being watched now that doesn't dissapear for a while. Can you send me please the instructions or the mod.
wais
Verified Customer
Verified Customer
 
Posts: 166
Joined: Jan 20, 2008 12 pm
Reputation points: 0

Postby chatflash on Sep 22, 2008 11 am


wais wrote:offtopic :
I want to know how you created the Being watched now that doesn't dissapear for a while. Can you send me please the instructions or the mod.


Open functions.php (in include folder)
Find:
Code: Select all
function videosplaying($limit = 4) { // SHOW THE CURRENTLY PLAYING VIDEOS
   $time_diff = time();
   $time_diff -= (3*60);

Replace with:
Code: Select all
function videosplaying($limit = 4) { // SHOW THE CURRENTLY PLAYING VIDEOS
   $time_diff = time();
   $time_diff -= (3000*60);


simply change the 3 to somthing you want, in this example i have change it to 3000
User avatar
chatflash
Verified Customer
Verified Customer
 
Posts: 977
Joined: Nov 24, 2007 1 pm
Location: Netherlands
Reputation points: 132

Postby wais on Sep 22, 2008 1 pm


chatflash wrote:
wais wrote:offtopic :
I want to know how you created the Being watched now that doesn't dissapear for a while. Can you send me please the instructions or the mod.


Open functions.php (in include folder)
Find:
Code: Select all
function videosplaying($limit = 4) { // SHOW THE CURRENTLY PLAYING VIDEOS
   $time_diff = time();
   $time_diff -= (3*60);

Replace with:
Code: Select all
function videosplaying($limit = 4) { // SHOW THE CURRENTLY PLAYING VIDEOS
   $time_diff = time();
   $time_diff -= (3000*60);


simply change the 3 to somthing you want, in this example i have change it to 3000


Thanks Men
wais
Verified Customer
Verified Customer
 
Posts: 166
Joined: Jan 20, 2008 12 pm
Reputation points: 0


Who is online

Users browsing this forum: No registered users and 9 guests

cron