9 years ago
5
Topic

Hi all New to Seblod and wondering if its possible to make a private page for users that is only visible to the user, and admin should be able to put info etc for that specific user on that page

is that possible to do with seblod?

Sorry if this post is double but cant localize the previous post. 

Edit: 

Im allready using jomsocial, easyblog, easydiscuss on the site.

Get a VIP membership
572 Posts
_jrmo
9 years ago
2
Level 1

Hi Pwood,

Welcome to SEBLOD. What you are asking is possible. This is how I would do it:

You could create a content type called "Message". The admin would use this to post their information to the user.

In the "Message" content type you would have a Select Dynamic field that gave a list of all the registered users on the website. You would also have a WYSIWYG field so the admin could enter a message. The admin could user the Select Dynamic field to click on the user that they want their message to appear to.

Then you'd have to create a Search / List called "Messages" and create a menu item for it. In the Search form, you would put your select dynamic field and set the live value to Joomla User > Int > ID. This will create a search of all the message that have been assigned to the logged in user.

In the Item view you would have your WYSIWYG field to show your message to the logged in user.

Make sure you set your Search Form to Hidden (do this in the menu options), and set the permissions of that page to 'Registered'.

Voila :)

_jrmo

9 years ago
0
Level 2

Hi _jrmo, 

Thanks alot for this very detailed description about how to do it, im looking at it right away :) 

thanks

9 years ago
0
Level 2

Hi Agian, 

So i think i managed to make this work, almost :) 

and set the live value to Joomla User > Int > ID.

Can you be more specific how/where to do this?

There is no mesages showing atm in the user profile, so my guess is that it have something to do with the above.

9 years ago
1
Level 1

no one that knows how to set the value??

4229 Posts
Kadministrator
9 years ago
0
Level 2

Just click on live value button on the right, then select User from dropdown and click COnfigure, enter id in the right box.

Get a VIP membership