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

78 Commits

Author SHA1 Message Date
Moc
d5b99115de #310 - Forum upload should be functional now. Downloading files not working yet. 2014-07-26 20:55:24 +02:00
Cameron
f3ae51e037 Added 'btn-default' to button for Bootstrap3 compatibility. 2014-02-07 07:33:33 -08:00
Cameron
c3e93fb34d Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec. 2013-12-21 06:23:22 -08:00
Cameron
a0aec4b210 Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder. 2013-06-17 16:03:33 -07:00
Moc
ff2c2e5c6d #220 - First batch of forum LAN rewrite: forum, viewforum, viewtopic and post are done. Work in progress! (#6) 2013-06-12 21:38:26 +02:00
Cameron
023d0f6047 Issue #371 - forum template parsing issue. 2013-06-02 16:18:06 -07:00
Cameron
f29852230e Closes #313 - Navigation active class issue. 2013-05-17 16:44:12 -07:00
Cameron
e5ded966cc Save attachment fix with forum-post - db encoding issue remains. 2013-03-31 06:03:10 -07:00
Cameron
82ac19d038 Added e107::serialize() and e107::unserialize() (static alias of e107::getArrayStorage()->read/write() functions) 2013-03-31 05:55:08 -07:00
Cameron
0c5f1ec880 Uploading of attachments almost working. Held up by _FIELD_TYPES mess. 2013-03-31 00:43:18 -07:00
Moc
61f9077026 Some more code clean-up (global pointers, $this->e107->, $sql) 2013-03-26 12:33:03 +01:00
Cameron
231dd00f27 Forum - work in progress 2013-03-24 18:12:11 -07:00
Cameron
39c63313d7 Forum Template BC fixes. Old template will be used if bootstrap not found. 2013-03-19 19:04:32 -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
c4a795ce1c Forum lan fixes. Debug ajax. 2013-03-14 01:44:00 -07:00
Cameron
5cb899f8af Forum template work. 2013-03-12 04:22:09 -07:00
Cameron
34083bf7ad Forum template minor styling fixes. 2013-03-10 19:44:54 -07:00
Tijn Kuyper
3793b27822 More notice removals, again. 2012-12-08 20:22:05 +01: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
e107steved
8962c13f50 Update function calls where moved from e107_class.php to iphandler_class.php 2012-01-02 22:06:22 +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
a4e62a84e8 another wrong forum redirect url 2011-06-27 10:03:25 +00:00
secretr
8c538b5633 fix - wrong forum redirect url 2011-06-27 09:11:29 +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
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
mcfly
1adf1d6179 Post replies are now incremented properly, editing of posts now working. 2010-06-21 01:27:26 +00:00
mcfly
65595056f3 Few more changes due to shortcode changes 2010-04-26 18:40:27 +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
0274351641 EONE-1 (Bug): More improvements to upgrade process. I think it's all working, but need to clean up the interface. Also added ability to add attachments while editing a post. 2010-03-22 01:50:04 +00:00
mcfly
d31102d768 EONE-34 (Improvement): Forum attachment now shows correct allosed filetypes information 2010-03-18 00:46:54 +00:00
mcfly
8bb1eb7b69 EONE-34 (Improvement): Preferences now handled correctly in forum admin. Attachments now working again. 2010-03-14 14:14:44 +00:00
mcfly
637cf91009 EONE-34 (Improvement): Making progress on forum 2010-03-14 00:50:27 +00:00
mcfly
bf1c62d6fe Updates to use new plugin specific prefs. Change file headers as well. 2010-03-10 01:23:57 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
mcfly
797928071a Some forum related updates 2010-02-01 03:41:59 +00:00
marj
5961e8cba4 Switch to include_lan() 2009-11-19 09:52:35 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
mcfly
668c25c3ed Back to fixing the old mostly working code. Few fixes here. 2009-09-08 02:48:48 +00:00
mcfly
3a367901e1 Reverting code back, home it works. 2009-09-08 02:00:48 +00:00
mcfly
4177c1607b Forum changes...trying to make it much more OO, will probably be lots of breakage. 2009-09-06 04:30:46 +00:00
CaMer0n
3368ac6104 TinyMce changes. - no longer need to declare the ID of the textarea element. Just include the class e-wysiwyg. eg. <textarea class='e-wysiwyg tbox' ..... /> 2009-07-14 11:05:54 +00:00
mcfly
6d005ffaa8 converted forum_post_shortcodes to class->method 2009-01-25 19:19:36 +00:00
mcfly
78b398f015 new thread listing now working 2008-12-18 14:08:33 +00:00
mcfly
90e46f8066 Thread moving and emote disabling now working 2008-12-17 18:48:02 +00:00
mcfly
384cbbcf2c Finalizing schema, thread viewing pagination working, other work. 2008-12-15 00:29:20 +00:00
mcfly
0f7c3be9ed More work on edit, and some pagination 2008-12-13 21:52:19 +00:00
mcfly
87d254582c edit and quote progress 2008-12-11 21:50:18 +00:00
mcfly
ca57d71401 thread and post deletion now working 2008-12-11 16:02:05 +00:00