Marc Alexander
84bab2be41
Redirect to module config after installing a new module
2011-02-01 00:22:39 +00:00
Marc Alexander
60df8a029d
Added confirm for deleting a module
2011-02-01 00:17:25 +00:00
Marc Alexander
e56458eda7
Hide title of latest bots module in ACP
2011-01-30 15:39:45 +00:00
Marc Alexander
7466027bbb
Just 2 small edits to comments
2011-01-18 18:36:04 +00:00
Marc Alexander
f22150b202
Added check for existence of block image;
...
Made language/en/mods/portal.php look nicer
2011-01-12 20:28:08 +00:00
Marc Alexander
f4a363e3d0
Added feature to change size of block icon in ACP
2011-01-12 18:00:37 +00:00
Marc Alexander
22f8293466
Modules can now be moved to the a different column, even if it is further down the column than any module in the new column
2011-01-12 15:00:59 +00:00
Marc Alexander
e90474dc3d
Show disabled move icon when it's no possible to move the block to the left/right
2011-01-12 14:19:39 +00:00
Marc Alexander
7cf48db1ba
Added jumpbox back -- should be fixed now
2011-01-11 23:09:14 +00:00
Marc Alexander
0877b1b5d2
Fixed bug caused by previous edits
2011-01-11 17:52:44 +00:00
Marc Alexander
60d0cc2cc9
Moved check_clock_src to portal/includes/functions.php and renamed it to check_file_src;
...
Edited includes/acp/acp_portal.php to we can use functions outside of the module class upon submitting;
Added possibility to move blocks i.e. from left to right column
2011-01-11 13:42:59 +00:00
Marc Alexander
19c3163a2b
Added functions for moving blocks to the left & right
2011-01-11 11:04:57 +00:00
Marc Alexander
488deca772
Added check for existence of clock file;
...
Added basic set of files for moving blocks right & left (still missing the functions in includes/acp/acp_portal.php)
2011-01-10 23:35:20 +00:00
Marc Alexander
9ce0695824
Changed acp_portal submit part so we can run custom function on submit without the need to have the type 'custom'
2011-01-09 21:35:06 +00:00
Marc Alexander
513dd70c69
Added missing feature to show phpBB menu on portal
2011-01-05 12:39:12 +00:00
Marc Alexander
d72f0f80f2
Added forumlist module
2011-01-05 11:28:13 +00:00
Marc Alexander
30271517b8
Added feature that redirects a user to the custom block settings page after creating a custom block
2011-01-05 09:55:15 +00:00
Marc Alexander
b2a591bb35
Added portal permissions -- It is now possible to show the Portal only to the users and groups we want to
2010-12-02 17:24:07 +00:00
Marc Alexander
c196b2b0c5
Added module language files to German language folder -- still need to be translated;
...
Fixed undefined error in acp_portal.php caused by old code;
Fixed undefined error in portal.php if Portal is accessed after it has been uninstalled -- now it redirects to Index;
2010-11-30 09:01:57 +00:00
Marc Alexander
2321270622
Got rid of a few unneeded language variables;
...
Fixed incorrect displaying of which module has been edited;
2010-11-26 15:12:06 +00:00
Marc Alexander
28d6ed74b9
Added permission settings for all blocks;
...
Modified calendar, custom & links module to work with the new permission settings for all blocks;
Added language variables for links block;
2010-11-20 13:39:52 +00:00
Marc Alexander
d31d611844
Added the basic way of installing the modules after portal has been installed for the first time
2010-11-16 15:31:03 +00:00
Marc Alexander
914a1d1d77
Added todos to language/en/mods/info_acp_portal.php & language/en/mods/portal.php;
...
Fixed how color palette gets displayed and also fixed the small button areas of the color palette;
When adding a Module, the users now see the Module name rather than the file name;
2010-11-06 12:38:21 +00:00
Marc Alexander
1ea2f6f3e5
Make sure we don't get an error if custom_acp_tpl is empty
2010-10-18 18:32:13 +00:00
Marc Alexander
1731999649
Added portal_config table for large data that needs to inserted into the database (adds 1 query but we won't have to tamper with phpBB3's config table);
...
Added serialize and unserialize to the main menu block for a better way of working with the links;
2010-10-05 14:57:17 +00:00
Marc Alexander
0ccf538b1f
Re-added module IDs to config names
2010-10-03 19:04:00 +00:00
Marc Alexander
d78c37a4ee
Added constants file and removed constants.php edit;
...
Added links to main menu installation;
Added ability to handle language variables as link title;
2010-10-01 11:52:05 +00:00
Marc Alexander
b3f0f852fa
Worked further on the menu block and the basic version works now
2010-09-13 23:11:16 +00:00
Marc Alexander
fb33da9e43
ACP backend for menu block should pretty much be finished;
...
This should also work for the links block later on;
2010-09-13 15:30:16 +00:00
Marc Alexander
dbde96b7ac
Moved acp template to adm/style/portal/
2010-09-12 18:46:17 +00:00
Marc Alexander
df162ac76c
Partially added main menu block;
...
There is still a lot of work to do, look for @todo
2010-09-12 16:11:24 +00:00
Marc Alexander
b60422cb2e
Reverted acp_portal.php back;
...
Added news block;
Added function get_portal_tracking_info in order to reduce queries when fetching news and announcements;
2010-09-05 08:39:44 +00:00
Marc Alexander
5f8c3be754
Added latest members block;
...
Drop-Down list when adding a module now shows the correct title of the block and not the class name;
Added basic log function;
Fixed incorrect EXPLAIN language strings of announcements block;
2010-08-30 20:08:47 +00:00
Marc Alexander
ed6124155a
User gets taken back to Portal Modules instead of General Settings after editing the Module options in the ACP
2010-08-30 13:30:27 +00:00
Marc Alexander
22b7ebab4d
Added ability to handle custom functions to Portal ACP backend;
...
Removed unneeded language variables from language files;
Finished global announcements block (basic function);
Added missing includes in portal.php;
Added missing handling of top and bottom column;
Added unset of $template_module in portal.php in order to prevent incorrect block names;
Added correct title for page_header and language string for Portal link;
2010-08-28 18:25:28 +00:00
Marc Alexander
438a9cdd59
Changed install instructions;
...
Changed version check tag to board3_portal_v2_dev;
Added more language variables;
Added version check to ACP and limited it to only showing in the general settings area;
Changed all config variables from portal_ to board3_;
Added new install file;
Fixed jumpbox bug that caused a useless error message;
Added block images for team block and user menu;
2010-08-28 13:02:16 +00:00
Marc Alexander
971455668d
Fixed not working module deletion;
...
Updated language files;
Updated module files and fixed a few errors;
Added HTML files for modules;
Fixed not working odering of modules;
2010-04-09 18:39:51 +00:00
Marc Alexander
5bcfe37930
Removed unnecessary acp_portal_blocks files;
...
Added language files for announcements module;
Converted portal.php and acp_portal.php back to using the phpBB config table;
2010-04-06 21:17:21 +00:00
Marc Alexander
6b207166e3
Made acp module use the portal_config_table again;
...
Added module file for announcements block;
Added necessary file inclusions to portal.php;
Added redirect if Portal is disabled;
2010-04-06 16:40:34 +00:00
Marc Alexander
04ca4b3acf
Added portal-wide settings in acp_portal.php;
...
Added language strings;
Fixed XHTML parsing bug in adm/style/acp_portal_config.html;
2010-04-06 14:55:53 +00:00
Marc Alexander
62a28fead6
Added install instructions, license and modx-file;
...
Now hiding module options when modifying general settings;
Added folder to English language for modules and topposter language file;
Added topposter.png to theme/images/portal folder;
Added missing folders;
2010-04-06 11:17:53 +00:00
Joas Schilling
b4c9470b94
Start working on the future
2009-12-23 01:57:08 +00:00
Christian
6964ff8f51
Start B3P v2 :-D
2009-09-03 12:48:45 +00:00
Christian
fb193c0f92
delete trunk for B3P v2
2009-09-03 12:45:30 +00:00
Joas Schilling
86aa9fdd9e
IN_PHPBB check
2009-04-17 14:37:15 +00:00
Joas Schilling
f5a9c49f65
please check your SVN for the correct settings!
2009-04-17 14:26:20 +00:00
Christian
29a237f8b7
Mini_Cal. cleaned up. :-D
...
Hopefully everything completely transferred ... I check it later
2008-10-08 15:04:23 +00:00
Christian
566aaa622b
Default settings: Disable change_style, custom (center and side), donate (center and side), forum index and wordgraph. Enable welcome.
...
Installation tested. :-)
2008-10-07 12:31:16 +00:00
Kevin
2a944a9caf
The "Disable Portal" feature seems to be good. Tested, fixed the lang variables and merged over.
2008-10-04 22:12:10 +00:00
Kevin
85e9ae633b
Added changes to constants.php / added ACP modules, etc
2008-10-04 19:56:58 +00:00