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:
- XOOPS 2.0.x or later
- Need in PHP mbstring function if support MULTIBYTE
- License is GPL2 (same as XOOPS)
Install and Using
Expand archive in modules directory (XOOPS_ROOT_PATH/modules/),
and Install via XOOPS module administration.
- Upload files
- Install via Module Administration
- Allow access permission in "Register Users" and "Anonymous Users" in Group Administration [*1]
- 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.
- Automatic origin checking [Do it]/Don't
Check and take origin page information in automatic.
Default is "Do it".
Administrator need to check any links if "Don't" setting.
"Don't" will be use when only to record URL information
in passive.
- Show referer information in block [Do it]/Don't
Display referer information in block. Default is "Do it".
Set "Don't" if you want total close in referer information.
- Number of items in a page
Number of items or lists in a page, over in this value to make
split to pages.
- Title string length (..255)
Title to be trim length in this value when displayed.
- Text around link from origin page (..255)
To take out from origin page around link anchor. Trim
to length in this value and save in database.
- Re-checking until last access over in this days
Last access after more than in this setting, link information to check and update link information.
- No display link without checking
Like a search engine no need to check and not want show
information in usual. Setting to domain (and path)
list. Wildcard '*' can use.
- Display link without checking
Like above setting, This to set accept the link without checking.
Will be use Friends site or well known site.
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)
- Add URI filter at admin page
- Add about in admin menu
- Fix referer store bugs
- [2009/01/11] refpage 1.94 (2.0beta)
- only for XOOPS 2.0 or laters (using config/template)
- Rename module directry name
- [2009/05/05] trackback-1.2 Release
- replace name variables HTTP_*_VARS for new style
- fix for work with XCL 2.1/altsys
- [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 $