Forum Activity for @developer-networks

Developer Networks
@developer-networks
07/07/15 03:27:47AM
566 posts

Where is the Installation Documentation?


Profile Badges

Strumelia:
I'm a bit confused: did it wind up that he had to create a badge template as he at first did?- or was that not needed and is included in the module, so he later didn't use the template he created?

He created the badge / artwork for his site or purchased one made via 3rd party and uploaded it to his site. Then he used the badge code provided with the module with some modifications. He added his own css as he showed in the example.

Strumelia:
He said towards the end: "My badges.tpl file looks like this." - is that the template he had to create, or was his badges.tpl already included already in your module? I can tweak codes by using this method I believe, but I have not figured out how to create templates on my own yet.
Thanks!

If you would like to start creating templates
you might want to start here: https://www.jamroom.net/the-jamroom-network/documentation/development/123/template-functions

or

https://www.jamroom.net/the-jamroom-network/documentation/development

and lastly

https://www.jamroom.net/the-jamroom-network/documentation/development/1043/creating-a-new-page-for-a-skin

Hope this helps

If you run in to problems let me know ill reply and help you out ;)
updated by @developer-networks: 07/07/15 03:30:55AM
Developer Networks
@developer-networks
07/01/15 01:47:51AM
566 posts

Where is the Installation Documentation?


Profile Badges

Strumelia:
I want to add my own small round 'seal/badge' with or without a transparent background to the lower right corner of certain quota avatars. Attached is an image of what the final thing is supposed to look like. Can i do this easily with this module?

Yes please look what Ilovehousemusic did with this module here https://www.jamroom.net/b360/forum/profile-badges/8073/mybadges-customization-profile-image-overlay

Hope this helps
Developer Networks
@developer-networks
05/29/15 03:15:16AM
566 posts

sharethis on front page


Design and Skin Customization

Also if you did not want to go that route.

you can easily add share this to your index with a copy and paste function from their website

http://www.sharethis.com/get-sharing-tools/
Developer Networks
@developer-networks
05/29/15 03:08:29AM
566 posts

sharethis on front page


Design and Skin Customization

Try creating a profile as the website itself so if you created it and upload the website logo. and the

profile id = 123
then try this in a div box on your index page.

{jrShareThis module="jrProfile" item_id="123"}



Moreover, that same profile can be used to catch all contact us and other relevent data for the site.


Hope that helps
updated by @developer-networks: 05/29/15 03:12:39AM
Developer Networks
@developer-networks
04/07/15 11:58:12PM
566 posts

This audio file is currently being processed


Using Jamroom

Sounds like you need to update to the latest jrAudio module release. Sounds like you have modified files that are no longer working. I would suggest to run an integrity check & clear cache after you install the new clean module files. Make sure your files inside your module have the proper permissions. I am not sure why you would be copying files from /usr/bin/ there is no reason to do that. Just run the latest version of the module and set the folder permissions for the id and sox file to executable. You can do a system check in your Control Panel to make sure you set it right.
Developer Networks
@developer-networks
04/02/15 04:45:23AM
566 posts

jrShareThis


Suggestions

Share this already has this added however the jrShare this module dosent.
sharethis.jpg sharethis.jpg - 161KB

updated by @developer-networks: 04/02/15 04:48:20AM
Developer Networks
@developer-networks
04/02/15 04:37:27AM
566 posts

Use Smarty function to make installation simpler


Profile Badges

The reason I havent jumped on this was because most people have modified the code block to suit there website / badge needs. And it was easier for others to edit the code block then to go in and edit a smarty function. Ill go over it this morning.. But i have a feeling as soon as I do people will start writing me about how to write and change a smarty function.
Developer Networks
@developer-networks
03/31/15 07:47:48AM
566 posts

jrShareThis


Suggestions

I have a suggestion for the jrShareThis module. In a future update to have Instagram added would be really awesome!
updated by @developer-networks: 05/03/15 04:08:26AM
Developer Networks
@developer-networks
03/31/15 05:00:11AM
566 posts

How to add a contact link to the profile?


Installation and Configuration

<input type="hidden" name="note_to_id" value="1">


value here equals the profile ID you would like to send the message to.
Developer Networks
@developer-networks
03/31/15 04:57:30AM
566 posts

How to add a contact link to the profile?


Installation and Configuration

Heres my code that brings up a contact page contact.tpl
<center>
{assign var="selected" value="contact"}
{assign var="spotlight" value="no"}
{assign var="no_inner_div" value="true"}
{jrCore_lang  skin=$_conf.jrCore_active_skin id="55" assign="page_title"}
{jrCore_page_title title=$page_title}
{jrCore_include template="header.tpl"}
<script type="text/javascript">
    $(document).ready(function(){
        jrSkinInit();
     });
</script>
<br><br>

<div class="container">

    <div class="row">

        <div class="col12 last">
<div class="item">

                <div class="block_content"><span class="title">{jrCore_lang  skin=$_conf.jrCore_active_skin id="55" default="Contact Us"}</span></div>
            <div class="block_content">

            <div class="alert alert-success" role="alert"><strong>{jrCore_lang  skin=$_conf.jrCore_active_skin id="56" default="Please enter the message you would like to send"}{jrCore_lang  skin=$_conf.jrCore_active_skin id="57" default=" and we will get back to you ASAP."}</strong></div>

            <div class="inner">

                {if jrUser_is_logged_in() && jrCore_module_is_active("jrPrivateNote")}
                    {jrCore_module_url module="jrPrivateNote" assign="notesurl"}
                    {jrCore_form_create_session module="jrPrivateNote" option="new" assign="token"}
                    <div class="page_notice_drop">
                        <div id="jrPrivateNote_new_msg" class="page_notice form_notice"></div>
                    </div>
                    <div class="inner">
                        <form id="jrPrivateNote_new" enctype="multipart/form-data" accept-charset="utf-8" method="post" action="{$jamroom_url}/{$notesurl}/new_save" name="jrPrivateNote_new">
                            <input id="jr_html_form_token" type="hidden" value="{$token}" name="jr_html_form_token">
                            <input type="hidden" name="note_to_id" value="1">
                            <div class="left capital bold" style="width:75%;margin:0 auto;">
                                {jrCore_lang skin=$_conf.jrCore_active_skin id="69" default="subject"}:<br><br>
                                <input id="note_subject" class="form_text" type="text" value="" name="note_subject" style="width:100%;">
                            </div>
                            <br><br>
                            <div class="left capital bold" style="width:75%;margin:0 auto;">
                                {jrCore_lang skin=$_conf.jrCore_active_skin id="70" default="message"}:<br><br>
                                <textarea id="note_text" class="form_textarea" name="note_text" style="width:100%;"></textarea>
                            </div>
                            <br><br>
                            <div class="center capital bold" style="width:75%;margin:0 auto;">
                                <input id="jrPrivateNote_new_submit" class="form_button" type="submit" value="{jrCore_lang skin=$_conf.jrCore_active_skin id="58" default="Send Message"}">&nbsp;
                                &nbsp;<input type="button" value="{jrCore_lang  skin=$_conf.jrCore_active_skin id="59" default="Cancel"}" onclick="window.location='{$jamroom_url}'" class="form_button">
                            </div>
                        </form>
                    </div>
                {/if}
           </div>
        </div>
      </div>
    </div>
  </div>
</div>


{jrCore_include template="footer.tpl"}


Hope that helps
  18