1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-15 12:05:23 +01:00

280 Commits

Author SHA1 Message Date
Cameron
39c63313d7 Forum Template BC fixes. Old template will be used if bootstrap not found. 2013-03-19 19:04:32 -07:00
Cameron
98b8953492 GUI Fixes 2013-03-15 19:25:41 -07:00
Cameron
97d5ece3b4 Forum template work. 2013-03-14 17:18:30 -07:00
Cameron
9054bb0bb5 Remove debug alert() 2013-03-14 16:30:33 -07:00
Cameron
94e87ef454 Forum template work. 2013-03-14 16:25:24 -07:00
Cameron
de84481e74 Forum viewtopic changed to tableless template 2013-03-14 05:36:52 -07:00
Cameron
809f9258ae Nextprev support for bootstrap glyphs when bootstrap detected. (check for e_BOOTSTRAP === true)
Forum quickreply fully functional. LANs still need cleanup.
2013-03-14 04:05:33 -07:00
Cameron
adc108278d Forum quick-reply working. 2013-03-14 02:26:47 -07:00
Cameron
c4a795ce1c Forum lan fixes. Debug ajax. 2013-03-14 01:44:00 -07:00
Cameron
b864c192e1 More Forum template work. 2013-03-13 02:57:31 -07:00
Cameron
e80c329818 Forum template fixes. 2013-03-13 02:40:27 -07:00
Cameron
092f64bcf8 Forum template work. (work in progress) 2013-03-12 20:35:04 -07:00
Cameron
6b91b8b3ff More Forum template tweaks 2013-03-12 05:57:39 -07:00
Cameron
5a1eab32d6 More Forum template tweaks 2013-03-12 05:43:02 -07:00
Cameron
5cb899f8af Forum template work. 2013-03-12 04:22:09 -07:00
Moc
c89363e784 Minor button fix to forum/forum_viewtopic.php 2013-03-11 10:04:48 +01:00
Cameron
53eb60195e Forum update fix 2013-03-10 20:59:41 -07:00
Cameron
01a2b876d6 Forum upgrade check fix. Forum stats page GUI fixes. 2013-03-10 20:52:06 -07:00
Cameron
34083bf7ad Forum template minor styling fixes. 2013-03-10 19:44:54 -07:00
Cameron
859dcdb360 Forum upgrade improvements. Tested and appears to be functional. 2013-03-10 18:43:44 -07:00
Moc
7ecf2ddbef Minor URL fix in e_latest (forum reported posts) 2013-03-10 14:51:56 +01:00
Tijn Kuyper
4cfb2a5c67 Issue #125 - require_once, header and LAN clean-up 2013-03-04 00:17:46 +01:00
Tijn Kuyper
0137a8d9a4 Forum plugin - more GUI and message fixes. Work in progress. (#90) 2013-02-11 16:28:55 +01:00
Tijn Kuyper
ad33d7ddf5 Typo fix: succes to success 2013-02-11 10:22:25 +01:00
Tijn Kuyper
8d2b6826fc Forum plugin - code clean-up, message and LAN consistency. Work in progress! (#90, #6) 2013-02-10 15:38:37 +01:00
Tijn Kuyper
c923ed8e95 Issue #90 - Forum plugin (also #6 and GUI styling) 2013-02-06 17:09:22 +01:00
Tijn Kuyper
3793b27822 More notice removals, again. 2012-12-08 20:22:05 +01:00
Tijn Kuyper
f07434a3cb And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
2012-12-08 15:52:40 +01:00
Tijn Kuyper
5290bb8ea4 More notice removal 2012-12-08 13:52:05 +01:00
Cameron
bb13386eb3 [plugin]_update_check.php now deprecated. See upgrade_required() in forum_setup.php as an example replacement. 2012-12-08 01:36:20 -08:00
Cameron
e95e27b5c5 e_status and e_latest upgraded to new class format. 2012-12-08 01:31:00 -08:00
Cameron
159fb63bfb Notice removal and forum upgrade fixes. Re-wrote e107_update-page routine. Check for update is now performed inside [plugin]_setup.php 2012-12-08 00:36:34 -08:00
Tijn Kuyper
6b2719e928 More fixes to the GUI of the Forum plugin admin 2012-12-02 11:02:46 +01:00
Tijn Kuyper
6837bf8aa8 Forum admin clean-up: GUI and LAN 2012-12-01 23:33:24 +01:00
Tijn Kuyper
8264c99e11 More forum clean-up (globals, GUI) 2012-12-01 13:31:54 +01:00
Cameron
97a0ada0cb Event hooks now allows for multiple form elements.
Also added $frm->renderHooks($data).
2012-11-30 20:47:26 -08:00
Tijn Kuyper
fad0b4f5a5 Fixed empty row on Forum > Moderators 2012-11-30 18:10:12 +01:00
Tijn Kuyper
c7563958ee Start on GUI of forum admin, also #6 LAN improvements.
Work in progress.
2012-11-30 18:04:59 +01:00
Cameron
e2c2c48511 GUI fixes for the list-new plugin. 2012-11-27 23:04:52 -08:00
CaMer0n
586af71243 More shortcode cleanup. 2012-11-02 01:50:28 +00:00
CaMer0n
deb537d8a3 Change to plugin.xml spec. 2012-08-22 02:45:32 +00:00
CaMer0n
9db1accd6d Added missing date attribute to plugin.xml files. 2012-07-24 00:42:17 +00:00
e107steved
049a315d88 Better match the e_list queries to the new DB structure (needs more testing) 2012-03-31 21:56:47 +00:00
berckoff
492756820a Core plugin Forum: fixed malformed URL in url.php (line:65) + fixed forgotten "encode"=false parameter in forum_post.php (line:405) URL creation leading to Access denied! error after redirect. 2012-02-09 12:13:47 +00:00
berckoff
771fc01a9c Forum fix: fixed forgotten "global $menu_pref;" in newforumposts_menu.php handles improperly the menu + fixed forgotten closing ">" bracket in newforumposts_menu_config.php breaks HTML and optional parsing titles; 2012-01-10 14:40:09 +00:00
berckoff
e751324378 Forum plugin: fixed some HTML incompliances + fixed call to a private member of forum_class leading to parse_error 2012-01-10 14:01:49 +00:00
secretr
1d411f1715 Simplify plugin folder structure (shortcodes/ folder in plugin root), refactoring forums to meet the new structure. 2012-01-06 10:05:32 +00:00
e107steved
8962c13f50 Update function calls where moved from e107_class.php to iphandler_class.php 2012-01-02 22:06:22 +00:00
secretr
5324df60b2 Forum: URL config refactoring; 'top' link removed from Jump box; markup error fix 2011-12-06 16:08:06 +00:00
secretr
015fe6bbfc forum url config fix - index/index route 2011-11-29 07:01:58 +00:00