Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Arcade Mod Rate,comment 
 
guests after clicking comment or rate the game are sent to error

I do redirecting to login

open arcade_rate.php
find
Code: [Download] [Hide]
  1. $userdata = session_pagestart($user_ip, PAGE_ACTIVITY);  
  2. init_userprefs($userdata); 

after add
Code: [Download] [Hide]
  1. if ( !$userdata['session_logged_in'])  
  2. {  
  3. redirect(append_sid("login_xs.$phpEx?redirect=arcade_rate.$phpEx", true));  
  4. }  


open arcade_comment.php
find
Code: [Download] [Hide]
  1. $userdata = session_pagestart($user_ip, PAGE_ACTIVITY);  
  2. init_userprefs($userdata); 

after add
Code: [Download] [Hide]
  1. if ( !$userdata['session_logged_in'])  
  2. {  
  3. redirect(append_sid("login_xs.$phpEx?redirect=arcade_comment.$phpEx", true));  


 
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
thanks youu

will change when new version and installed arcade again
 




____________
check out my site sometime
www.Dutch-HQ.net
 
NizzleSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
Will the Arcade MOd be included in phpBBXS 0.50?
 



 
lowcrustSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
lowcrust wrote: [View Post]
Will the Arcade MOd be included in phpBBXS 0.50?

No!

But difus will probably release a premodded XS with the Arcade mod!

In any case remember that modded XS versions are not supported here...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
(For the first: Sorry for my english!    )

Ok... i've installed arcade mod 2.1.2, but the "games page" is blank!
Not error or some word on the page but only white page!

Help... please

 
 



 
moai76Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
did you install arcade in ACP ?
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
Quote:
did you install arcade in ACP ?


i've download the file "mod_install" and i've started it! it' s corret? If not... how do i install?
In the ACP i see only a "little menu"

see the attachment for the file and the image of ACP

P.S.: i've try to click on "UPDATE 2.1.2 to 2.1.6" and this is results:
"
Current Version: 2.1.2

UPDATE phpbb_ina_data SET version = '2.1.2' DONE.!


ALL DONE - Page Refresh Required.
"

Arcade.JPG
Description:  
Filesize: 8.87 KB
Viewed: 6352 Time(s)

Arcade.JPG

mod_install.zip
Description:  
Download
Filename: mod_install.zip
Filesize: 2.42 KB
Downloaded: 200 Time(s)

 



 
moai76Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 


I've delete the cache... refresh the page...
I've delete the cache... refresh the page...
...again... again...

and now... i see all!!!  

         

So now is... ok! but i try to install game etc...etc...etc...

thankS
 



 
moai76Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
Ok... now it's all ok but now the proble is:
i' ve finished to play a game and the page refresh for update my score (Ok... but...) this is a result:

Unexpected Error - Bad GAME??

 

When i' ve installed "arcade" i' ve recive this result:

Current Version: 2.1.2

ALTER TABLE phpbb_users ADD `arcade_banned` INT DEFAULT '0' NOT REQUIRED?!
Duplicate column name 'arcade_banned'
ALTER TABLE phpbb_ina_data ADD `config_name` VARCHAR( 255 ) NOT NULL DEFAULT '0' DONE.!
ALTER TABLE phpbb_ina_data ADD `config_value` VARCHAR( 255 ) NOT NULL DEFAULT '0' DONE.!
ALTER TABLE phpbb_ina_data DROP `version` DONE.!
ALTER TABLE phpbb_ina_data DROP `minor` DONE.!
ALTER TABLE phpbb_ina_data ADD UNIQUE (`config_name`) NOT REQUIRED?!
Duplicate entry '0' for key 1
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('default_reward_dbfield','user_points') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('default_cash','user_cash') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('use_rewards_mod','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('use_cash_system','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('report_cheater','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('warn_cheater','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('use_point_system','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('use_gamelib','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_path','games/') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('gamelib_path','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('use_gk_shop','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('use_allowance_system','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_per_page','20') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_default_img','templates/subSilver/images/games.gif') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_default_txt','Over 120 games available to Registered Members - No Fee - No Catch.
') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_default_id','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_tournament_mode','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_offline','0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_cheat_mode','1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_guest_highscore', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_auto_size', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_at_highscore', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_show_stats', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_image_width', '50') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_image_height', '50') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_per_admin_page', '20') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_cat_image_width', '80') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_cat_image_height', '80') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_tournament_max', '10') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_tournament_games', '6') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_tournament_players', '12') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_moderators_mode', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_posts_required', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_use_pms', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_total_top', '10') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_new_games', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_cat_zero', 'Show all the Games') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_use_comments', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_use_rating', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_show_played', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_show_all', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_no_guests', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_rate', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_comments', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_mod_ban_users', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_comment_size', '256') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_rank_required', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_level_required', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_pm_highscore', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_pm_at_highscore', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_pm_comment', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_pm_new', '0') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('highscore_start_year', '2006') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('highscore_start_mon', '12') DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'use_rewards_mod' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'use_cash_system' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'report_cheater' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'warn_cheater' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'use_point_system' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'use_gamelib' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_path' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'gamelib_path' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'use_gk_shop' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'use_allowance_system' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_per_page' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_default_img' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_default_txt' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_default_id' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_tournament_mode' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_offline' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_cheat_mode' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_guest_highscore' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_auto_size' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_at_highscore' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_show_stats' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_image_width' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_image_height' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_per_admin_page' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_cat_image_width' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_cat_image_height' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_tournament_max' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_tournament_games' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_tournament_players' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_moderators_mode' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_posts_required' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_use_pms' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_total_top' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_new_games' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_cat_zero' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_use_comments' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_use_rating' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_show_played' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_show_all' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_no_guests' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_rate' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_comments' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_mod_ban_users' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_comment_size' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_rate' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_rank_required' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_pm_highscore' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_pm_at_highscore' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_pm_comment' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'games_pm_new' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'highscore_start_year' DONE.!
DELETE FROM phpbb_config WHERE `config_name` = 'highscore_start_mon' DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('default_sort', 'game_id') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('default_sort_order', 'DESC') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_show_fav', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_new_for', '1209600') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('use_cache', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('config_cache', '86400') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('categories_cache', '300') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_cache', '86400') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_show_mhm', '1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_tournament_user', '1') DONE.!
ALTER TABLE phpbb_ina_games ADD `game_control` INT( 1 ) DEFAULT '0' NOT NULL DONE.!
INSERT INTO phpbb_ina_data (`config_name`,`config_value`) VALUES ('version', '2.1.3') DONE.!
INSERT INTO phpbb_ina_cat (`cat_id`) VALUES ('-1') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('games_default_rate', '10') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('highscore_cache', '180') DONE.!
INSERT INTO phpbb_ina_data (`config_name`, `config_value`) VALUES ('at_highscore_cache', '1440') DONE.!
ALTER TABLE phpbb_ina_sessions ADD `tour_id` MEDIUMINT( 5 ) DONE.!
ALTER TABLE phpbb_ina_sessions ADD `randchar1` INT( 4 ) DONE.!
ALTER TABLE phpbb_ina_sessions ADD `randchar2` INT( 4 ) DONE.!
DROP TABLE phpbb_ina_tour DONE.!
DROP TABLE phpbb_ina_tour_data NOT REQUIRED?!
Unknown table 'phpbb_ina_tour_data'
DROP TABLE phpbb_ina_tour_play NOT REQUIRED?!
Unknown table 'phpbb_ina_tour_play'
CREATE TABLE phpbb_ina_tour ( `tour_id` mediumint(5) NOT NULL auto_increment, `tour_name` varchar(25) default NULL, `tour_desc` text, `tour_max_players` int(4) NOT NULL default '0', `tour_player_turns` int(4) NOT NULL default '0', `block_plays` int(1) default NULL, `tour_active` int(1) NOT NULL default '0', `start_id` mediumint(8) NOT NULL default '0', `start_date` int(11) NOT NULL default '0', `end_date` int(11) default NULL, `length` int(11) default NULL, `end_type` int(1) default NULL, `champion` mediumint(8) default NULL, PRIMARY KEY (`tour_id`) ) DONE.!
CREATE TABLE phpbb_ina_tour_data ( `tour_id` mediumint(5) NOT NULL default '0', `game_name` varchar(50) NOT NULL default '', `top_score` double(12,4) default NULL, `top_player` mediumint(11) default NULL, PRIMARY KEY (`tour_id`,`game_name`) ) DONE.!
CREATE TABLE phpbb_ina_tour_play ( `tour_id` mediumint(5) NOT NULL default '0', `user_id` mediumint(8) NOT NULL default '0', `last_played_time` int(11) NOT NULL default '0', `last_played_game` varchar(50) default NULL, `gamedata` text, PRIMARY KEY (`tour_id`,`user_id`) ) DONE.!
ALTER TABLE phpbb_ina_cat ADD `group_required` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' DONE.!
ALTER TABLE phpbb_ina_cat ADD `cat_type` CHAR( 1 ) NOT NULL DEFAULT 'p' DONE.!
ALTER TABLE phpbb_ina_cat ADD `cat_parent` MEDIUMINT( 8 ) NULL DONE.!
ALTER TABLE phpbb_ina_cat CHANGE `last_game` `last_game` VARCHAR( 50 ) DEFAULT NULL DONE.!
ALTER TABLE phpbb_ina_cat ADD `total_games` INT( 8 ) UNSIGNED NOT NULL DEFAULT '0' DONE.!
ALTER TABLE phpbb_ina_cat ADD `total_played` BIGINT( 12 ) UNSIGNED NOT NULL DEFAULT '0' DONE.!
ALTER TABLE phpbb_ina_games CHANGE `cat_id` `cat_id` MEDIUMINT( 8 ) NULL DEFAULT '-1' DONE.!
ALTER TABLE phpbb_ina_games ADD `highscore_id` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' DONE.!
ALTER TABLE phpbb_ina_games ADD `at_highscore_id` MEDIUMINT( 8 ) NOT NULL DEFAULT '0' DONE.!
ALTER TABLE phpbb_ina_games ADD INDEX ( `game_name` ) DONE.!
UPDATE phpbb_ina_games set cat_id = -1 WHERE cat_id = 0 DONE.!
UPDATE phpbb_ina_games set cat_id = -1 WHERE cat_id IS NULL DONE.!
ALTER TABLE phpbb_ina_scores ADD INDEX ( `game_name`, `player_id` ) DONE.!
ALTER TABLE phpbb_ina_scores ADD INDEX ( `date` ) DONE.!
ALTER TABLE `phpbb_ina_highscore CHANGE `highscore_game` `highscore_game` VARCHAR( 50 ) NOT NULL NOT REQUIRED?!
Incorrect table name 'phpbb_ina_highscore CHANGE '
ALTER TABLE phpbb_ina_highscore ADD INDEX ( `highscore_game` ) DONE.!
ALTER TABLE phpbb_ina_user_data CHANGE `last_played` `last_played` VARCHAR( 50 ) DEFAULT NULL DONE.!
ALTER TABLE phpbb_ina_at_scores ADD `player_name` VARCHAR( 25 ) NOT NULL AFTER `player_id` DONE.!
ALTER TABLE phpbb_ina_at_scores ADD INDEX ( `game_name`, `player_id` ) DONE.!
ALTER TABLE phpbb_ina_at_scores ADD INDEX ( `date` ) DONE.!
ALTER TABLE phpbb_ina_fav ADD INDEX ( `fav_game_name` ) DONE.!
UPDATE phpbb_ina_data SET `config_value` = '2.1.6' WHERE `config_name` = 'version' DONE.!


ALL DONE - Page Refresh Required.


 

What is the error?

thanxs!!!
 
 



 
moai76Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
moai76 wrote: [View Post]
Ok... now it's all ok but now the proble is:
i' ve finished to play a game and the page refresh for update my score (Ok... but...) this is a result:

Unexpected Error - Bad GAME??

 

When i' ve installed "arcade" i' ve recive this result:

Current Version: 2.1.2



Hi

install new arcade mod 2.1.6 and set in the ACP the right score methode ..............
 



 
pepiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
the database is OK
play other games
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Arcade Mod Rate,comment 
 
   thanks!!!
It's all ok!
 



 
moai76Send private message  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events