This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Hi Leaders,
I have to display some static/fixed text on one of the page but content will be different for my each client on application. I have around 100 clients with their wordings. Based on client loading respective content should be displayed on page.
Is there any way to implement this scenario ?
Thanks
sounds like you need to develop a custom feature to meet your needs.
Thanks for response Joe. It means nothing from admin part to control this.
No you don't have control, to achieve your scenario you have to add the html content of mojoportal and write your ajax server call method by passing the clientid and get the text to display.