Thursday, June 22, 2017

How to include a RSForm to a page built with ST Page Builder in Joomla 3

We can include a RSForm to a page built with ST page builder without using RSForm's "Content Plugin for Joomla 3.0". (Currently "Content Plugin for Joomla 3.0" is not freely available)

Main steps for this are :

1. Create a RSForm using the RSForm! Pro component
2. Create a new module including that component
3. Include the module to a page built using the ST Page Builder component

1.1) Create a RSForm



2.1) Create a new Module




















2.2) Choose the module type




















2.3) Include the required RSForm to the module (Set required position, Access, Ordering, Language, Menu Assignment etc)



















3.1) Go to the page built with ST Page builder
3.2) Drag the "Module" tool from the tool box and drop it on design where necessary




















3.3) Click on the "Edit" button and choose the necessary module we created.




















Now Form should be visible inside the page.

Monday, June 5, 2017

How to start & stop a VPN connection via shell

To list all available Network Manager connections:-
nmcli con

To start an available VPN connection:-
nmcli con up id ConnectionName

To stop an available VPN connection:-
nmcli con down id ConnectionName