Forum Activity for @ekwe

alt=
@ekwe
09/23/14 06:25:47AM
212 posts

How to get the list of people a user is following


Design and Skin Customization

brian:
Just checking out the module as I was certain there was a special search tag for this, but I'm not seeing anything. Let me check it out and see if we have support for this, and if not I can get something added in.

Hope this helps!

You're the best! Thanks Thanks
alt=
@ekwe
09/22/14 08:38:32PM
212 posts

How to get the list of people a user is following


Design and Skin Customization

Ok, trying to create a list of people a user is following, so he or she can go through it and unfollow when they want. I used the action call

{jrCore_list module="jrAction" profile_id=$_profile_id template="ollowing.tpl" include_followed=true search="action_module = jrFollower" search1="action_mode = create" search2="profile_id != `$_profile_id`" order_by="_item_id numerical_desc" pagebreak="40" page=$page_num pager=true no_cache=true}

so results are coming up, but I am having multiple users. and i have tried to group them, but not working. Any ideas or easier way to get the list of people a user is following?
updated by @ekwe: 11/03/14 01:56:25AM
alt=
@ekwe
09/22/14 08:30:02PM
212 posts

How To List New Forum Topics On Another Page


Design and Skin Customization

I know that, but on projam, you need to allow them have a forum for them to view list of topics of a forum on skin templates
alt=
@ekwe
09/22/14 01:17:44PM
212 posts

How To Use Custom Button For FoxyCart?


Design and Skin Customization

Got it, thanks thanks. :) Although when I add to cart the popup brings up an error, saying "downloadable product needs to be configured or so"

Thanks again
alt=
@ekwe
09/22/14 08:12:50AM
212 posts

How To Create Custom Signup Pages


Design and Skin Customization

Is there anywhere, where I can have a sample code of signup pages, want to customize the look of our sign ups. Please, thanks. This is what I was able to get from view source, but how to generate the keys and put in the correct variables became the issue. Thanks in advance for your time

<form class="jrform" id="jrUser_signup" name="jrUser_signup" action="http://jamroom/user/signup_save" method="post" accept-charset="utf-8" enctype="multipart/form-data">
<input id="jr_html_form_token" name="jr_html_form_token" value="c0d968194a4e5bb347124fbcec3fd864" type="hidden">
<table class="page_content">
<tbody><tr>
    <td colspan="2" class="page_banner_box">
        <table class="page_banner">
            <tbody><tr>

                    <td class="page_banner_right"></td>
                            </tr>
        </tbody></table>
    </td>
</tr>
<tr>
  
  <td colspan="2" class="page_notice_drop"><div id="jrUser_signup_msg" class="page_notice form_notice"></div></td>
</tr><tr>
  <td class="element_left form_input_left text_left user_name_element_left">
    <a id="ff-user_name"></a>user name
      </td>
  <td class="element_right form_input_right text_right user_name_element_right" style="position:relative">
    <input id="user_name" class="form_text" name="user_name" value="" tabindex="1" autocorrect="off" autocapitalize="off" type="text">
              <input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_name').slideToggle(250);" type="button">
      </td>
</tr>
<tr>
  <td class="element_left form_input_left" style="padding:0;height:0px"></td>
  <td>
    <div id="h_user_name" class="form_help" style="display:none">

      <table class="form_help_drop">
        <tbody><tr>
          <td class="form_help_drop_left">
            please enter your user name
            
                      </td>
          <td class="form_help_drop_right">
            
                      </td>
        </tr>
      </tbody></table>

    </div>
  </td>
</tr>
<tr>
  <td class="element_left form_input_left text_left user_email_element_left">
    <a id="ff-user_email"></a>email address
      </td>
  <td class="element_right form_input_right text_right user_email_element_right" style="position:relative">
    <input id="user_email" class="form_text" name="user_email" value="" tabindex="2" autocorrect="off" autocapitalize="off" type="text">
              <input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_email').slideToggle(250);" type="button">
      </td>
</tr>
<tr>
  <td class="element_left form_input_left" style="padding:0;height:0px"></td>
  <td>
    <div id="h_user_email" class="form_help" style="display:none">

      <table class="form_help_drop">
        <tbody><tr>
          <td class="form_help_drop_left">
            please enter a valid email address or user name to log into the system.
            
                      </td>
          <td class="form_help_drop_right">
            
                      </td>
        </tr>
      </tbody></table>

    </div>
  </td>
</tr>
<tr>
  <td class="element_left form_input_left password_left user_passwd1_element_left">
    <a id="ff-user_passwd1"></a>password
      </td>
  <td class="element_right form_input_right password_right user_passwd1_element_right" style="position:relative">
    <input id="user_passwd1" class="form_text" name="user_passwd1" value="" tabindex="3" type="password">
              <input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_passwd1').slideToggle(250);" type="button">
      </td>
</tr>
<tr>
  <td class="element_left form_input_left" style="padding:0;height:0px"></td>
  <td>
    <div id="h_user_passwd1" class="form_help" style="display:none">

      <table class="form_help_drop">
        <tbody><tr>
          <td class="form_help_drop_left">
            please enter your password
            
                      </td>
          <td class="form_help_drop_right">
            
                      </td>
        </tr>
      </tbody></table>

    </div>
  </td>
</tr>
<tr>
  <td class="element_left form_input_left password_left user_passwd2_element_left">
    <a id="ff-user_passwd2"></a>repeat password
      </td>
  <td class="element_right form_input_right password_right user_passwd2_element_right" style="position:relative">
    <input id="user_passwd2" class="form_text" name="user_passwd2" value="" tabindex="4" onkeypress="if (event &amp;&amp; event.keyCode == 13 &amp;&amp; this.value.length > 0) { jrFormSubmit('#jrUser_signup','c0d968194a4e5bb347124fbcec3fd864','ajax'); }" type="password">
              <input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_passwd2').slideToggle(250);" type="button">
      </td>
