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
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
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
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
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
Ice
b800ee0c96
Start of pallet
2008-09-28 22:59:25 +00:00
Kevin
e256e9a039
#115 : ACP option to hide / show the columns "views" and "replies" in compact mode for news and announcements.
...
RC3 preparation.
2008-08-29 18:56:37 +00:00
Kevin
d127fc3b9c
Add Chris to the header, promised that a while ago. ;)
2008-08-17 18:59:40 +00:00
Ice
bf45933a22
New "team" block
2008-08-13 00:34:14 +00:00
Ice
43345190b9
Spelling mistakes, general clean up, few extra tidbits
2008-08-09 19:34:40 +00:00
Ice
e9d73746e7
Messed that up :P I'll fix later, time for work!
2008-08-09 14:56:38 +00:00
Ice
205fe3ccaf
Spelling mistakes, general clean up, few extra tidbits
2008-08-09 14:47:40 +00:00
Ice
2f7427a29e
Change count() to sizeof()
2008-08-09 13:27:34 +00:00
Ice
dc58a33501
Tada - confirm box ('cause Kev likes men :P)
2008-05-03 11:39:32 +00:00
Ice
c2515d79b6
Try again
2008-04-26 20:35:14 +00:00
Ice
5aa3fd6781
Fixy some bugs
2008-04-26 20:06:50 +00:00
Kevin
d8c9a22011
New link block: German translation + seems that some things has been forgotten (i ran into several errors in the ACP, fixed it)
2008-04-26 16:01:14 +00:00
Ice
903aaf8574
Links block V1, lang other than english needs update
2008-04-25 22:31:59 +00:00
Kevin
e433c2f392
Report#35,82,84:Mouseover in compact view (news), archive news system, pagnition for news / announcements - as well as a switch to choose if the newest or the first post (link in compact view) should be shown, configurable in ACP
2008-04-23 09:54:06 +00:00