Cameron
6499ff72f7
Issue #1138 Added 'btn-default' where missing.
2015-07-13 19:09:30 -07:00
Cameron
9d6e3978e6
Issue #1138 Bootstrap3 styling of lists.
2015-07-13 13:09:52 -07:00
Cameron
9c6cfc0b86
Issue #6 Language-file optimization.
2015-07-10 15:41:07 -07:00
mcpeace-maw
aea6597217
Update login_menu_shortcodes.php
2015-07-09 12:31:45 +03:00
Cameron
e6ef1483da
Issue #6 Language File Optimization.
2015-07-08 14:52:16 -07:00
Cameron
af53d2dd3d
Issue #6 - LANs: Replace all references to "Comments" with LAN_COMMENTS
2015-07-07 18:02:16 -07:00
Cameron
6b5d95388f
Issue #6 Language-file standards. Wrap definitions in double-quotes.
2015-07-07 17:43:49 -07:00
Cameron
483d43a829
MySQL: Refactored 'db_Table_exists' to 'isTable' method. (BC compatible) and removed use of pref global.
2015-07-07 13:02:34 -07:00
Moc
df6a9343f8
#999 - Missing closing td tag in chatbox template
2015-07-05 19:22:55 +02:00
Cameron
0ce8c56017
forum.css height fix.
2015-07-02 14:44:19 -07:00
Cameron
c98a403bf5
LAN Fixes and notice removal.
2015-07-02 14:15:17 -07:00
MikeyGMT
dd14399829
Duplicate LANS in Upload and Download
...
Duplicate LANS in Upload and Download
2015-07-02 18:46:36 +01:00
MikeyGMT
142d31768c
Replace Duplicate LANs : LAN_TITLE
...
Replace Duplicate LANs : LAN_TITLE
2015-07-02 13:43:22 +01:00
MikeyGMT
dccba01f37
Replace Duplicate LANs : LAN_ID
...
Duplicate LANs for ID replaced with LAN_ID
Plus correct bad quotes in installer LANINS_030.
2015-07-02 13:03:03 +01:00
Cameron
aa4b56a792
Fixes #1092 - TinyMce breaking external image URLs with params.
2015-06-29 10:07:04 -07:00
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
f2116a5d24
Some LAN cleanup. Admin Area caption issue (on legacy plugins) corrected.
2015-06-26 20:24:53 -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
mcpeace-maw
2878925571
Update blogcalendar_menu.php
2015-06-26 21:19:55 +03:00
Cameron
91efe837f3
Fixes #1081 - Html Validation
2015-06-26 10:55:20 -07: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
ccc71a87a4
Removed debug info from FAQ cron.
2015-06-19 09:56:13 -07:00
Cameron
9964def818
Parser fix and FAQ 'ask a question' permissions fix.
2015-06-19 09:52:29 -07: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
Cameron
1e174e2169
RSS validation fixes.
2015-06-17 11:26:48 -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
Moc
fef68b788c
#1058 - Also show forum polls in poll plugin admin (needs admin UI rewrite)
2015-06-17 15:42:15 +02:00
Moc
7704b0e5fb
#1058 - Fix poll submit button in the forum when using SEF URLs
2015-06-17 15:36:44 +02:00
Cameron
b6a1d25c5e
Support for e_url.php aliases added. (see faqs or rss_menu)
2015-06-16 15:14:39 -07:00
Cameron
8a22d10325
Issue #1054 - Inline editing was not triggering beforeUpdate and afterUpdate methods.
2015-06-16 11:02:57 -07:00
Cameron
c98f6a2fdf
Added support for html5 'wrap' attribute on textarea form elements. Example added to FAQs 'ask a question'.
2015-06-15 22:20:30 -07:00
Cameron
6337d9410c
Login-Menu Language File cleanup.
2015-06-11 09:40:56 -07:00
Cameron
5e2729645a
plugin.xml can now set the site-link icon if needed.
2015-06-10 14:22:59 -07:00
Cameron
ce6802f991
Fixes issue with subdomainUrl() method and SEF Urls.
2015-06-09 18:26:21 -07:00
Cameron
0d3a6f6f4c
FAQs language fixes for frontend.
2015-06-08 00:45:21 -07:00
Cameron
8b49ee7ba6
News tags/keyword are now included in the twitter share link.
2015-06-08 00:12:19 -07:00
Cameron
b90e0abcd9
FAQ tags are now included in the twitter share url.
2015-06-07 19:45:19 -07:00
Cameron
f90e09114a
Encoding fixes. FAQ title/description and social 'email' share body.
2015-06-07 18:47:51 -07:00
Cameron
590df058b3
FAQs enhancements and fixes. FAQ search menu added.
2015-06-07 18:15:23 -07:00