Forum Activity for @paul

paul
@paul
09/11/14 02:12:08PM
4,335 posts

This site could do with a community live wall


Suggestions

How would that be different from the forum?
paul
@paul
09/10/14 08:12:59AM
4,335 posts

item form submission


Design and Skin Customization

Change the last list of the xxModule_create_save function in index.php to what is required.
hth
Pa
paul
@paul
09/10/14 07:27:07AM
4,335 posts

How can i pass multiple parameter in module search?


Jamroom Developers

{jrCore_list module="jrProfile" search1="profile_name = something" search2="profile_url = something else" search3="xxxx = yyyy" . . . }
hth
Pa
paul
@paul
09/10/14 05:08:22AM
4,335 posts

Revisiting blogs...


Using Jamroom

{jrCore_list module="jrBlog" group_by="_profile_id" . . .}

Not tried it but something like that might do the trick?
Pa
paul
@paul
09/10/14 02:55:50AM
4,335 posts

PartnerAds.com - where to place the tracking code?


Using Jamroom

That'll be because they are not logged in as you!!
Take the {if} statements out for now so they can see the image. You'll probably need to temporarily put in an absolute email address as well for their testing.
Once they are happy with it, put it back as it is now.
paul
@paul
09/10/14 12:26:48AM
4,335 posts

Jplayer not working on android


Jamroom Developers

I don't have a Google Nexus to test it on. If anyone else here has one can they let us know if JR5 players work on it or not?
What is your site @sbhadauria so that it can be tried?
Also, try your site on http://mobiletest.me and see what that does.
paul
@paul
09/09/14 10:31:20AM
4,335 posts

PartnerAds.com - where to place the tracking code?


Using Jamroom

The first page a user sees after they register is their profile page, so maybe put the code in the profile_header.tpl or profile_footer.tpl template. The image will be tiny, 1 pixel square, so will not be intrusive wherever it goes, so put in template code like this -
{if jrUser_is_logged_in() && $_profile_id == $_user._profile_id}
    <img src="http://www.partner-ads.com/dk/leadtrack.php?programid=4332&type=lead&uiv={$_user.user_email}" width=1 height=1>
{/if}
hth
Pa
updated by @paul: 09/09/14 10:32:04AM
paul
@paul
09/09/14 12:42:16AM
4,335 posts

Jplayer not working on android


Jamroom Developers

What's the device and Android version?
There are lots of versions of Android on a lot of devices and not all of them support the html5 players JR uses.
paul
@paul
09/08/14 10:16:46AM
4,335 posts

How To Decode Space on Listing?


Design and Skin Customization

Inverted commas -

{if $item.profile_state == "Hong Kong"}

hth
Pa
  385