Refpage module for XOOPS

In English resources may be BAD translation. Please someone rewrite and contribute me. I will be merge in archive. Also other language translation are welcome.

In this module add to XOOPS function, Records and Display referer pages information.

Requires

This module require following:

Install and Using

Expand archive in modules directory (XOOPS_ROOT_PATH/modules/), and Install via XOOPS module administration.
  1. Upload files
  2. Install via Module Administration
  3. Allow access permission in "Register Users" and "Anonymous Users" in Group Administration [*1]
  4. Set to position and display in Block Administration [*2]
[*1]
Always need to set allow access in Block. Module access allow in your policy.
[*2]
Block need to display. This module to records in block functions. If You want hide information in block, Set "Show referer information in block: Don't" in Module Setting.
Set above finished, after to work automatic.

Stylesheet

Display page in this module, using stylesheet if you want to modify like font sizes and/or colors. Concretely, add class in themes style.css or xoops.css in root as with following:
.trtitle { color: #0000c0; } /* Title */
.trtext { /* origin context */
    font-size: small; text-align: left; margin-left: 1em; 
}
.trinfo { /* added information */
    font-size: x-small; text-align: left; 
}

Administration

Administration in module manipulate referer information and Setting module behavior.

Edit Reference targets

Index of reference pages listed records from other pages. In this page can do disable to record referer information. Mark checkbox and push "Change disable" button. Disabled page Not record more information.

If you want back to enable page, Display status set to "All" or "Disable" and Checked off Disable mark.

Edit link information

Listed link information each referer target page. Checkbox that is top on the item was mean link information are displayed when marked.

In additional link information has force update checkbox. This marked and update will be re-checking origin page when next someone click the link.

Check for origin page

In this module, checking origin page where exists link anchor to the target page. If there is no link or can't access origin page the link information to be not yet checked.

In this section to check origin pages by administrator.

Remove Tracking Records

Remove fewer access or no linked referer page information to remove.

Setup Module

Setup module behaviors.

Block options

Block Administration to edit this module block. There is additional option display lines and length in linked page title in block.

Thanks

In this module development, nao-pon (Site) to give some enhance code and suggestions. Also t_miyabi and toshii reported testing module at forum in jp.XOOPS.org. Thank you cooperation.

Changes

[2010/01/31] refpage 1.95 (2.0β2)
[2009/01/11] refpage 1.94 (2.0beta)
[2009/05/05] trackback-1.2 Release
[2004/11/03] trackback-1.1.1 Release
[2004/11/03] fix admin menu resource no setting in XOOPS2
[2004/11/03] fix no recording referer information
[2004/10/25] trackback-1.1 Release
[2004/10/02] display summarize by title
[2004/08/18] delete expired data function added
[2004/02/11] reduce page ancker
[2004/01/04] remove _MI_TRACKBACK_NAME, therefor undefined in XOOPS2
[2003/12/11] trackback-1.0 Release
--
Nobuhiro Yasutomi <nobuhiro.yasutomi@nifty.ne.jp
MySite Users http://myht.org/

$Id: help.html,v 1.17 2010/01/31 06:04:36 nobu Exp $