I've added a custom link to the details section of the Campaign Object. The intention is when someone clicks that link they are redirected to a report that shows the campaign members of that specific campaign.
My syntax is green, but when the link is clicked the person is redirected as if they just clicked on the reports tab. I have a content source of URL and this:
/lightning/r/Report/00O6R000008BEfFUAW/view?fv0={!Campaign.Id}
Been scratching my head on this for a while. Any thoughts?
Related
I'm not sure if this is possible at all but this is what I want to acheive:
The website I am working on for a martial arts school.I have program pages that give general info on them. Then I have a link that says 'register to view available times' (for a free trial).
I am wondering how to get the user to the specific page for that program's registration. After that, I want to apply the same sort of thing to each program page. E.g. If I am on kids classes > Register > Redirect to Kids Class Times
Womens > Register > Redirect to Women's Class Times.
Also, want the same thing to happen for a 'login' function.
Joomla natively does not support this. You will have to use a third party extension to achieve this. I have used Community Builder (https://www.joomlapolis.com/) before that is both free and open-source that can do what you want.
If i understood your question you like to put some content in to view only for person who is registered on your website.
Here is how to.
1. Create menu item in menu manager >
Add content to your menu. ( modules , articles ) > .
Set the same menu item from Public to Registered.
Button to do so, will be on right side tab: " Details " in menu setting.
2.Then you create a link to these menu or item alias which is public. When the person will click on link the joomla will ask for login and redirect to the menu page.
Hope this helps.
I have searched and searched and cannot find a solution to my specific problem...
I have a site that users join, and can upload their own videos. I crated a specific video type to handle this upload.
Other users can log in and see this content, they get to the content by clicking on a "profile" link for a specific user, and then it should display all the videos that user uploaded. Currently all I can get to work is display ALL of that content type, or none... I cannot figure out how to just get the user being looked for.
In my URL i have the user name being sent, because other info on the profile page that loads is driven off of that ( looked up in mysql tables and displayed with PHP).
As I mentioned I have a filter that limits to playervideo ( which is my content type) and that works, but as mentioned it displays all not just the user I am looking for.
any help would be much appreciated!!
thanks
I think your question is "How do I make a page for all users that lists content authored by a specific user"
I'd do this with the Views module.
Add a view for all your nodes.
Then add a "relationship" for "Content: Author".
Now add a "contextual filter" for the field "user: uid" with a default argument the userid from the URL.
Or you could try to add a contextual filter of "Content: User posted or commented" with the default value as the UID from the URL.
Cheers!
I am new to visualforce and I would like to create the page which would display values from custom object (Staff__c). I would like it to work this way that each user would see value from the Holidays Remaining field from his/hers record in the Staff object (Staff records have the same name like the name of user). Could anyone help me with this please?
Staff__c object should have a link to a User.
In your controller for VF page you pull all needed data basing on current user who opened the VF page.
In dnn6 Would you please go to admin->user accounts and look at the dropdown selector? It shows you can search by username, email, etc but not by first name or last name. Do you know how this dropdown gets poplulated so we can change it?
I don't know why yours wouldn't be populating those fields, I didn't add them to mine, they were already there.
The Population of the dropdown occurs in the \desktopmodules\Admin\Security\Users.ascx.cs file
ProfilePropertyDefinitionCollection profileProperties = ProfileController.GetPropertyDefinitionsByPortal(PortalId, false, false);
So I would start by looking at your Profile Properties defined at the portal level, see if you have First/Last name there. You can find profile properties from the Admin/Site Settings page, on the Users Account Settings tab (under the profile settings section)
If you are using DNN6 (not DNN7) then you'll go to the Admin/User Accounts page and go to the actions for the user accounts module and find the User Profile Properties area.
I have some information about the visitor on my page that I would like to attach to the URL of the page so that when it's Liked to Facebook or +1'd to Google, and someone clicks back through that link, I can track that. For Facebook, "ref" parameter does exactly what I need - the link goes to the wall of the sharer as http://example.com/?fb_ref=MYVALUE. Is there a way to do the same with +1 button?
If I'll just add a parameter myself, Google will consider http://example.com/?g_ref=far a different page from http://example.com/?g_ref=bar.
I tried adding a hash parameter like this: http://example.com/#g_ref=far - this kinda works, but only for the title of the story. On the sharer's wall, the title will link to correct URL (with the hash param), but if someone clicks on the story thumbnail, it goes to the URL with hash param stripped out (which is weird, but true).
So is there a way to mark the shared URL somehow to track click-backs from Google Plus?
You can also visualize activity on Google+ for a particular URL is by viewing the ripples.
Visit https://plus.google.com/ripple/details and enter your URL.