Cameron
c317515847
Merge pull request #3387 from SimSync/fix_3377
...
fixes #3377 Enabled "preview" button on forum post edit
2018-08-22 18:16:02 -07:00
Achim Ennenbach
ddf7eced79
fixes #3377 Enabled "preview" button on forum post edit
...
disabled subject if edited post is not the first post of the thread
2018-08-17 19:12:23 +02:00
Achim Ennenbach
7ddb9a44db
fixes #1412 implemented a forum image/icon which is displayed in front
...
of the forum name. Displaysize of the image can be defined in the
templates.
2018-08-14 13:52:39 +02:00
Achim Ennenbach
f2b3e1014b
fixes #3171 moved query param p to the options/query parameter of url()
...
Implemented a fiy for accidentally double ampersand in the query part of the url
2018-08-09 21:05:43 +02:00
Achim Ennenbach
e692eecebe
choose wysiwyg editor
...
Now it is possible to have TinyMCE in the backend and SimpleMDE on the forum pages.
wysiwyg() got a new parameter $returnEditor to return the name of the editor.
wysiwyg() now checks if the choosen editor is installed.
wysiwyg() setting a value is not systemwide anymore (static var instead of registry)
Use the bbarea() $options array to define the editor to use e.g. $options['wysiwyg'] = 'tinymce4';
Updated forum_admin.php to support SimpleMDE.
Updated tinymce4/e_footer.php to support the new return value (editor name)
2018-07-29 15:11:40 +02:00
Cameron
e5af746153
Closes #3330 #3318
2018-07-28 13:41:44 -07:00
Achim Ennenbach
26022e4507
choose editor in forum and quick reply
...
New prefs for forum: editor & quickreply
editor makes it possible to choose between bbcode or tinymce (if installed and html enabled)
quickreply gives the option to choose between the standard textarea or the choosen editor (from pref editor)
2018-07-25 22:48:14 +02:00
Achim Ennenbach
be4faf81bb
Fixes #3264 Switched url generation to v2 method
2018-07-12 12:55:24 +02:00
Cameron
b40b1916a3
Issue #2970 btn-default > btn-default btn-secondary
2018-01-10 15:06:40 -08:00
Jimako
8d084706fd
fix save icon for bootstrap 4 #2898
2018-01-07 23:10:05 +01:00
Cameron
c1d23f34c8
Fixes #2923 - URL path issue.
2017-12-17 07:58:27 -08:00
Cameron
7e33124335
More BC Fixes on forum templates.
2017-12-12 15:03:23 -08:00
Cameron
0073de8698
Fixes #2802 - New Forum Posts Menu.
2017-10-14 18:00:06 -07:00
Cameron
a0864c33c2
Issue #2802 - Forum - Handling of no 'lastpost' user.
2017-10-13 16:41:03 -07:00
Cameron
03915060eb
Issue #2796 New shortcode for newforumposts_menu: {TOPIC_DATESTAMP: format=short|long|forum|relative}
2017-09-24 19:44:25 -07:00
Cameron
a4091ea6d6
Issue #2796 - New Forum Posts Menu query and shortcode fixes.
2017-09-24 14:12:35 -07:00
Cameron
3001462e7b
#2785 NewForumPosts Menu shortcode fixes.
2017-09-22 12:47:37 -07:00
Arun S. Sekher
3016d2e29d
Remove stray end anchor tag on the 'Move' link of 'sc_postoptions' which fix associated html validation error.
2017-05-25 09:27:52 +04:00
Arun S. Sekher
3cd44c035f
[html] - Fix forum search button start tag using self closing html syntax.
...
Should fix 'Self-closing syntax (/>) used on a non-void HTML element' html validation error.
2017-05-23 02:18:41 +04:00
Cameron
aeb4f925d2
Issue #2610 Remove legacy SEF URL from forum plugin.
2017-05-02 13:47:18 -07:00
Cameron
325b5e2328
Forum shortcode fix
2017-04-12 16:19:42 -07:00
Cameron
51c978addc
Closes #2558 - Date format option added to forum shortcode.
2017-04-12 11:00:13 -07:00
Cameron
5569516329
Issue #1436 , Issue #2294 - New Forum Posts Menu template added. Beginnings of "New Forum Posts Main" replacement.
2017-03-05 12:03:41 -08:00
mcpeace-maw
6da96d2c05
Update view_shortcodes.php
2017-01-30 11:48:45 +02:00
Cameron
276e311e69
Merge pull request #2105 from rica-carv/rica-carv-patch-1
...
New forum post shortcode for custom caption
2017-01-17 10:16:07 -08:00
Cameron
0e47cedb56
Forum shortcodes. {TOPIC_TITLE} and {TOPIC_URL}
2017-01-15 18:12:35 -08:00
rica-carv
4d35059afe
Update post_shortcodes.php
2017-01-12 18:13:39 +00:00
rica-carv
2ec9b39d81
Update post_shortcodes.php
2017-01-07 20:57:16 +00:00
rica-carv
b5d1bf96b5
Update viewforum_shortcodes.php
2016-12-16 21:50:47 +00:00
rica-carv
77645b50bb
Update view_shortcodes.php
2016-12-16 21:49:48 +00:00
rica-carv
58824942f1
Update view_shortcodes.php
2016-12-14 21:51:09 +00:00
rica-carv
6b2a5a79c3
Update viewforum_shortcodes.php
2016-12-14 21:49:56 +00:00
rica-carv
5447ed5104
Update viewforum_shortcodes.php
2016-12-14 21:03:24 +00:00
Cameron
d702ba6ace
Fix for broken forum on early PHP 5 versions.
2016-12-14 09:56:36 -08:00
Cameron
d5f9b9ac5e
Merge pull request #2132 from rica-carv/rica-carv-patch-btn_forum
...
Forum: Fixes #2126
2016-12-13 13:32:31 -08:00
rica-carv
2296cf33e9
Update forum_shortcodes.php
2016-12-13 13:48:13 +00:00
rica-carv
7f3367df58
Update forum_shortcodes.php
2016-12-12 17:25:36 +00:00
rica-carv
3dff03b6be
Update view_shortcodes.php
2016-12-09 19:15:28 +00:00
rica-carv
2d61bf19a8
Update viewforum_shortcodes.php
2016-12-09 19:12:21 +00:00
rica-carv
a1e0181105
Update viewforum_shortcodes.php
2016-12-09 18:31:15 +00:00
rica-carv
6157e56c77
Update view_shortcodes.php
2016-12-09 12:22:09 +00:00
rica-carv
87f3d340a0
Update viewforum_shortcodes.php
2016-12-09 12:14:33 +00:00
rica-carv
1526eb55f1
Update viewforum_shortcodes.php
2016-12-09 11:17:56 +00:00
rica-carv
f6097662aa
Update view_shortcodes.php
2016-12-09 11:14:20 +00:00
rica-carv
7df9a5816f
Update post_shortcodes.php
2016-12-07 17:45:43 +00:00
rica-carv
5ce12ebadb
Update forum_shortcodes.php
2016-12-07 17:25:13 +00:00
Cameron
a23e89d6c1
Remove badge shortcode wrappers.
2016-12-07 08:52:41 -08:00
Cameron
5a2d93cd24
Remove badge wrappers
2016-12-07 08:39:57 -08:00
rica-carv
dfa0a6a7ee
Update forum_shortcodes.php
2016-12-06 19:08:19 +00:00
rica-carv
becc2ebf68
Add files via upload
2016-12-06 18:02:14 +00:00