Forum Activity for @michael

michael
@michael
09/14/16 07:26:57PM
7,832 posts

Is Geo Location a static Signup field?


Using Jamroom

To reiterate what doug said above ^:
If you have an value in your datastore like profile_location that got their via an import, you can make that value editable by adding it to the Form Designer. The stored value will become editable.

Docs: "Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer
michael
@michael
09/14/16 07:18:00PM
7,832 posts

Data Browser truncates out Timeline profile id #s that i need


Using Jamroom

Sounds like the "Delete Timeline Entries" found at:
ACP -> MODULES -> PROFILE -> TIMELINE -> GLOBAL CONFIG -> Delete Timeline Entries

Isn't firing for some reason in this case. With that checked deleting the main item should delete the timeline entry too.

Does that assessment seam correct to you? If it is I will look for why and see if it needs fixing.

That way after your deleting all that should be needed to clear any caches is:
ACP -> MODULES -> CORE -> SYSTEM CORE -> RESET CACHES

--
The timeline layout seams secondary to that. If that was working, looking at the data browser would be un-necessary in this case correct?

--
The other idea that seams more direct is a delete button on your "site MainHome page's Activity feed" to click to delete that post.
michael
@michael
09/14/16 06:44:33PM
7,832 posts

PayPal Buy It Now


Installation and Configuration

Gotcha, thanks for the detailed explanation. I can see you understand the differences between the two modules.

Looking at your screenshots it appears to be working as I would expect it to work.

This image is someone in the "ArtistPP" quota, because their audio create screen shows the buy it now price:
img
while this is someone in the "Artist" quota because they sell with the foxycart system:
img

Are you expecting that there would be 2 "Price" boxes?
updated by @michael: 09/14/16 06:46:44PM
michael
@michael
09/14/16 06:17:54PM
7,832 posts

Display Signup form field on Profile


Using Jamroom

The issue here is you're adding Form Fields to collect additional USER information, then wanting to display that as PROFILE information.

It will be available everywhere the user is looking on the {$_user.user_about} variable, but the $_user variable is the 'user looking at the screen' so probably not what you're wanting.

Will get a coffee and have a think about how it could be done. back soon.
michael
@michael
09/13/16 10:29:02PM
7,832 posts

Jamroom 4 Archive Site


Off Topic

Its gone. JR5 has been out for more than 3 years now.
michael
@michael
09/13/16 10:24:11PM
7,832 posts

How do I get my new SiteBuilder-built home page to be the default?


Using Jamroom

nice. its not rudimentary, not many people know that exists I suspect. After that its me having difficulty pin pointing the question. :)

Glad you're sorted.
michael
@michael
09/13/16 09:47:57PM
7,832 posts

Data Browser truncates out Timeline profile id #s that i need


Using Jamroom

Whats the action around whats being performed here? It seames like whats happening is you're scanning timeline entries for in appropriate comments in order to delete them.

Wondering if there is not a better way to lay it out to achieve the goal.
michael
@michael
09/13/16 07:49:58PM
7,832 posts

How do I get my new SiteBuilder-built home page to be the default?


Using Jamroom

LesRinchen:...Are you saying that now, to override the existing / page, I have to rebuild anew starting from your-site.com/? Is there no way to move or copy the page I've already put so much time into? Just making sure I understand before I start over.

Ah, the question is: How do I change the URL of a page.
A: Go to the page you built with site builder, click on the SITE BUILDER button.
PAGE CONFIG -> PAGE SETTINGS -> Page URL

Change that from /home to just /

SAVE CHANGES.
michael
@michael
09/13/16 07:44:06PM
7,832 posts

How do I get my new SiteBuilder-built home page to be the default?


Using Jamroom

I'm saying, that what happens on a server when its not told where to go, is that it has a system.

When you ask to go to some-site.com/ that that is not a real full url. Its like asking your husband "could you go to the shops and get me a." It doesn't really know what to do, it sort of does, but is uncertain.

The system servers use when given partial instructions is to complete them for you. The location they go to is called the 'index page'. (Its called that because what used to happen was a server would display an index or list of files that exist at that location and you would then pick one to go to.)

So when you click on site.com/home as is linked to by your "Home" link it points to a full url. When there is not a full url, the index shows.

If you wanted to keep the contents of the index.tpl page as a reference, you could copy the file to reference.tpl then access it at your-site.com/reference
michael
@michael
09/13/16 07:30:05PM
7,832 posts

Can I direct users to the Home page upon login, instead of to their Profile page?


Using Jamroom

You can set that up on a per-quota basis.

Go to:
ACP -> MODULES -> USERS -> USERS -> QUOTA CONFIG -> Login Redirect Page
Quote:
After a successful login, what location should the user be redirected to?

"profile" - User will be redirected to their Profile.

"index" - User will be redirected to the Site index page.

URL - Enter an actual URL (eg. http://www.mysite.com/post_login_page) for the user to be redirected to.
  353