Commit Graph

192 Commits

Author SHA1 Message Date
Marc Alexander
6b49958396 Fixed missing display of event url;
Fixed XHTML validation error in calendar; 
Added portal block;
2010-10-19 12:56:23 +00:00
Marc Alexander
df881f3cf8 Finished calendar block 2010-10-18 13:36:47 +00:00
Marc Alexander
8521b1d5e0 There is still some work needed for the calendar block, but now it is possible to add events and delete them 2010-10-15 20:35:16 +00:00
Marc Alexander
1350827f0e Added basic version of calendar block including the ability to add events;
Fixed a few small bugs;
2010-10-07 15:11:36 +00:00
Marc Alexander
e1fedf8b62 Added custom acp template to module template portal_default.php 2010-10-07 10:15:15 +00:00
Marc Alexander
38da0b16f5 Fixed some minor issues in main menu block;
Added links block;
2010-10-05 20:11:18 +00:00
Marc Alexander
7b089f1513 Fixed a small bug in main menu block;
Hopefully finally finished the menu block;
2010-10-05 15:08:38 +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
73681a4b43 Added Link Us Block;
Fixed a small bug in user menu;
2010-10-03 19:55:56 +00:00
Marc Alexander
0ccf538b1f Re-added module IDs to config names 2010-10-03 19:04:00 +00:00
Marc Alexander
960ebc2d77 Reverted a little bit and added ability to set permissions for links 2010-10-03 09:22:47 +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
8e11e32347 Added basic version of main menu that will allow to edit, add and remove 2010-09-30 21:35:06 +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
2f596b2b45 Worked a little bit more on the main menu ACP backend that will allow the user to add, edit and remove menu items from the ACP 2010-09-12 20:30:40 +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
8744d37ea5 Removed unnecessary code 2010-09-05 11:05:21 +00:00
Marc Alexander
9aa25c8117 Removed tons of useless queries from the team block;
Fixed incorrect language vars for news block;
2010-09-05 10:51:35 +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
acd324d80f Added Extended Leaders Block 2010-09-01 15:10:09 +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
7b2376a3e1 fixed missing global variables in announcements, attachments and stylechanger block 2010-08-30 13:37:29 +00:00
Marc Alexander
1916e7bb56 Added latest bots block 2010-08-30 13:11:18 +00:00
Marc Alexander
594560996a Added friends block 2010-08-30 12:31:57 +00:00
Marc Alexander
cf4ba51ed6 Added donation block; 2010-08-29 16:20:04 +00:00
Marc Alexander
3097cd5de7 Added clock;
Users are now able to change the clock in the ACP;
2010-08-29 13:30:56 +00:00
Marc Alexander
6a182d6638 Added birthday block;
Added stylechanger block;
2010-08-29 12:49:25 +00:00
Marc Alexander
ce67e8544a Added attachments block;
Added missing $phpEx to announcements block; 
Removed unnecessary get_template_side from announcements block; 
Added theme icons needed for attachments block; 
Changed column widths to the config values that are being changed in the ACP;
2010-08-28 20:43:09 +00:00
Marc Alexander
15a6408028 Added compact announcements block style 2010-08-28 20:05:05 +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
f90784a68e Deleted unnecessary block files;
Added leaders module; 
Added files for user_menu module;
2010-04-08 14:30:41 +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
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
c7103c21d3 [Fix] SQL-Error: "post_msg_id" was not defined (in functions.php) 2009-02-12 22:56:22 +00:00
Kevin
38d75f6d3b Report #140: Call to non present announcement or news number [read all]
Grrrr. Now its correct. :P
2009-01-27 17:04:47 +00:00
Kevin
8578bacd27 Report #140: Call to non present announcement or news number [read all] 2009-01-27 16:33:38 +00:00
Ice
fc8ea55adf Fix bug where birthdays from next year not counted. 2009-01-08 17:10:40 +00:00
Kevin
44da8bad74 #126:subsilver2 bug - topic icon row is not hidden if none is present 2008-11-28 22:32:20 +00:00
Christian
42f0bdf28d definiere U_MCP in main_menu.php 2008-11-09 00:50:08 +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