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

453 Commits

Author SHA1 Message Date
Cameron
20abcdf449 Forum: Added SEF URLs on subForums. 2015-06-27 12:07:41 -07:00
Cameron
46b9cc0375 Merge pull request #1086 from mcpeace-maw/patch-2
Support all themes using font-awesome by default.
2015-06-27 01:03:54 -07:00
Cameron
78b904924a Forum: Fixes #1085 - broken icon paths when using SEF Urls. 2015-06-26 18:14:52 -07:00
mcpeace-maw
66f68451c2 Update forum_icons_template.php
This is the support for font icons in the forum front end. I try it and works.
2015-06-27 00:51:46 +03:00
Cameron
84485c50da Forum: Fixes #1079 - broken 'move' url. 2015-06-26 10:26:47 -07:00
Cameron
f13e49ae6f Fix for PHP warning. 2015-06-25 18:20:49 -07:00
Cameron
b427af4f31 Fixes #1075, Fixes #441 - Forum permissions cache was stored incorrectly, causing incorrect permissions for some users. 2015-06-25 18:17:08 -07:00
leo
3bc8dbdf83 2015-06-25 16:05:23 +02:00
Moc
18744253c3 Fixes #1069 - 'Post as' option is now correctly selected when editing the OP (missing thread_sticky var) 2015-06-22 19:30:31 +02:00
Cameron
a2c7368406 Issue #6 - Moved LAN_TYPE, LAN_DESCRIPTION, LAN_FILE from lan_admin.php (and added LAN_COMMENTS) to global English.php file. 2015-06-22 10:06:34 -07:00
Cameron
3d9c6f07ef Forum: Fixes #1068 Go-to-page button links. 2015-06-22 09:55:59 -07: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
4da438c9e4 Forum: remove thread_sef from forum-update routine. 2015-06-17 20:20:23 -07: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
Moc
24a82eaaef Forum plugin - Allow changing the post type (normal, announcement, sticky) when editing the starting post 2015-06-17 16:23:19 +02:00
Cameron
8a22d10325 Issue #1054 - Inline editing was not triggering beforeUpdate and afterUpdate methods. 2015-06-16 11:02:57 -07: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
392acf19bf Fixes #615 - Broken forum upgrade when tables are empty. 2015-05-22 11:09:46 -07:00
Cameron
d85bc31932 Query optimization. 2015-05-10 12:02:32 -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
cec9f33168 Forum: pagination fix. 2015-05-08 13:04:23 -07:00
Cameron
4da0e4789d Forum styling - allow for striping of forum posts. 2015-05-08 12:50:30 -07:00
Cameron
30ecc683d7 Forum now generates SEF URLs during upgrade. Forum tools reinstated. Additional debug options added. 2015-05-08 10:08:49 -07:00
Cameron
06d9075c9d Forum styling changes/fixes. 2015-05-07 20:55:12 -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
b78fb35be2 Fixes #721 - jump to "last forum post" link added to 'Last Post' time value. 2015-04-25 14:03:54 -07:00
Cameron
542b30892f Issue #933 - real SEF URLs added to forum. (work-in-progress) 2015-04-25 12:57:00 -07:00
Cameron
58024bc6d5 Disable forum-subject edit when not the original thread/topic creator. 2015-04-23 20:32:09 -07:00
Cameron
d60a5edeab Fixes #973 - permissions lookup issue corrected. 2015-04-23 20:19:14 -07:00
Cameron
3bbda20886 PHP Notice removal 2015-04-22 12:28:03 -07:00
Cameron
db235bd468 Possibly related to issue #809. 2015-04-22 12:27:55 -07:00
Cameron
5eac3a81b5 Tweaked some of the upgrade checks and default forum order after upgrade. 2015-04-20 11:31:52 -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
aa99411a5b Issue #949 - Always place child forum at the end of the list. 2015-04-14 15:41:00 -07:00
Cameron
21015c9575 Forum styling for bootstrap. 2015-04-14 01:29:26 -07:00
Cameron
0b33ad7a26 New forum admin interface. Forum reporting front-end cleaned up. 2015-04-13 19:38:25 -07:00
Cameron
6661eb28de Improved parent/child drag-n-drop sorting on custom-pages and forum. 2015-04-03 21:19:43 -07:00
Cameron
20f2b552da Allow Sitelinks to be switched between auto-generated SEF Urls and regular URLs. Requires link_owner (plugin directory) field value with corresponding e_url.php configuration. 2015-03-31 10:21:50 -07:00
Cameron
f101eb47f3 Start of Forum admin rework. 2015-03-29 10:10:56 -07:00
Cameron
334b133397 Forum: Corrected responsive columns and widths. 2015-03-28 14:21:24 -07:00
Cameron
4514a98016 Issue #408 Forum now uses font-awesome glyphs when using Bootstrap3 theme. Default Bootstrap template is now responsive for mobile devices etc. 2015-03-28 14:10:28 -07:00
Cameron
52845adf1b Issue #927 - e_frontpage.php upgraded to v2.x specifications. 2015-03-15 13:27:37 -07:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
dab64ca165 New event trigger names reworked. Replaced all '-' with '_' for compatibility with e_notify. 2015-02-12 16:52:30 -08:00