Forum Activity for @boplive

boplive
@boplive
06/12/14 11:20:04AM
349 posts

custom signup using email address only


Design and Skin Customization

Is that something that you can do and add it to the marketplace or something that can be added to the jrcore for a down the road suggested feature
boplive
@boplive
06/12/14 11:18:08AM
349 posts

add the user login form to any page is causing an error


Design and Skin Customization

hi there guys,

I tried adding the following code below to try the

HowTo: add the user login form to any page
The Jamroom Network » Documentation » HowTo » HowTo: add the user login form to any page
- See more at: https://www.jamroom.net/the-jamroom-network/documentation/howto/603/howto-add-the-user-login-form-to-any-page#sthash.15abzPW7.dpuf

but I'm getting the following ERROR below when I click on the login button:

> > > > a system level error was encountered trying to validate the form values: error:

This is what i'm using below as it is.
Now what I'm thinking that its the ajax function that is causing that error..that little spinning image.
I even had that problem with the Nova skin at one time the ajax tabs wasn't responding.
It could be that the institution that I work has a strict server network which is stopping the ajax properties of the Nova sKIN from working
but whats is strange about that is that the mediapro skin ajax tabs has no problem working.
Is there some code below ( the ajax part)that I can removed to try to make it work


{jrCore_form_create_session module="jrUser" option="login" assign="token"}




user login
password




updated by @boplive: 07/31/14 05:25:51AM
boplive
@boplive
06/09/14 03:32:27PM
349 posts

custom signup using email address only


Design and Skin Customization

Hi Paul,

At some point you build for a website a jr4 custom feature that was a signup page or location on a homepage which only allow you to add your email address only at that moment with a password when signing up to create a membership profile on the site...then a new member can always go back and add there username and any other info.l believe the negative thing about this signup feature which you mentioned was...getting lots of spam ..something like that..its been a long time. What are the chances this email address and password only is needed for verification at signup... can it be doable in jr5..
let me know
thanks
Ed
updated by @boplive: 08/11/14 07:43:25AM
boplive
@boplive
06/08/14 05:07:00PM
349 posts

System Tips Modification


Suggestions

I like your modifications request ;) and your right sometimes users get lost on what to do next after they signup or when they log back in..where to go to start adding there media to there profile
boplive
@boplive
06/06/14 04:56:28PM
349 posts

hiding a google map with no info added yet


GoogleMaps

It showed up...;)

Now how abt me making this payment for it ...hit me up with your paypal

Also is this code below doable with the ujgoogle map just like the genosis module event feature.as um thinking maybe its best to hide them and show only when needed to just in case theres 12 blogs on the page... there not showing 12 maps at one time.unless you click for it.
let me know if you think theres a chance it can work

Show/hide with jQuery

This isn't a difficult thing to do.You need a link or a button (something clickable) and a hidden element. You can initially hide your element using style="display: none;" or set the display to "none" in a css rule and add the classname to the element.
updated by @boplive: 06/06/14 05:06:07PM
boplive
@boplive
06/03/14 08:45:57AM
349 posts

hiding a google map with no info added yet


GoogleMaps

i uploaded the new version and left it with how I had it coded and its working..yayyyyyyyyyyyy... :)

but....I'll switch it out how you mentioned the code above when I get home.

Cheers Steve and as always GREAT WORK!

p.s. looking into getting the LifeStream soon :)
boplive
@boplive
06/03/14 07:13:37AM
349 posts

hiding a google map with no info added yet


GoogleMaps

It's in the list row template in the Nova skin dir - blogs_row.tpl

I try not to use the ACP template editor
boplive
@boplive
06/03/14 05:38:36AM
349 posts

hiding a google map with no info added yet


GoogleMaps

Hi Steve...I had the latest updated jamroom core before updating to 5.2 last night.

I check and there is no other googlemap call tht may interfere

now it looks like I am up to date with the latest version of ujgooglemap. .but im going to double check and get back to you on that...

theres nothing in the error log related to googlemap

tonight..ill give it a try calling it from blog_item_details and see wht happens

also im going to try a different skin...just to make sure its not the Javascript of the Nova skin tht has conflicts..which I know it shouldnt but who know.

thnx fr ur help
boplive
@boplive
06/02/14 06:50:58PM
349 posts

hiding a google map with no info added yet


GoogleMaps

hi Steve,
I took off the skin=true and no luck as you see it now...
the blue or the map doesn't show at all on the page...but you do see the spacing in the first blog which is where there supposed to be a map

{ujGoogleMaps_map module="jrBlog" name="map" map=$item height="150" width="300" controls="false" marker="infowindow"}

i even tried taking out name="map"

{ujGoogleMaps_map module="jrBlog" map=$item height="150" width="300" controls="false" marker="infowindow"}

and it left the spacing on top wher the map showed but also no blue boxes
boplive
@boplive
06/01/14 04:57:29PM
349 posts

hiding a google map with no info added yet


GoogleMaps

Hi there Steve,

I been messing around with the Ujgooglemap and got it to work. Definitely great work you have done with this.
I'm displaying the function in the Nova skin directory on a custom blog and event page.
what I would like to do is only display a google map when a member or artist adds the location info.
.by using the {if} else {\if} function
Right now if there no location info added ..a blank blue google map is showing
And it looks ugly if there a lots of blue maps on the event or blog page
Do you have any idea wht function will work to hide these extra blank boxes.until the location info is added.

i have ther nova skin

this is the link
http://www.spied.me

this in the blogs_row.tpl underneath the tabs
{$item.blog_text|truncate:250:"...":false|jrCore_format_string:$item.profile_quota_id|nl2br}


{ujGoogleMaps_map skin=true module="jrBlog" name="map1" map=$item height="150" width="300" controls="false" marker="infowindow"}


in form designer

my label is called blog_googlemaps label

this is what i have for both blog create and blog update

field: blog_googlemaps

label - blog_googlemaps label

sub label - left blank

help - blog_googlemaps help

type - googlemaps

options- left blank

default- left blank

validation string printable character and html allowed quota

minimum- left blank

maximum -left blank

display groups -quota member

required -checked

active - checked

that about it

Thanks
Ed
  28