Home arrow Forum
Main Menu
Home
Mobile News
Blog
Reviews
Forum
Contact Us
Links
Downloads
Sitemap
Parnter links
Mobile Entertainment
Ringtones
TrueTones
Realtones
Themes
NameTones
Screensavers
Animated Pictures
M-Cards
Java Games
Polyphonic
Search
Login
Subscribe to YrMobile.com feeds
Donate

Enter Amount:

$

 
Yrmobile-Forum  


haroldkleinjan

 
Click here to see the profile of this user
layout - 2007/08/25 00:14 can i change the layout for the content ?


this looks bad witch screensavers on my site
  | | The administrator has disabled public write access.
admin

 
Click here to see the profile of this user
Re:layout - 2007/09/23 14:28 Sorry for the late reply. I have been "offline" for a while.

In the released version there is no easy way to change the layout of the displayed content. However, you can change the number of columns and rows displayed in the source code.

Edit the file components/com_mobileentertainment/mobileentertainment.php
and find the section you like to change layout, i.e.

Code:

 case screensavers:



You can change the number of columns and rows displayed by editing the highlighted numbers in the function below:

Code:

 document.writeln('<sc'+'ript language=javascript src="http://www.mobilemoney.com/wizard2.asp?mmpart18_10=content& mmchar18_10='+getparam("mmchar18_10")+'&mmstart18_10='+getparam("mmstart18_10")+'&mmsection18_10='+getparam("mmsection18_10")+'&mmphonetype18_10='+getparam("mmphonetype18_10")+'&mmmoreinfo18_10='+getparam("mmmoreinfo18_10")+'&cat=18&choice1=10 &rows=3&cols=4 &hidesex=<?php echo $config["hidesex"]; ?>&refname=<?php mmrefname(); ?>&language=xx&charset=& sections=<?php echo $screensavers_sections; ?>&phones=&mmcountry18_10=&mmdisplaytype="></sc'+'ript>');



Hope this helps.
  | | The administrator has disabled public write access.