Forum Activity for @boplive

boplive
@boplive
08/26/14 06:32:35PM
345 posts

How do I create the update form for polls and gallery?


Using Jamroom

will do Michael....I'll re-write it...
I know what you mean about me trying to undertsnd it as well :)

I'll try the creating of each item nd see what happens...thanks a bunch!
Will get back to you if when I succeed :0)
boplive
@boplive
08/26/14 06:08:16PM
345 posts

How do I create the update form for polls and gallery?


Using Jamroom

Hi guys, when I go to the admin profile or a member profile to create a gallery item or poll item the following message is showing on the top each page.
Example
The following designer forms have not been setup yet for this module:
Poll/update
These forms will be initialized the first time they are viewed. It is recommended that you view all forms for this module before using the form designer.The same message I get when I go to the gallery page to create an item.
So how do create and update form for both polls and gallery
updated by @boplive: 10/19/14 02:31:50PM
boplive
@boplive
08/20/14 05:54:40PM
345 posts

Eliminating the spacing between each ARTISTS image / details when adding more info like biography


Design and Skin Customization

got it Michael.. :)

and I took a look at what Steve provided...something like how the Masonry grid interacts is what Im looking for.
I'm going to check out the github link you added and see what that offers
boplive
@boplive
08/19/14 02:55:19PM
345 posts

Eliminating the spacing between each ARTISTS image / details when adding more info like biography


Design and Skin Customization

Hi Michael..thanks for the help...I already have the col6 divs to make it go half way across the page which is set in another template that I called artist_default_row.tpl it's pulling some data that has biography, description, rating..etc.
I'm looking more into getting rid of that extra space in between each profile.
More like how pinterest has there items...which are all directly underneath each other no matter how much details /info you add to the items...no tremendous gap between each item.
I'll put a link of blogs here when i get home so you can see an example of the spacing

Thanks
Ed
updated by @boplive: 08/19/14 02:56:49PM
boplive
@boplive
08/19/14 02:27:18PM
345 posts

how about also being able to implement the jrpolls on the media instead of a standalone module


Suggestions

Will try that out tonight...I'll keep you posted if it worked for me ;)
Thanks Michael
boplive
@boplive
08/18/14 01:56:14PM
345 posts

how about also being able to implement the jrpolls on the media instead of a standalone module


Suggestions

Just curious...what about the ability to ALSO BE ABLE TO add jrpolls or polls on any media or events instead of a standalone module...there already too much stuff spread out ...some people like myself prefer to limit what can be done in one spot and make it more interactive . :)

Just a though :) :)
updated by @boplive: 10/06/14 06:05:41AM
boplive
@boplive
08/18/14 01:34:38PM
345 posts

Eliminating the spacing between each ARTISTS image / details when adding more info like biography


Design and Skin Customization

Ok, let’s look at the artist page on any skin, they are all going horizontally across with either 3 or 4 rows of an ARTISTS image on the page with their profile name underneath.
That the basic setup. I’m looking to add a few more info (ex: place of location, ratings, views or biography, etc.) underneath each artists image besides the Artists profile name
But when you add a few more things underneath that artist image there a tremendous space between each image due to everything staying uniform with each other in that horizontal row.
If I have the biography there…each artists has more than others so there that space.

How can I get it to where that artists image and info just sets underneath each other to eliminate the spacing.

Below is the info from artists_row.tpl of the jrNova Skin

{if isset($_items)}
              <div class="container">
                 <div class="row">
            {foreach from=$_items item="item"}                    
                        {jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="medium" crop="auto" class="iloutline" alt=$item.audio_title}
                        {$item.profile_name}                
            {/foreach}
         </div>
    </div>
{/if}

updated by @boplive: 09/28/14 05:41:01AM
boplive
@boplive
08/15/14 08:26:04AM
345 posts

Best Way To Add Reviews on Chart Pages


Using Jamroom

you guys are definetly troopers...always coming through for everyone :)
boplive
@boplive
08/12/14 05:23:53PM
345 posts

Best Way To Add Reviews on Chart Pages


Using Jamroom

boplive:
Hey Daze..do you mind sharing that..i also at one time wanted to do that modal feature ..i ask for help and they helped me..but left it alone for awhile had a few things come up

https://www.jamroom.net/the-jamroom-network/forum/design-and-skin-customization/6192/extra-event-info-displaying-from-eventtpl-page-not-profile-page


never mind...I got it to work... I just went back to the old code I used and remove something and added {$item._item_id}...I had it like you had it before
{$item._id}...thaNks guys :)
boplive
@boplive
08/12/14 10:09:35AM
345 posts

form designer in jrpolls


Suggestions

Yup.. I just found that out on what to do with Jr embed by watching your Kool video.
Thanks
  25