General

How to link to specific slide in slidebar


to link slide from other page:

 

1. Check slide-bar id, you can see id in slide-bar properties dialog

2. Go to the page where you want to create the link.

3. Insert link to the page containing the slide-bar, and append ?id=X to the url. X = slide number (slide numbers start from 1) and id is slide-bar id

 

Example: ../documents/slidebar_page.html?sl21=2.


Print  posted by miro   General tags:  Slidebar • link   permalink
5 1

How to link to specific tab in a Tabbed Table


to link tab from other page:

 

1. check tabbed table id, you can see id in tabbed table properties dialog, if id is not defined id is : 'tab'

2.Go to the page where you want to create the link.

3.Insert link to the page, containing the tabbed table, and append ?tab=X to the url.

tab = id of tabbed table

X = tab number (tabs numbers start from 1)

Example: ../documents/tabbed_table_page.html?tab=2.

 

to change tab from link on same page as tabbed table:

 

1. check tabbed table id, you can see id in tabbed table properties dialog, if id is not defined id is : 'tab'

2. add hyperlink,

---> select link type : javascript:void

---> in url events, select onclick event and define following event:

tab_tab[0].slideTo(2);

replace tab with id of your tab, and specify tab number (2) in above example


Print  posted by miro   General tags:  tabs • link   permalink
4 4

How to test mails on your site


To get some info whether your mail service and site sciprts are working roperly, try this:

 

  1. Download mail_test.zip
  2. Upload this file manually on the site.
  3. Open the page and test your e-mails.

Print  posted by atanas   General tags:  e-mail • debug   permalink
0 0

How to test sessions on your site


to test if sessions are properly configured on your site:

 

1. download the sessionstest.zip

2. Unzip and manually upload (using external ftp program) or upload via EZG (using the extdocs folder, e.g. put them into it and publish)

3. Open the file session_test.php and click the link

 

After clicking the link you should see on another page the variables from the previous one. If they're blank, then there is something wrong with the server (probably the session_save_path is wrong).


Print  posted by atanas   General tags:  sessions   permalink
5 1

How to use Messages Panel in Admin Page


Messages panel is a features that alow registered users and admins to communicate to each other using messages.
For visitors and editors this system provides friendship features so that only invited users can send/receive messages.
If logged user is admin or EZG admin he/she can sends messages to every activated and confirmed user.
The 'Messages' can be transformed to private admin communication system if admin disable this future for ordinary users.
Another useful features is that every message can be sent to email.

 

For simplicity, in this tutorial every visitor, editor or user with access on page level will be called User.


There is no extra setting in EZG to enable "Messages" panel.
However "Messages" panel for users can be disabled by admins in
online admin page 'Messages'->settings and check "DISABLE MESSAGES FOR USERS".

 

So to visit you received/sent messages users need to be logged in and to go to their admin page -> 'Messages' panel.
Using this feature is intuitive. You can recognize it in many email systems.
There are four button (tabs). For admin there are three:

  • received messages (#new messages) - table of all received messages; #new messages is number of not read messages;
  • sent messages  -  table of all sent messages;
  • friends - table of all friend users (this tab is optional only if admin has enabled "ENABLE FRIENDSHIP" in messages settings tab); admins don't have this tab; Here users can send/confirm/block friend requests to/from other users;
  • settings - this tab is different for users and for admins. Admin has full control over messages settings, while users have only one for now ( HIDE BLOCKED USERS, which will hide blocked by himself friend users)

Composing (Sending) new message can be done in three places:

  1. in received messages: using compose message button; when hover on username in received message table; when hover on subject using reply or forward link;
  2. in sent messages: using compose message button; when hover on username in sent message table; when hover on subject using forward link;
  3. in friend tab (if it is enabled) when hover over username in friends table

Users can't send messages to users which are blocked friends, not confirmed friends, not active or not confirmed users.
Users can send messages to all ordinary users (confirmed and active) if "ENABLE FRIENDSHIP" is not checked in admin messages settings tab.
Users can send to admins if "USERS CAN SEND MESSAGES TO ADMINS" is enabled by admins of the site.
Users can receive messages from all admins (admin users or EZG admin).
Message can be send to multiple users/admins when hold Ctrl key in drop-down with available users in Compose message form.

 


Print  posted by miro   General tags:    permalink
0 0


[home] [prev]  1 2 [3] 4 5  [next]11-15 of 23


CATEGORIES



TAGS


RECENT ENTRIES