| Author |
Message |
kindpeacho

Joined: Apr 07, 2007
Posts: 3
|
Posted:
Sat Apr 07, 2007 6:53 pm |
|
Hey guys - GREAT product here!!
I develop a website for our UT2004 clan and one of our members designs maps and he has hundreds of maps to organize and for download, voting, comments, etc? for our website and this product worked great!
I'm ready to change websites from PhpNUke (raven distro 7.6) to Nuke Evolution and I had installed map manager and everything seems to work fine except the width of the blocks it seems.
I posted a message in Evo-Mods to see if someone could re-write the small code that needs to be re-written but so far no one can figure it out.
Is this something simple that can be changed for EVO cuz the module basically seems to work with that little exception.
Any help would be appreciated.
Thanx so much!
LINK to post: http://www.evo-mods.com/modules.php?name=Forums&file=posting&mode=editpost&p=10836
Message:
Hello All -
Currently I run Map Manager with my PHP-Nuke 7.6 (raven distro) site and have no problems.
I'm in the middle of starting a new website with Nuke EVO (all from scratch except transferring my users and forum posts). I installed Map Manager from scratch & then transferred all my tables from one db to the new one. So far everything is OKAY except my random Map scrolling block & the images in the blocks. I'm not an expert at code (or i'd do this myself) but it looks as if it's set for 100% of the width, so i'm not sure why it's cutting off. In two places (image below) you can see it's cut off - but for people with really high resolutions (1600x1200+)- they see the middle images fine (Yet scroll block is still cut off)
The block the random map scroll mixes up the width on that block and others now, as you can see in the picture below. Is this just a quick re-write of width of code?? I hope or will this not work with EVO? [i]
Thanx in advanced!
- Peachy
Nuke EVO Version: 2 0 3 Basic
Map Manager v2.1
Link to Map Manager at NukeCodes[i] |
Last edited by kindpeacho on Tue Apr 10, 2007 11:54 am; edited 2 times in total |
|
|
 |
kindpeacho

Joined: Apr 07, 2007
Posts: 3
|
Posted:
Tue Apr 10, 2007 7:04 am |
|
awwww no replies?
Even in different themes the RANDOM MAP SCROLL BLOCK does not work...cut off
but the rest seem to work okay :
Map manager is so cool - i really would like this to work with EVO!! |
Last edited by kindpeacho on Wed Apr 11, 2007 3:11 pm; edited 1 time in total |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Tue Apr 10, 2007 6:48 pm |
|
Change this
| Code: |
//show total # of maps
$content .= "<tr><td align='center' valign='top'><a href='modules.php?name=$module_name'>Total Maps:</a> <strong>$total_maps</strong></td></tr>\n"; |
to
| Code: |
//show total # of maps
$content .= "<table><tr><td align='center' valign='top'><a href='modules.php?name=$module_name'>Total Maps:</a> <strong>$total_maps</strong></td></tr></table>\n";
|
|
| |
|
|
 |
kindpeacho

Joined: Apr 07, 2007
Posts: 3
|
Posted:
Wed Apr 11, 2007 3:10 pm |
|
Ohhh thank you Gotcha!
That worked!!!
The Total Maps is not centered, but i can either leave it or take it out completely- the rest of that block is fixed.
Thank you very much!!
 |
| |
|
|
 |
|
|