Forum Activity for @douglas

douglas
@douglas
02/05/17 08:27:30AM
2,814 posts

Issue with mobile menu on iskin4 and followme skin.


Design and Skin Customization

jamesmanley:
First I want to thank all of you for your support. I did a complete site check on my Jamroom installation and the only thing that I would like to see is that there is a required button for Youtube embedded media to put titles and descriptions at the time the embedded url is added. If users don't put this information in the site shows a blank for the video that was added. Is this possible?

YouTube titles and descriptions are imported from YouTube, it isn't something you can control from your Jamroom site.

Hope this helps!
douglas
@douglas
02/03/17 11:31:25AM
2,814 posts

Question about ad location


Using Jamroom

perrie:
Hi Doug,
When I say discussion I mean the forum, but as Stumelia wisely pointed out, my forum is actually made out of a group, so that I could have threaded discussions. That being said, on the ACP, when I I want to go to modify the forum I go
ACP>Profiles>Discussions>Templates.... the question for me is which template should I use and where would I put the ad code.


I'd say at the bottom of the jrDiscussion/templates/item_detail.tpl you might wrap it in a block cass div. ie:

<div class="block">
Your ad code here.....
</div>

Hope this helps!
updated by @douglas: 02/03/17 11:31:45AM
douglas
@douglas
02/03/17 09:41:10AM
2,814 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,814 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,814 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,814 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,814 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,814 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,814 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!
  69