solved How do I make custom modules show to all users ?

izhmel
@izhmel
4 years ago
1,319 posts
How do I make custom modules show to all users ? custom modules only show to admins.
page.jpg
page.jpg  •  952KB




--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 06/28/20 07:34:08AM
michael
@michael
4 years ago
7,692 posts
Create some content there.

Example: If the BLOG module is enabled for a profile via the quota system, but the owner of the profile has yet to create any blog posts, then the BLOG tab will not show to visitors of the profile.

WHY: Because visitors don't want to click around a profile just to see if there may be content there.
izhmel
@izhmel
4 years ago
1,319 posts
There is content there as shown in the two attachments . The module only shows to admins
radio.jpg
radio.jpg  •  919KB

page.jpg
page.jpg  •  952KB




--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 03/19/20 08:29:04PM
paul
@paul
4 years ago
4,325 posts
Not having an issue 'seeing' that page as a visitor, but am getting the message 'You must be logged in to stream media or create an account if you don't have one.'. Is that the issue? If so, change that in the Core Content tab.


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
4 years ago
1,319 posts
The issue is only admin can see the custom modules as shown in the attachments " Dubmusic Streaming Radio" and "subscriptions" visitors or members cant see the modules as shown in the attachment .

Please see page1.png
page1.jpg
page1.jpg  •  954KB




--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 03/20/20 08:32:04AM
michael
@michael
4 years ago
7,692 posts
I can see that url when logged out.

--edit--
Try changing to a standard jamroom skin and see if you can see it then.
can_see.jpg
can_see.jpg  •  2MB


updated by @michael: 03/20/20 01:02:53PM
izhmel
@izhmel
4 years ago
1,319 posts
It dose not matter what skin I uses the custom modules dose not show to all users they only shows to only the admin .

Please see page2.png
page2.jpg
page2.jpg  •  709KB




--
The Scientist
dubmusic.com
Thanks for any assistance.
paul
@paul
4 years ago
4,325 posts
Sorry but I'm really not understanding what the issue is.
All the links to the 'radio' pages you have given us are visible and playable to me when logged into your site as an admin and as a user (my test account 'paultest'). They are also visible as a visitor but as I said above, you have the 'Log in to stream' option set so a visitor cannot play them.

Please explain exactly what your issue is.
Thanks


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
4 years ago
1,319 posts
After you login as a user click one of the artists on the front page and you will see the modules dose not show as shown in"page1.jpg"

Thanks


--
The Scientist
dubmusic.com
Thanks for any assistance.
paul
@paul
4 years ago
4,325 posts
I logged in as my test user accout - 'paultest'.
I click on any artist on the homepage and I see the artist page and the 'DubMusic Streaming Radio' button. See attached screen shot.
Am I right in assuming that is the button of the custom module to which this thread is referring? Or is it something else and I'm missing what the issue really is?


--
Paul Asher - JR Developer and System Import Specialist

updated by @paul: 03/23/20 12:58:19AM
izhmel
@izhmel
4 years ago
1,319 posts
paul:
I logged in as my test user accout - 'paultest'.
I click on any artist on the homepage and I see the artist page and the 'DubMusic Streaming Radio' button. See attached screen shot.
Am I right in assuming that is the button of the custom module to which this thread is referring? Or is it something else and I'm missing what the issue really is?

when you are on the home page click on one of the profiles and you will see the modules dose not show ..
Please see module dose not show.png and make sure you are not logged in as admin
module dose not show.jpg




--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 03/23/20 09:29:00PM
paul
@paul
4 years ago
4,325 posts
We are obviously at cross purposes here.
You are saying from the start that the 'custom' module doesn't show.
'Dubmusic Streaming Radio' is your custom module and the button is showing on profile pages. Its even showing on the image you post where you say it isn't showing !!!

Please be precise and tell me exactly what the issue is.
Thanks


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
4 years ago
1,319 posts
There are two custom modules Dubmusic Streaming Radio and Subscriptions .
What you see in the menu area are links that has been added and not the actual modules .
https://www.dubmusic.com/radio/dubmusicstreamingradio ..
https://www.dubmusic.com/subscribe/subscriptions ..

When you are logged in as admin you see both modules as shown where you see i.e. the audio module and the other modules https://www.dubmusic.com/death-cab-for-cutie/audio/10016/dcfc-we-did-dub-again .

When you are logged in as user or logged in to stream is not required the modules dose not show where all the other modules are.

The modules shows in the user profile page , but when the user clicks one of the artist profile page the modules dose not show where all the other modules are .
logged in as user.jpg

logged in as admin.jpg

user profiles.jpg
user profiles.jpg  •  739KB




--
The Scientist
dubmusic.com
Thanks for any assistance.
michael
@michael
4 years ago
7,692 posts
In your screenshots the 'logged in as user' screenshot shows no menu AT ALL. Its not just the 2 menu items you're interested in, the entire menu is not there for that user.

Check it on a non-customzed skin.
as_admin.jpg
as_admin.jpg  •  1.3MB

as_user.jpg
as_user.jpg  •  1.2MB


updated by @michael: 03/24/20 01:52:45PM
izhmel
@izhmel
4 years ago
1,319 posts
That particular profile only have audio , the modules only show when there is an item i.e. photos , youtube wish is fine with me ,
I want the custom modules to show , how can I make them show ? there is nothing to be added to them like the other modules i.e. photos , youtube , blogs.

It dose not matter what skin I use it produces the same result the modules dose not show when logged in as user .


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 03/24/20 07:44:52PM
paul
@paul
4 years ago
4,325 posts
Quote: there is nothing to be added to them like the other modules i.e. photos , youtube , blogs.

I think that might be the clue to this issue. The 'jrProfile_menu' smarty call in the template only returns buttons for modules where users can upload items, ie. modules that use a DataStore and have at least an 'item_index.tpl' template associated with them.
This being the case, you would need to customise the skin's 'profile_menu.tpl' template to actually hard code these module buttons.
hth


--
Paul Asher - JR Developer and System Import Specialist

Tags