Cameron
a16ae500bb
Forum: code cleanup. BC Fixes for Breadcrumb.
2016-01-26 21:10:19 -08:00
Cameron
796f5fa95c
Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url);
2016-01-13 19:18:12 -08:00
Cameron
7a564f639d
Fixes #1290 , Fixes #1279 Forum backward compatibility issues.
2016-01-13 18:09:47 -08:00
SecretR
f67127bfed
Forum templates paths fix
2015-12-15 18:05:55 +02:00
leo
bfce62a1d6
Changed present LAN calls (+ edit +decommented) so to be able to use the translation (previous state crippled .. not finished ??) Iff i am correct on coding unsure, testing provides working..
2015-08-22 16:40:38 +02:00
Cameron
a26de7bc84
Issue #1138 - Bootstrap3 UI fixes.
2015-07-15 19:33:15 -07:00
Cameron
84485c50da
Forum: Fixes #1079 - broken 'move' url.
2015-06-26 10:26:47 -07:00
leo
3bc8dbdf83
2015-06-25 16:05:23 +02:00
skcihmit
690e197f69
Update forum_post.php
...
under function updateReply()
$url = e107::url('forum','topic',$this->data,true);
to
$url = e107::url('forum','topic',$this->data);
With true at the end, I get the redirect url creating a recursive e107_plugins/forum within the url and causing a 404.
2015-06-21 12:06:52 +10:00
Cameron
56321dfcf7
Fixes #1056 - Forum rules and statistics links added back to template and reworked for bootstrap. thread_sef removed from forum_thread database table and now generated on the fly. More testing required.
2015-06-17 20:09:26 -07:00
Moc
95e645d7d1
Forum plugin - Now correctly updates threadtype (sticky, announcement, normal) after updating OP
2015-06-17 19:43:37 +02:00
Cameron
8d5e106fd6
Issue #1026 - Added redirection debug info. Redirection after 'Update reply' corrected.
2015-05-26 12:25:12 -07:00
Cameron
240d509fd0
Fixes #1028 - Forum reporting failing. Reporting now uses 'Notify' settings. Jump to Previous and Next forums working again. Jump to other forums working. Header redirection has been minimized for improved performance.
2015-05-26 12:00:43 -07:00
Cameron
03ab8b867e
Issue #1015 - Possible forum edit/view access cache issue corrected. New-Topic and Post-Reply buttons now use the new SEF urls.
2015-05-22 15:37:46 -07:00
Cameron
3f49076a2b
Fixes #1001 - forum thread editing. Also pagination and redirection fixes. "Move Thread" reworked and integrated into forum_post.php
2015-05-09 13:22:27 -07:00
Cameron
81bff06041
Forum fix. post_forum field was being sent the thread value instead of the forum value when using the "Post Reply" page. Attachments now working correctly. Fixes download issues associated with forum permissions. Also corrected pagination issue.
2015-05-07 11:49:36 -07:00
Cameron
c57876bdff
Styling fixes.
2015-05-05 11:38:22 -07:00
Cameron
d60a5edeab
Fixes #973 - permissions lookup issue corrected.
2015-04-23 20:19:14 -07:00
Cameron
8890c523f0
Fixes #717 - Forum Post rewrite. new bootstrap templates added as well as new shortcodes. (attachments not functioning at this moment)
2015-04-18 15:09:10 -07:00
Cameron
0b33ad7a26
New forum admin interface. Forum reporting front-end cleaned up.
2015-04-13 19:38:25 -07:00
Cameron
9a21cad851
Code cleanup / globals removal etc.
2015-02-15 16:07:27 -08:00
Cameron
05637a4422
Forum language-file cleanup.
2015-01-30 18:14:06 -08:00
Moc
bf2fa42da7
Forum plugin - fixed error message incorrectly displaying when creating topic/reply with no attachments
2014-08-20 00:32:57 +02:00
Moc
669d19c453
Typo fix previous commit
2014-08-06 14:23:21 +02:00
Moc
4a3c839cde
Forums: improved error handling when uploading attachments failed
2014-08-05 12:46:06 +02:00
Moc
cc3d582c6d
Forum plugin - attachment upload error message now shows properly
2014-08-05 09:43:17 +02:00
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