-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreadme.txt
62 lines (50 loc) · 2.18 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
hypeFramework is part of the hypeJunction plugin bundle
This plugin is released under a GPL compatible license, as a courtesy of hypeJunction Club
Release of this plugin available at elgg.org might not always correspond to the latest stable release available at www.hypeJunction.com
DEMO
----
http://www.hypeJunction.com/demo18
PLUGIN DESCRIPTION
------------------
hypeFramework is a collection of
1) PHP classes
2) Generic and re-usable JS, PHP scripts and libraries
3) Visual elements, wrappers and views
4) Cascade Style Sheets (grids)
Noteworthy characteristics:
- hypeFramework is a wrapper plugin for a specific data logic. This model represent an hierarchy of encapsulated objects, which allows for modular representation of information.
Namely:
- Plugin Level Objects (plugins specific objects, e.g. portfolio)
|
--> Segmentation (sub-pages, tabs)
|
--> Sections (form-driven content patterns)
|
--> Section containers (widgets, data blocks)
|
--> Content Items
- hypeFramework introduces new ElggObjects - forms and fields - which help to streamline data collection and form management
- hypeFramework streamlines representation of content items (similar menu structure, fancybox popups, scrollers etc)
REQUIREMENTS
------------
1) Elgg 1.8.3+
INSTALLATION
------------
1) Unzip hypeFramework into your mod/ folder
2) Enable hypeFormBuilder in your administrator control panel
USER GUIDE
----------
- As a standalone plugin, hypeFramework does not add any visible functionality. It must be used in conjunction with other hypeJunction plugins
- To enable pdf support download DomPDF and upload it to hypeFramework/lib/dompdf
BUG REPORTS
-----------
Bugs and feature requests can be submitted at:
http://hypeJunction.com/trac
MIGRATION NOTES
---------------
Please note that hypeFramework 1.8 is not based on hypeFramework 1.7, and therefore hypeJunction plugins of newer version may not always be compatible with their predecessors. Special migration scripts may be required.
TODO
----
- Complete phpDoc documentation of functions
- Refactor some of the functions as to avoid duplication
- Add email support