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  


expathos

 
Click here to see the profile of this user
modules not showing up - 2008/04/18 07:44 For some reason - no matter what I do - modules won't appear beside this component while I have no problems with any other components. Strange - another developer and I spent way to much time trying to figure this out.

We think it does some sort of self redirect which changes the menu id.

Please advise if you find some time.

Thanks

Richard
  | | The administrator has disabled public write access.
admin

 
Click here to see the profile of this user
Re:modules not showing up - 2008/04/18 13:32 Hi, Richard.

Perhaps a template problem. I have added a HTML module on the right side of the 'Search' field http://www.yrmobile.com/mobileentertainment/40.html. This shows the component has support for modules on both sides...

Where do you want your module displayed? What position do you choose in the module manager? Can you give me an URL or ip address so I can see for myself?
  | | The administrator has disabled public write access.
ArieNuis

 
Click here to see the profile of this user
Re:modules not showing up - 2008/11/24 14:14 Hi,

My problem is quite similar, installation goes without any problem but when i hit the menu item you won't see any content and the page hangs with searching to the right content.

Any suggestions?


Arie
  | | The administrator has disabled public write access.
admin

 
Click here to see the profile of this user
Re:modules not showing up - 2008/12/04 18:03 The component uses fsockopen() to fetch the content from the Mobilemoney servers. Some (free?) hosting providers block the use of this function. There are some untested features in the function retrieving the remote content. Try editing the file

../components/com_mobileentertainment/MobileMoneyFunctions.php

In the top of the file, uncomment the line $getURLtype = "file_get_contents"; and comment out $getURLtype = "fsocketopen";

The file should look similar to this:

$getURLtype = "file_get_contents";
//$getURLtype = "cURL";
//$getURLtype = "fsocketopen";
  | | The administrator has disabled public write access.
ArieNuis

 
Click here to see the profile of this user
Re:modules not showing up - 2008/12/08 21:10 Problem solved!
Security set to tight by my provider.

Thanks for the reply!
  | | The administrator has disabled public write access.