Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
10/28/16 08:22:13PM
3,304 posts

possible jr6 bug


Installation and Configuration

odd... i went back through (after changing my profile quota) and reset all the modules quota permissions and ..somehow ..without re-uploading them they all reappeared

but still have the forum issue with it showing the replies in the list
soaringeagle
@soaringeagle
10/28/16 07:49:15PM
3,304 posts

possible jr6 bug


Installation and Configuration

ps restarted mysql tried both apache and litespeed
somethings odd cause i thought jrimage handled all images including those posted in html widgets and forum poosts
soaringeagle
@soaringeagle
10/28/16 07:28:24PM
3,304 posts

possible jr6 bug


Installation and Configuration

how would i roll back the image core version? cause i swear it worked a few days ago maybe last week ..
but its behavior has changed today just using it

am i correct in thinking that the sitebuider uploasded photos (rotator) uses jrimage_item jrimage_item_key cause those tables have nothing in them at all
soaringeagle
@soaringeagle
10/28/16 07:22:48PM
3,304 posts

possible jr6 bug


Installation and Configuration

want to try it on my site?
fwi.dreadlockssite.com
soaringeagle
@soaringeagle
10/28/16 07:22:00PM
3,304 posts

possible jr6 bug


Installation and Configuration

i tested with many files that was just cause those files downloaded from my camera twice i tried the other versions without the (1)
and most of the times i only tried the small files or even just 1 of the small files

heres the odd part
at 1st i got that message, but the list of images showed up in green as if they uploaded but when i saved nothing showed
then that message went away and after they upload the list doesn't stay there in green it just vanishes
soaringeagle
@soaringeagle
10/28/16 06:47:07PM
3,304 posts

possible jr6 bug


Installation and Configuration

the exact same files uploaded fine to the gallrery just not using the sitebuilder uploaded images thing
soaringeagle
@soaringeagle
10/28/16 06:45:56PM
3,304 posts

possible jr6 bug


Installation and Configuration

theres a number of them i'll attach them it was working now its not
Freedoms-Wings-pic11-ChrisL-Cookie.jpg Freedoms-Wings-pic11-ChrisL-Cookie.jpg - 55KB
soaringeagle
@soaringeagle
10/28/16 02:20:36PM
3,304 posts

possible jr6 bug


Installation and Configuration

in sb adding images to a page using the sb uploaded images thingy i get the error (with bad grammar) upload file was not saved. no create database item for the file

note: i no longer get any error messages, but still no images show up, and exploring the datastore and db through phpmyadmin jrImage_item and jrImage_item_key have nothing at all in them
i can upload images into the forums using the embed local media button that works
but doesnt seem to use this db table
i suspect its a typo somewhere in the sitebuilder

server logs contain this
2016-10-28 19:18:24	Access	71.225.6.155	200	POST /core/upload_file/?orderid=1&upload_name=upimg_file&field_name=pm_upimg_file&upload_token=469c90d32334eb1b6fa851113259c4c8&extensions=png%2Cjpg%2Cgif%2Cjpeg&multiple=true&pm_upimg_file=DSCN3418+(1).JPG HTTP/1.1	http://fwi.dreadlockssite.com/	Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393	400 	Apache access
2016-10-28 19:18:25	Access	71.225.6.155	200	POST /upimg/create_save HTTP/1.1	http://fwi.dreadlockssite.com/	Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393	4.13 K	Apache access
which to me looks like a success except for it not writing to the db


ironically, it seemed to work just right a few days ago

further testing dropped tabled ran integrity check verified tables were added back repeated steps ..still failed
oh yea also tried disabling convert to jpg (images uploaded are jpg anyway)

secondary bug
{jrCore_list module="jrForum" order_by="forum_updated desc" limit="10"}
results in the reply showing in the list too instead of just the topic bumping to top of list when updated


updated by @soaringeagle: 01/27/17 02:03:26AM
soaringeagle
@soaringeagle
10/25/16 09:01:55AM
3,304 posts

form designer calander template help needed


Design and Skin Customization

if it helps i can go into more detail of what id like to see
basicly i don't want the list i want the calander view, but general events only postable by certain quotas
general members can only post ..well in this case flight scheduling
so instead of the event title the date would list the user name the plane scheduled and if needed the instructor (and times scheduled)
i created a chain select (1st time using it ..great feature!) with option 1 being the 2 planes we have currently and option 2 the instructors available for each plane

i suppose i can work with the list for now
but customizing the calander view itself would be a great improvement

ps off topic jr 6 will the shops and search be improved?
soaringeagle
@soaringeagle
10/24/16 10:44:53AM
3,304 posts

form designer calander template help needed


Design and Skin Customization

situation:
1: i want only certain profiles to be able to access the title and description to post general events in the publically accessable calander.

2: other profiles have no access to title or description, only a chain select options

3 general calander exludes events where chain selects used, or only uses events where title is not null

4 special chan select calander shows calander view (not list) and instead of title showing in calander shows user_id chain select option 1 and optional chain select option 2

using this currently
{jrCore_module_url module="jrEvent" assign="murl"}
{debug}

<div class="block">
    <div class="title">
        <div class="block_config">
            <select class="form_select" style="width: auto" name="calendar_month" id="calendar_month" onchange="var m=this.options[this.selectedIndex].value; jrCore_window_location('{$jamroom_url}/{$murl}/calendar/'+ m +'/{$year}')">

                <option value="1" {if $month == "1"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="41" default="January"}</option>
                <option value="2" {if $month == "2"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="42" default="February"}</option>
                <option value="3" {if $month == "3"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="43" default="March"}</option>
                <option value="4" {if $month == "4"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="44" default="April"}</option>
                <option value="5" {if $month == "5"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="45" default="May"}</option>
                <option value="6" {if $month == "6"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="46" default="June"}</option>
                <option value="7" {if $month == "7"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="47" default="July"}</option>
                <option value="8" {if $month == "8"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="48" default="August"}</option>
                <option value="9" {if $month == "9"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="49" default="September"}</option>
                <option value="10" {if $month == "10"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="50" default="October"}</option>
                <option value="11" {if $month == "11"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="51" default="November"}</option>
                <option value="12" {if $month == "12"}selected="selected"{/if}>{jrCore_lang module="jrEvent" id="52" default="December"}</option>
            </select>

            <select class="form_select" style="width: auto" name="calendar_year" id="calendar_year" onchange="var y=this.options[this.selectedIndex].value; jrCore_window_location('{$jamroom_url}/{$murl}/calendar/{$month}/'+ y)">>
                {foreach $_years as $v}
                    {if $v == $year}
                        <option value="{$v}" selected="selected">{$v}</option>
                    {else}
                        <option value="{$v}">{$v}</option>
                    {/if}
                {/foreach}
            </select>
        </div>
        <h1>{jrCore_lang module="jrEvent" id="53" default="Event Calendar"}</h1>
    </div>
</div>

{jrEvent_calendar month=$month year=$year}

that at least gives me the calander view, but see no way to change whats displayed in the actual events
I've tried the other templates which only show the table header with the day of the week
nothing below that
i'm guessng that i have to use more then 1 template to achieve what i want?

i know exactly how i want it to work..i know how all the pieces should fit together, but i'm not figuring out which templates i'd need to alter to alow both a regular events style and this special events style simultaneously in 2 separate calander views (pages)

updated by @soaringeagle: 01/24/17 02:42:45AM
  95