1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-15 03:54:39 +01:00

398 Commits

Author SHA1 Message Date
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
secretr
497efdb710 - Forums working again (general functionallity) - the new URL assembling/configuration implemented. SEF URL config will be added when forums are 100% functional.
- Minor URL assembling issues fixed
2011-11-28 14:19:19 +00:00
secretr
548b585f7e Moving the system to the new URL assembling, fixed call to a non-existent eUrl method system wide. 2011-11-26 18:17:42 +00:00
secretr
e6e74150d3 forum SEO - auto meta description 2011-06-28 12:58:26 +00:00
secretr
501234260f forum message added to default templates, fileencoding issues 2011-06-28 12:17:41 +00:00
secretr
2e2bd7819b forum last thread additional fix, better (but still not perfect) forum mod message render 2011-06-28 12:14:45 +00:00
secretr
a21c53c9c7 forum - last thread fix 2011-06-28 10:33:12 +00:00
secretr
a4e62a84e8 another wrong forum redirect url 2011-06-27 10:03:25 +00:00
secretr
0293a0968f more mod rewrite support 2011-06-27 09:47:45 +00:00
secretr
6a74e894e2 $FORUMTHREADSTYLE was never used 2011-06-27 09:23:34 +00:00
secretr
8c538b5633 fix - wrong forum redirect url 2011-06-27 09:11:29 +00:00
secretr
d151bc1fd7 missing sql query 2011-06-22 09:01:26 +00:00
CaMer0n
98af91027f General cleanup 2011-06-08 03:18:50 +00:00
secretr
e34cd64541 More work on ranking, minor forum bugfixes and improvements 2011-04-26 11:27:36 +00:00
secretr
a441e3675b forum pages now counting from 1 (insted from 0) 2011-04-25 16:52:20 +00:00
secretr
cbf3082c49 forum template update 2011-04-25 16:12:25 +00:00
secretr
5204861279 More forum problems fixed (stats, some outdated sql queries), more to do 2011-04-25 14:13:45 +00:00
secretr
1a562f6fa2 More forum problems fixed, more to do 2011-04-25 11:29:21 +00:00
secretr
ea06f9a446 leftover debug 2011-04-21 13:21:13 +00:00
secretr
ec1eeac94d Various forum problems:
- nextprev new parameters usage
- outdate forum code cleanup (preventing sc parsing)
- forum preferences fixes (maybe more to do)
2011-04-21 13:20:22 +00:00
e107steved
20704a1278 Additional checks 2011-03-13 14:15:51 +00:00
e107steved
76db31ade1 Plugin SQL setup - 'TYPE'-->'ENGINE' for compatibility with recent MySQL 2011-03-11 18:58:39 +00:00
e107steved
c8273d06c4 Bugtracker #5148 - can't display poll menu and main page together - thanks Dolphin 713 2011-01-14 18:29:06 +00:00
e107steved
5b9016c69f Notice removal 2010-11-01 22:10:42 +00:00
e107steved
5ecdcd2440 Get rid of deprecated functions 2010-10-28 20:17:40 +00:00
mcfly
1adf1d6179 Post replies are now incremented properly, editing of posts now working. 2010-06-21 01:27:26 +00:00
mcfly
e0ec1f3120 EONE-97 (Bug): Forum settings now able to be changed, thanks Luceos 2010-06-16 00:24:34 +00:00
mcfly
65595056f3 Few more changes due to shortcode changes 2010-04-26 18:40:27 +00:00
mcfly
912d5de689 More changes to comply with new shortcode rules 2010-04-26 15:07:30 +00:00
mcfly
c702d7d6db Moving shortcodes to new folder 2010-04-26 13:15:32 +00:00
mcfly
3437f4a47f Updated forum code to use the new shortcode stuff, moved the shortcode files into the proper *new* directories. 2010-04-25 22:30:26 +00:00
mcfly
a8c95d9fab Incorrect var name - thanks Luceos 2010-03-31 14:23:25 +00:00
mcfly
f81339d52d EONE-1 (Bug): More progress with forum upgrade routine. 2010-03-30 03:05:17 +00:00