Home Forum
Welcome, Guest
Username Password: Remember me

Wimpy Player module keeps refreshing... and there's no cache
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Wimpy Player module keeps refreshing... and there's no cache

Wimpy Player module keeps refreshing... and there's no cache 6 years, 1 month ago #374


  • Posts:1
  • BevvyB
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
I have the wimpy player module running now in my left sidebar

However, every time I navigate around the site the player refreshes, reloads and starts to play from the top again....

There are no cache settings on this module so I can't set it up to stop refrshing

Like this it is no use to me! Which is a real shame, as it is PERFECT apart from that...

Any ideas? I'm not proficient enough in php to add my own caching function

Cheers

Bev
The topic has been locked.

Wimpy Player module keeps refreshing... and there's no cache 6 years, 1 month ago #385


  • Posts:641
  • admin
  • Administrator
  • OFFLINE
  • Karma: 0
modify the mod_wimpy.php to say this instead of the existing code:

 
<?php
//=====================================================================================
// Created for Mambo 4.5.x by GTEK
// URL&#58; http&#58;//www.gotgtek.com
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or &#40;at your option&#41; any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// The "GNU General Public License" &#40;GPL&#41; is available at
// http&#58;//www.gnu.org/copyleft/gpl.html.
//=====================================================================================
defined&#40; '_VALID_MOS' &#41; or die&#40; 'Direct Access to this location is not allowed.' &#41;;
?>
<a href="http&#58;//www.XXXX.com/wimpy/" onClick="start_stetting=window.open&#40;'http&#58;//www.XXXX.com/wimpy/MyWimpy.html','',
'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,
width=300,height=300,left=30,top=20'&#41;; return false;"
><FONT style="BACKGROUND-COLOR&#58; #FFFFFF" color=#FFFFFF
size=1><STRONG><img src="http&#58;//www.XXXX.com/wimpy/wimpy.png"
width="112" height="38" border="0"></STRONG></FONT></a>
 
 


Keep in mind you will need to adjust the Height and width. then just change the picture location and the wimpy location. This way it will just make it a popup. If you do not want to use this method then you will need create a frame and that can open a new can of worms.

Unfornt. you cannot cache wimpy when a page reloads because of the code that is running in the background. And I also didnt make Wimpy. Just the module
The topic has been locked.

wimpy module 5 years, 7 months ago #1504


  • Posts:1
  • jonkerfris
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
Hi, i was wondering how to adjust the width and height of the wimpy module...
now its stretching up the left side of my website (www.jonkerfris.net) ... the wimpyplayer is adjustable, but the module isn't.
Can anyone help me?

Regards

B Jonkers
The topic has been locked.

Wimpy Player module keeps refreshing... and there's no cache 5 years, 7 months ago #1505


  • Posts:641
  • admin
  • Administrator
  • OFFLINE
  • Karma: 0
I dont understand what wrong with your player? It looks good to me!
The topic has been locked.
  • Page:
  • 1
Time to create page: 1.82 seconds