</tr>
<tr>
  <td class="element_left form_input_left" style="padding:0;height:0px"></td>
  <td>
    <div id="h_user_passwd2" class="form_help" style="display:none">

      <table class="form_help_drop">
        <tbody><tr>
          <td class="form_help_drop_left">
            repeat the password you entered to be sure there are no typos
            
                      </td>
          <td class="form_help_drop_right">
            
                      </td>
        </tr>
      </tbody></table>

    </div>
  </td>
</tr>
<tr>
  <td class="element_left form_input_left select_left quota_id_element_left">
    <a id="ff-quota_id"></a>Account Type
      </td>
  <td class="element_right form_input_right select_right quota_id_element_right" style="position:relative">
    <select id="quota_id" class="form_select" name="quota_id" tabindex="5"><option value="1" selected="selected"> TruSpotters</option>
<option value="2"> Artists</option>
</select>
              <input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_quota_id').slideToggle(250);" type="button">
      </td>
</tr>
<tr>
  <td class="element_left form_input_left" style="padding:0;height:0px"></td>
  <td>
    <div id="h_quota_id" class="form_help" style="display:none">

      <table class="form_help_drop">
        <tbody><tr>
          <td class="form_help_drop_left">
            Select the Type of Account you would like to sign up for.
            
                      </td>
          <td class="form_help_drop_right">
            
                      </td>
        </tr>
      </tbody></table>

    </div>
  </td>
</tr>
<tr>
  <td class="element_left form_input_left custom_left _element_left">
    <a id="ff-"></a>social login
      </td>
  
</tr>
<tr>
  <td class="element_left form_input_left" style="padding:0;height:0px"></td>
  <td>
    <div id="h_" class="form_help" style="">

      

    </div>
  </td>
</tr>
<tr>
  <td class="element_left form_input_left checkbox_spambot_left user_is_human1972726_element_left">
    <a id="ff-user_is_human1972726"></a>human check
      </td>
  <td class="element_right form_input_right checkbox_spambot_right user_is_human1972726_element_right" style="position:relative">
    <span id="sb_user_is_human1972726"><input id="user_is_human1972726" name="user_is_human1972726" tabindex="5" type="checkbox"></span>
              <input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_is_human1972726').slideToggle(250);" type="button">
      </td>
</tr>
<tr>
  <td class="element_left form_input_left" style="padding:0;height:0px"></td>
  <td>
    <div id="h_user_is_human1972726" class="form_help" style="display:none">

      <table class="form_help_drop">
        <tbody><tr>
          <td class="form_help_drop_left">
            check this to let us know you are human, and not a spam bot.
            
                      </td>
          <td class="form_help_drop_right">
            
                      </td>
        </tr>
      </tbody></table>

    </div>
  </td>
</tr>
<tr>
  <td colspan="2" class="form_submit_box">
    <div class="form_submit_section">
        
        <img id="form_submit_indicator" src="http://jamroom/image/img/skin/mytruspot/submit.gif" alt="working..." height="24" width="24"><input id="jrUser_signup_submit" class="form_button" value="create account" tabindex="6" onclick="jrFormSubmit('#jrUser_signup','c0d968194a4e5bb347124fbcec3fd864','ajax');" type="button">&nbsp;&nbsp;<input id="jrUser_signup_cancel" class="form_button" value="cancel" onclick="jrCore_window_location('http://jamroom/login')" type="button">
    </div>
  </td>
</tr>
</tbody></table>
</form>


updated by @ekwe: 11/03/14 12:46:18AM
alt=
@ekwe
09/22/14 06:08:07AM
212 posts

How To List New Forum Topics On Another Page


Design and Skin Customization

it worked when i put on "Allow Profile Forum" for all quotas. But I don't want members to be able to have their own forums. I just want them to post. So it's a bug that needs to be fixed
alt=
@ekwe
09/21/14 08:31:09PM
212 posts

How To List New Forum Topics On Another Page


Design and Skin Customization

Ok, it has stopped working again. And this is the call I am using

{jrCore_list module="jrForum" search="forum_post_count > 0" order_by="_created numerical_desc" template="item_list.tpl" limit="10"}
alt=
@ekwe
09/21/14 11:33:07AM
212 posts

List of users who are not following.


Design and Skin Customization

Ok, for this one. I was trying to call members on the site that the follower is not following. But it's still showing members the user is following

{jrCore_list module="jrProfile" order_by="_created RAND" search1="include_followed = false" search2="profile_id != `$_user.user_id`"   template="side_members_row.tpl" limit="5"} 

This one, I want to display the people that the user is following. But showing nothing. How can we make it work please. Thanks

{jrCore_list module="jrFollower" profile_id=$_profile_id template="followers.tpl" include_followed="false" pagebreak="8" page=$_post.p pager=true }


updated by @ekwe: 11/15/14 12:14:01AM
alt=
@ekwe
09/21/14 11:27:09AM
212 posts

How To Use Custom Button For FoxyCart?


Design and Skin Customization

brian:
Yeah - you need to pass in the item array. So for example, if you are using this in the jrAudio/templates/item_list.tpl, it would go inside the "foreach" loop:

{foreach $_items as $item}
    {jrFoxyCart_add_url module="jrAudio" item=$item field="audio_file" assign="cart_url"}

    <a href="{$cart_url}">Click here to add this item to the cart</a>
{/foreach}

Let me know if that helps.

Ah makes sense, let me try this
  7