Forum Activity for @douglas

douglas
@douglas
02/03/17 09:41:10AM
2,812 posts

Question about ad location


Using Jamroom

When you say "Discussions" do you mean Forum or Group Discussions?

Thanks!
douglas
@douglas
02/03/17 09:27:16AM
2,812 posts

Issue with mobile menu on iskin4 and followme skin.


Design and Skin Customization

I've got this fixed for the next release.

Thanks!
douglas
@douglas
02/03/17 06:20:20AM
2,812 posts

The language file is not working on the profile page


Using Jamroom

izhmel:
Thanks Douglas I fixed it

Thanks

Awesome, glad to hear it. :)
douglas
@douglas
02/03/17 04:41:49AM
2,812 posts

The language file is not working on the profile page


Using Jamroom

nate:
Maybe you're not finding "create account" because it doesn't exist. Have you tried "create" and "account".

Nate is correct, your using a cloned Nova skin and the words create account are separate, search for them separately in your skins language tab. If you need it to be one language string in the template, let me know what you want it to be and I'll get it fixed for you.

Hope this helps!
douglas
@douglas
02/02/17 11:20:52AM
2,812 posts

The language file is not working on the profile page


Using Jamroom

izhmel:
Where do I find ? "create account"

That would be either a skin language or the user module language.

Hope this helps!
douglas
@douglas
02/02/17 07:40:14AM
2,812 posts

The language file is not working on the profile page


Using Jamroom

izhmel:
The language file is not working on the profile page , i.e. when I search for "gallery " there is no "gallery" in the language file ...

It also seems to be not saving the changes , i.e. I changed "followers to fans " and I don't see the changes ..

When I go back and search for "followers " I can't find " followers "


Gallery language strings are in the Image Gallery modules Language tab, same for Followers.

Hope this helps!
douglas
@douglas
02/02/17 05:27:21AM
2,812 posts

Change the download button size


Design and Skin Customization

You can change the size of the download button in your skins include.php file, this is the part that sizes the icon buttons.

    // Tell the core the size of our action buttons (width in pixels, up to 64)
    jrCore_register_module_feature('jrCore', 'icon_size', 'jrMediaPro', 18);

Note that this will change the size of all buttons that use an icon, ie. modify, delete etx..., not just the download button.

Hope this helps!
douglas
@douglas
02/01/17 10:12:34AM
2,812 posts

Excluding profiles from lists


Design and Skin Customization

Give this a shot:

{jrCore_list module="jrProfile" search="profile_active = 1" quota_id="9"}

or more than one quota:
{jrCore_list module="jrProfile" search="profile_active = 1" quota_id="9,10,11"}

Hope this helps!
douglas
@douglas
01/29/17 04:43:10AM
2,812 posts

Iskin 4 Horizontal scroll bar issue .


Design and Skin Customization

I just tested your site with Chrome and I'm not seeing a horizontal scroll bar anywhere on the index page.

Hope this helps!
  69