Forum Activity for @dobmat

alt=
@dobmat
07/10/14 02:28:54AM
93 posts

can't upload several file formats


Installation and Configuration

Hi

In a form I've a button to upload files. I have selected the type of field as file. But I cannot upload many file formats such as doc, rtf etc. It says this format is not supported but doesn't say which types can be uploaded. Please help how I can configure this.

Also I want to purchase file downloads module. But I'm not sure as I'm not able to upload several formats, I think download module is not much useful if files cannot be uploaded in the first place.

Thanks.
updated by @dobmat: 08/11/14 06:20:33PM
alt=
@dobmat
07/09/14 11:48:11AM
93 posts

can't delete the items of my custom module


Jamroom Developers

Hi

I'm not able to delete items created by non-admin users for a custom module. The error is as attached. is it related to configuration? Please help.

Thanks.


Untitled.jpg Untitled.jpg - 24KB

updated by @dobmat: 08/12/14 05:31:26PM
alt=
@dobmat
07/09/14 11:34:06AM
93 posts

Customize Register Page


Installation and Configuration

Hi

I did as you said, but the custom fields does not show up if I logout as admin and go to create account page.

Thanks
alt=
@dobmat
07/09/14 04:53:42AM
93 posts

Customize Register Page


Installation and Configuration

Hi

I need to add custom fields into user registration page. Please advise on how I can add them.

Thanks.
updated by @dobmat: 08/27/14 07:45:38AM
alt=
@dobmat
05/21/14 02:51:18AM
93 posts

Display uploaded files and download them


Jamroom Developers

I apologise for that. Here is my code to query db for files uploaded and display them.

{jrCore_list module="gsVenue" search1="venue_title_url = `$item.venue_title_url`" search2="_profile_id = `$item._profile_id`" template='null'
order_by="venue_order numerical_asc" limit="500" assign="preview"}


{if isset($preview)}
    {foreach $preview as $it}
        <div class="item">

            <div class="container">
                <div class="row">
                    <div class="col10 last">

                        <div class="p5">
                            <h4><a href="{jrProfile_item_url module="gsVenue" profile_url=$it.profile_url item_id=$it._item_id title=$it.venue_docs_name}">
                                    {$it.venue_docs_name}<img src="../doc.png"></a></h4><br><br>
                            <span class="normal">{$item.page_body|jrCore_format_string:$item.profile_quota_id|strip_tags|truncate:180}</span>
                        </div>

                        <div id="m{$it._item_id}" class="venue_actions">
                            {jrCore_item_delete_button module="gsVenue" action="`$murl`/delete_file/id=`$it._item_id`" profile_id=$it._profile_id item_id=$it._item_id height="8" width="8"}

                            {jrCore_module_url module="gsVenue" assign="murl"}
                            <a href="{$jamroom_url}/{$murl}/download_file/id={$it._item_id}">
                                {jrCore_icon icon="download"}</a><br>
                         </div>

                    </div>
                </div>
             </div>

        </div>
    {/foreach}
{/if}
alt=
@dobmat
05/21/14 01:42:33AM
93 posts

Display uploaded files and download them


Jamroom Developers

I tried it. But its giving "invalid location redirect token received - please try again" error. My template for putting button on each uploaded file is as below. If I try use method as described in https://www.jamroom.net/the-jamroom-network/documentation/development/1508/item-action-buttons, the button doesn't show up on each file displayed.

Thanks.
- 94KB

updated by @dobmat: 05/21/14 01:55:12AM
alt=
@dobmat
05/20/14 02:47:20AM
93 posts

Display uploaded files and download them


Jamroom Developers

I want to link the download button to view_gsVenue_download_file() function in my index.php. The function is as below. But I'm getting this error "invalid location redirect token received - please try again".
- 107KB

updated by @dobmat: 05/20/14 02:54:16AM
alt=
@dobmat
05/20/14 02:40:55AM
93 posts

Cache not reseting if a required field in the form is not provided


Jamroom Developers

Yes I have put all three of them in update form.
alt=
@dobmat
05/19/14 07:47:56AM
93 posts

Cache not reseting if a required field in the form is not provided


Jamroom Developers

Hi

In my create form I have 3 fields name,image and files. Out of it name and image are required fields. If these fields are not provided on first time, then later on getting an error if the field is filled still getting same error. Only after reseting the cache in ACP the create form works. Is there any solution for this.

Thanks.
updated by @dobmat: 06/25/14 09:35:39AM
alt=
@dobmat
05/19/14 07:42:29AM
93 posts

Invalid item array received after deleting a single uploaded file


Jamroom Developers

Yeah, I noticed the URL is pointing to the deleted item. I changed it. Its working now.

Thanks.
  3