Forum Activity for @michael

michael
@michael
04/07/14 08:54:01PM
7,832 posts

After user creates a profile error


Installation and Configuration

how is a user creating a profile?

Your questions are very often really hard to understand.

"How to ask for help"
http://www.jamroom.net/the-jamroom-network/documentation/problems/529/how-to-asking-for-help

Guess: It's probably related to no quotas being set to allow signups.
michael
@michael
04/07/14 08:47:52PM
7,832 posts

Play list problems


Using Jamroom

check that 'the-sicentist' is in a quota that is allowed to have playlists.

Put them in the same quota as 'izhmel'
http://dubmusic.com/izhmel/playlist/12/the-scientist-dub-healing-audio
michael
@michael
04/06/14 11:16:28PM
7,832 posts

is PHP allowed on the pages to be inserted


Installation and Configuration

You cant use that in a template file.

If you want to use it in a template file, you need to wrap it in a function

template file:
{anCustom_readfile}

Then make a module called:
/modules/anCustom

and create this function in the include.php file:
function smarty_function_anCustom_readfile($params, &$smarty)
{ //you can put php in here //so $output = @readfile('http://onlyopera.com/mysa/mysa_output.php?r='.$_SERVER['REMOTE_ADDR'].'&h='.urlencode($_SERVER['HTTP_HOST']).'&rf='.urlencode($_SERVER['HTTP_REFERER']).'&ua='.urlencode($_SERVER['HTTP_USER_AGENT']).'&show_ad_group=7'); ?> return $output }

There is a video here:

"Add a section to the profiles (Jamroom CMS Development) "
Add a section to the profiles (Jamroom CMS Development)

That outlines how to create a REAL simple module that you could use as a base for this.
michael
@michael
04/06/14 11:10:26PM
7,832 posts

Some profiles still not showing past updates


Using Jamroom

profile_id=$_post._profile_id

Is going to require that there is a "/profile_id=15" in the full url somewhere.
http://your-site.com/some-user/profile_id=15

That seams strange to use for a users profile. Make sure thats the correct var.

Would normally expect to be using $_profile.something as $_profile contains all the info of the profile being looked at.
michael
@michael
04/04/14 11:33:28PM
7,832 posts

jrCoreChainedSelect


Jamroom Developers

not sure if its relevant, but GeoLite have a CSV file of cities and countries here.

http://dev.maxmind.com/geoip/geoip2/geolite2/
michael
@michael
04/04/14 03:47:54PM
7,832 posts

Website shows directory listing after runnning installation


Installation and Configuration

You've forgotten to upload .htaccess file.

Its a hidden file in the main directory. Upload that and all will work.
michael
@michael
04/03/14 08:47:30PM
7,832 posts

Bulk upload files


Using Jamroom

From the upload album button in the profile where they are going you can ctrl+click to upload all the items in that album in one go.
  713