https://www.icyphoenix.com/viewtopic.php?f=28&t=4245 ----------------------------------- KugeLSichA Mon 26 May, 2008 23:43 Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- [spoiler][code linenumbers=false]############################################################## ## MOD Title: Event Registration - Icy Phoenix Edition ## MOD Author: KugeLSichA < kugelsicha@gmx.net > (Holger Eisold) http://www.caromonline.de ## MOD Description: The Event registration adds a new function to postings ## which provides up to three clickable options at the top of ## a thread. By clicking an option you register for it with your ## username and the registration date. Registrations can be ## customized, limited by users and can have an expiry ## date. This can be used as a registration for an event, a ## poll with visible usernames etc. ## MOD Version: 0.0.4 ## ## Installation Level: n/a ## Installation Time: ~45 min ## Files To Edit: 19 ## includes/auth.php ## includes/constants.php ## includes/functions.php ## includes/functions_dbmtnc.php ## includes/functions_post.php ## includes/prune.php ## language/lang_english/lang_main.php ## modcp.php ## posting.php ## recent.php ## search.php ## templates/mg_themes/mg_themes.cfg ## templates/mg_themes/posting_body.tpl ## templates/mg_themes/search_results_topics.tpl ## templates/mg_themes/viewforum_body.tpl ## templates/mg_themes/viewtopic_body.tpl ## viewforum.php ## viewtopic.php ## watched_topics.php ## Included Files: includes/functions_regmod.php ## includes/regmod_viewtopic.php ## templates/mg_themes/images/topic_event.png ## templates/mg_themes/posting_reg_body.tpl ## templates/mg_themes/viewtopic_registration.tpl ############################################################## ## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the ## latest version of this MOD. Downloading this MOD from other sites could cause malicious code ## to enter into your phpBB Forum. As such, phpBB will not offer support for MODs not offered ## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/ ############################################################## ## Author Notes: ## ## This MOD runs only with the latest (1.2.0.27) Icy Phoenix Version. If you dont have this ## wonderfull CMS & Forum System, you can get it at http://www.icyphoenix.com ## ## Original MOD Author: NetizenKane < info@clancodes.com > (N/A) ## http://regmod.clancodes.com ## ############################################################## ## MOD History: ## ## 2008-05-25 - Version 0.0.1 ## - many changes to get it working with Icy Phoenix ## ## 2008-06-03 - Version 0.0.2 ## - Bugfixes ## ## 2008-06-07 - Version 0.0.3 ## - Bugfixes ## - Reg Option and User Own Reg are shown in viewforum and ## search ## ## 2008-10-26 - Version 0.0.4 ## - Bugfixes in recent.php and watched_topics.php ## ## ############################################################## ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ##############################################################[/code][/spoiler] Finally i found some time to share this here. [b][u]Download:[/u][/b] http://www.caromonline.de/downloads.php?view=detail&df_id=96 [b][u]Demo:[/u][/b] http://www.caromonline.de/test-event-vt354.html [img]http://www.icyphoenix.com/files/images/6/event_registration.jpg[/img] For any Bugs and comments, etc. please feel free to post here in this topic. Thanks ----------------------------------- TheSteffen Thu 29 May, 2008 12:06 Re: Event Registration Icy Phoenix Edition 0.0.1 ----------------------------------- Thanks a lot [b]KugeLSichA[/b], I find this really useful. :mricy: ----------------------------------- KugeLSichA Thu 29 May, 2008 18:37 Re: Event Registration Icy Phoenix Edition 0.0.1 ----------------------------------- [quote user="TheSteffen" post="28755"]Thanks a lot [b]KugeLSichA[/b], I find this really useful. :mricy:[/quote] yepp me too.. thats why i ported this mod to IP :) ----------------------------------- ThE KuKa Thu 29 May, 2008 18:41 Re: Event Registration Icy Phoenix Edition 0.0.1 ----------------------------------- Thanks to share KugeL :D ----------------------------------- crimsonsun Mon 02 Jun, 2008 20:58 Re: Event Registration Icy Phoenix Edition 0.0.1 ----------------------------------- [b]KugeLSichA[/b], Thank you, this is definatly one of the more useful mods!! ----------------------------------- KugeLSichA Tue 03 Jun, 2008 01:41 Re: Event Registration Icy Phoenix Edition 0.0.1 ----------------------------------- [quote user="crimsonsun" post="28867"][b]KugeLSichA[/b], Thank you, this is definatly one of the more useful mods!![/quote] you´re welcome. ----------------------------------- KugeLSichA Tue 03 Jun, 2008 01:43 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- Version updated to 0.0.2 fixed some bugs... if you have currently installed the version 0.0.1, take a look in the changes.txt file... ----------------------------------- Chaotic Thu 05 Jun, 2008 08:15 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- When clicking on NEW (for new posts), I get this error about 21 times: Warning: Missing argument 13 for build_topic_icon_link() in /home/thelo7/public_html/MYWEBSITE/includes/functions.php on line 2997 I just downloaded your 0.0.2 version. I've installed: PHP121 Instant Messenger Integration http://www.icyphoenix.com/viewtopic.php?f=21&t=3889 CMS ADV 1.0.4b for Icy Phoenix 1.2 http://www.icyphoenix.com/viewtopic.php?f=21&t=3775 Medal System 0.4.6 for Icy Phoenix 1.2.0.27a http://www.icyphoenix.com/viewtopic.php?f=21&t=4007 Arcade Mod found on the IP website. Any suggestions? ----------------------------------- hpl Thu 05 Jun, 2008 10:42 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- I found 2 bugs in install.txt: MISSED: OPEN search.php SEARCH [codeblock]$topic_link = build_topic_icon_link($searchset[$i]['forum_id'], $searchset[$i]['topic_id'], $searchset[$i]['topic_type'], $searchset[$i]['topic_replies'], $searchset[$i]['news_id'], $searchset[$i]['topic_vote'], $searchset[$i]['topic_status'], $searchset[$i]['topic_moved_id'], $searchset[$i]['post_time'], $user_replied, $replies, $unread);[/codeblock] REPLACE WITH [codeblock]$topic_link = build_topic_icon_link($searchset[$i]['forum_id'], $searchset[$i]['topic_id'], $searchset[$i]['topic_type'], $searchset[$i]['topic_replies'], $searchset[$i]['news_id'], $searchset[$i]['topic_vote'], $searchset[$i]['topic_reg'], $searchset[$i]['topic_status'], $searchset[$i]['topic_moved_id'], $searchset[$i]['post_time'], $user_replied, $replies, $unread);[/codeblock] BUG: OPEN install.txt SEARCH [codeblock]# #-----[ AFTER, ADD ]------------------------------------------ # // Event Registration Icy Phoenix Edition define('AUTH_REGISTRATION', 120); // Event Registration Icy Phoenix Edition[/codeblock] REPLACE WITH [codeblock]# #-----[ AFTER, ADD ]------------------------------------------ # // Event Registration Icy Phoenix Edition define('AUTH_REGISTRATION', 20); // Event Registration Icy Phoenix Edition[/codeblock] @chaotic: try to fix this 2 bugs.... ----------------------------------- Chaotic Thu 05 Jun, 2008 17:30 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- Fixed but still seeing the same error: Warning: Missing argument 13 for build_topic_icon_link() in /home/thelo7/public_html/MYWEBSITE/includes/functions.php on line 2997 ----------------------------------- KugeLSichA Thu 05 Jun, 2008 20:50 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- [quote user="hpl" post="28920"]I found 2 bugs in install.txt: MISSED: OPEN search.php SEARCH [codeblock]$topic_link = build_topic_icon_link($searchset[$i]['forum_id'], $searchset[$i]['topic_id'], $searchset[$i]['topic_type'], $searchset[$i]['topic_replies'], $searchset[$i]['news_id'], $searchset[$i]['topic_vote'], $searchset[$i]['topic_status'], $searchset[$i]['topic_moved_id'], $searchset[$i]['post_time'], $user_replied, $replies, $unread);[/codeblock] REPLACE WITH [codeblock]$topic_link = build_topic_icon_link($searchset[$i]['forum_id'], $searchset[$i]['topic_id'], $searchset[$i]['topic_type'], $searchset[$i]['topic_replies'], $searchset[$i]['news_id'], $searchset[$i]['topic_vote'], $searchset[$i]['topic_status'], $searchset[$i]['topic_moved_id'], $searchset[$i]['post_time'], $user_replied, $replies, $unread);[/codeblock] BUG: OPEN install.txt SEARCH [codeblock]# #-----[ AFTER, ADD ]------------------------------------------ # // Event Registration Icy Phoenix Edition define('AUTH_REGISTRATION', 120); // Event Registration Icy Phoenix Edition[/codeblock] REPLACE WITH [codeblock]# #-----[ AFTER, ADD ]------------------------------------------ # // Event Registration Icy Phoenix Edition define('AUTH_REGISTRATION', 20); // Event Registration Icy Phoenix Edition[/codeblock] @chaotic: try to fix this 2 bugs....[/quote] hey hpl, many thanks for this... but in your first code changes, i cant see any difference (build_topic_icon_link) ----------------------------------- KugeLSichA Thu 05 Jun, 2008 20:51 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- [quote user="Chaotic" post="28926"]Fixed but still seeing the same error: Warning: Missing argument 13 for build_topic_icon_link() in /home/thelo7/public_html/MYWEBSITE/includes/functions.php on line 2997[/quote] hey chaotic, can you please post your functions.php file code here? so i can have a look.. thanks ----------------------------------- Chaotic Fri 06 Jun, 2008 01:32 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- Sure. ----------------------------------- KugeLSichA Fri 06 Jun, 2008 05:58 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- thanks.. i take a look into that file, if i´m back from work today... ----------------------------------- KugeLSichA Sat 07 Jun, 2008 18:34 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- hey chaotic, your functions.php looks ok... i cant find any error... do you still have this problem? if so, please double check if you´ve done all the changes correct. let me know. thanks greetz ----------------------------------- KugeLSichA Sat 07 Jun, 2008 18:58 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- just a quick notice.. i found the error... a new version with some fixes will be available today... thanks ----------------------------------- hpl Sat 07 Jun, 2008 19:27 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- [quote user="KugeLSichA" post="28932"]hey hpl, many thanks for this... but in your first code changes, i cant see any difference (build_topic_icon_link)[/quote] :oops: :oops: :oops: :oops: see now my post! :mricy: ----------------------------------- Chaotic Sat 07 Jun, 2008 21:14 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- [quote user="KugeLSichA" post="28979"]just a quick notice.. i found the error... a new version with some fixes will be available today... thanks[/quote] Great! I can't wait to get this working on the site because we desperately need it. Thanks again KugeLSichA! ----------------------------------- KugeLSichA Sat 07 Jun, 2008 23:26 Re: Event Registration Icy Phoenix Edition 0.0.2 ----------------------------------- [quote user="hpl" post="28980"][quote user="KugeLSichA" post="28932"]hey hpl, many thanks for this... but in your first code changes, i cant see any difference (build_topic_icon_link)[/quote] :oops: :oops: :oops: :oops: see now my post! :mricy:[/quote] hehe yes now its ok... but no problem, i found it by myself... but thanks for your hint... it tooks me to the right direction.. thanks ----------------------------------- KugeLSichA Sat 07 Jun, 2008 23:35 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- new version 0.0.3 out there... - some bugfixes (thanks to hpl & chaotic) - some new functions now working [img]http://www.icyphoenix.com/files/images/6/event.jpg[/img] - 1 shows the reg options from all users for this topic - 2 (the DOT) is only showing if you have regged for this event, and if so, it shows the diffenrent colour... ----------------------------------- Chaotic Sun 08 Jun, 2008 09:15 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- So just replace all the files in the mod? Are there any file edits involved with this new version? ---EDIT--- Sorry, you had some file edits that needed to be made....answered my own question. :lol: Great work Kuge! ----------------------------------- KugeLSichA Sun 08 Jun, 2008 11:34 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="Chaotic" post="28987"]So just replace all the files in the mod? Are there any file edits involved with this new version? ---EDIT--- Sorry, you had some file edits that needed to be made....answered my own question. :lol: Great work Kuge![/quote] oops sorry, i forgot to say that no included files need to be edited.. you only need to do the file edits, in the install.txt because i dont have much free time, i dont put a changelog from the versions in there... if you dont know what is new, please deinstall and reinstall the mod... or use winmerge and merge the old and the new install.txt thanks ----------------------------------- struja Thu 19 Jun, 2008 21:13 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [code linenumbers=false]Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 123 in C:xampphtdocsipincludesdbmysql4.php on line 541[/code] I've just instaled it and in post i get this error. Any idea how to solve it? ----------------------------------- Chaotic Fri 20 Jun, 2008 12:44 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [b]KugeLSichA[/b], This mod has made a HUGE difference on my board. Just to show you how many people are using it, check this out: [spoiler] [img]http://www.icyphoenix.com/files/images/3295/registration.png[/img] [/spoiler] We're still showing other users how to use this function. I just want to say thanks. 8) ----------------------------------- KugeLSichA Sat 21 Jun, 2008 09:44 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="struja" post="29307"][code linenumbers=false]Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 123 in C:xampphtdocsipincludesdbmysql4.php on line 541[/code] I've just instaled it and in post i get this error. Any idea how to solve it?[/quote] hey... sorry for the late reply, but i dont really have enough time these days... do you still having this problem? ----------------------------------- KugeLSichA Sat 21 Jun, 2008 09:45 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="Chaotic" post="29310"][b]KugeLSichA[/b], This mod has made a HUGE difference on my board. Just to show you how many people are using it, check this out: [spoiler] [img]http://www.icyphoenix.com/files/images/3295/registration.png[/img] [/spoiler] We're still showing other users how to use this function. I just want to say thanks. 8)[/quote] hey chaotic... thanks for your post and your screenshot... its pretty cool to see, that people like this MOD... ----------------------------------- xMartinusx Sat 21 Jun, 2008 10:58 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="KugeLSichA" post="29331"][quote user="Chaotic" post="29310"][b]KugeLSichA[/b], This mod has made a HUGE difference on my board. Just to show you how many people are using it, check this out: [spoiler] [img]http://www.icyphoenix.com/files/images/3295/registration.png[/img] [/spoiler] We're still showing other users how to use this function. I just want to say thanks. 8)[/quote] hey chaotic... thanks for your post and your screenshot... its pretty cool to see, that people like this MOD...[/quote] [b]KugeLSichA[/b], Thanks for this great mod! I haven't installed it yet but I already like it! On my forum people make lists by saying they will be present at the event. Sometimes this list has +50 people. Wouldn't it be better to have a scrollbar or after (lets say) 10 persons that signed up, there is a butten "see all" (just thinking out loud :) ) ----------------------------------- struja Sat 21 Jun, 2008 11:26 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="KugeLSichA" post="29330"][quote user="struja" post="29307"][code linenumbers=false]Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 123 in C:xampphtdocsipincludesdbmysql4.php on line 541[/code] I've just instaled it and in post i get this error. Any idea how to solve it?[/quote] hey... sorry for the late reply, but i dont really have enough time these days... do you still having this problem?[/quote] Yes, I still have this problem. Do you maybe know what caused the problem?? ----------------------------------- Chaotic Sat 21 Jun, 2008 11:39 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="xMartinusx" post="29334"][quote user="KugeLSichA" post="29331"][quote user="Chaotic" post="29310"][b]KugeLSichA[/b], This mod has made a HUGE difference on my board. Just to show you how many people are using it, check this out: [spoiler] [img]http://www.icyphoenix.com/files/images/3295/registration.png[/img] [/spoiler] We're still showing other users how to use this function. I just want to say thanks. 8)[/quote] hey chaotic... thanks for your post and your screenshot... its pretty cool to see, that people like this MOD...[/quote] [b]KugeLSichA[/b], Thanks for this great mod! I haven't installed it yet but I already like it! On my forum people make lists by saying they will be present at the event. Sometimes this list has +50 people. Wouldn't it be better to have a scrollbar or after (lets say) 10 persons that signed up, there is a butten "see all" (just thinking out loud :) )[/quote] That is a great idea xMartinusx. ----------------------------------- KugeLSichA Sat 21 Jun, 2008 13:31 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="xMartinusx" post="29334"][b]KugeLSichA[/b], Thanks for this great mod! I haven't installed it yet but I already like it! On my forum people make lists by saying they will be present at the event. Sometimes this list has +50 people. Wouldn't it be better to have a scrollbar or after (lets say) 10 persons that signed up, there is a butten "see all" (just thinking out loud :) )[/quote] you´re welcome... really nice idea... i´ll try to integrate this in the next version... ----------------------------------- KugeLSichA Sat 21 Jun, 2008 13:35 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="struja" post="29335"] Yes, I still have this problem. Do you maybe know what caused the problem??[/quote] can you send me a link to your site please? you ca also pm me the link... so i can have a look... at the moment i dont have any idea what is this causing... thx ----------------------------------- struja Sat 21 Jun, 2008 14:42 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="KugeLSichA" post="29340"][quote user="struja" post="29335"] Yes, I still have this problem. Do you maybe know what caused the problem??[/quote] can you send me a link to your site please? you ca also pm me the link... so i can have a look... at the moment i dont have any idea what is this causing... thx[/quote] My website is still in xampp, on my computer, so I can't give you the link. I'll just try to instal it once again, for the 3rd time. :roll: ----------------------------------- struja Sat 21 Jun, 2008 17:58 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- Could it be here the problem? // Event Registration Icy Phoenix Edition include($[b][u]phpbb[/u][/b]_root_path . 'includes/regmod_viewtopic.' . $phpEx); // Event Registration Icy Phoenix Edition because when I insert this line it gives me that error in my topic area ----------------------------------- KugeLSichA Sun 22 Jun, 2008 10:15 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="struja" post="29348"]Could it be here the problem? // Event Registration Icy Phoenix Edition include($[b][u]phpbb[/u][/b]_root_path . 'includes/regmod_viewtopic.' . $phpEx); // Event Registration Icy Phoenix Edition because when I insert this line it gives me that error in my topic area[/quote] no... this line is strictly needed to get this MOD working... In which page do you get this error? by viewing or post a topic? which IcyPhoenix version do you have and do you have other MODs installed?? ----------------------------------- struja Sun 22 Jun, 2008 13:41 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- I have this error when viewing topic, and viewing forum where event was posted. I can post event, so posting is not a problem. And yes I have instaled Medal mod http://www.icyphoenix.com/viewtopic.php?f=21&t=4007 and Level mod http://www.icyphoenix.com/viewtopic.php?f=28&t=2392 ----------------------------------- KugeLSichA Sun 22 Jun, 2008 13:44 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- hmm... can you send me the following files in a rar/zip package please? - viewtopic.php - viewforum.php - templates/mg_themes/viewtopic_body.tpl - templates/mg_themes/viewforum_body.tpl ----------------------------------- TheSteffen Wed 27 Aug, 2008 16:23 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- Hi, It is working for me, but I get one error in search.php Parse error: syntax error, unexpected T_IF, expecting ')' in /www/htdocs/.../forum/search.php on line 1856 This is the code: [code linenumbers=false] // Event Registration Begin if ( ( $searchset[$i]['topic_reg'] ) && check_reg_active($topic_id) ) { $template->assign_block_vars('searchresults.display_reg', array()); } // Event Registration End[/code] ----------------------------------- Gianni PB Wed 15 Oct, 2008 14:47 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- I've this error on recent.php Warning: Missing argument 13 for build_topic_icon_link() in .../includes/functions.php on line 3007 :? this is line 3007: function build_topic_icon_link($forum_id, $topic_id, $topic_type, $topic_reg, $topic_replies, $topic_news_id, $topic_vote, $topic_status, $topic_moved_id, $topic_post_time, $user_replied, $replies, $unread) ----------------------------------- KugeLSichA Sun 19 Oct, 2008 20:14 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="Gianni PB" post="33168"]I've this error on recent.php Warning: Missing argument 13 for build_topic_icon_link() in .../includes/functions.php on line 3007 :? this is line 3007: function build_topic_icon_link($forum_id, $topic_id, $topic_type, $topic_reg, $topic_replies, $topic_news_id, $topic_vote, $topic_status, $topic_moved_id, $topic_post_time, $user_replied, $replies, $unread)[/quote] hi gianni, sorry for the late reply... but i´m quite busy these days... i´ll add the new version with a fix for this to the download section next days... i´ll let you know ----------------------------------- Gianni PB Sun 19 Oct, 2008 23:19 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- Ok! Thanks [b]KugeLSichA[/b]! 8) ----------------------------------- SkyOne1982 Mon 20 Oct, 2008 19:35 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [quote user="KugeLSichA" post="33329"][quote user="Gianni PB" post="33168"]I've this error on recent.php Warning: Missing argument 13 for build_topic_icon_link() in .../includes/functions.php on line 3007 :? this is line 3007: function build_topic_icon_link($forum_id, $topic_id, $topic_type, $topic_reg, $topic_replies, $topic_news_id, $topic_vote, $topic_status, $topic_moved_id, $topic_post_time, $user_replied, $replies, $unread)[/quote] hi gianni, sorry for the late reply... but i´m quite busy these days... i´ll add the new version with a fix for this to the download section next days... i´ll let you know[/quote] OK! ----------------------------------- SkyOne1982 Tue 21 Oct, 2008 23:09 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- News? ----------------------------------- Chaotic Wed 22 Oct, 2008 00:00 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- [b]SkyOne1982[/b], It would be nice of you to graciously cut [b]KugeLSichA[/b] some slack. We're all busy in our lives outside of Icy Phoenix and we're also hard at work on the next release of Icy Phoenix. When he gets around to updating this modification, he'll post the update. :) ----------------------------------- KugeLSichA Sun 26 Oct, 2008 17:49 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- Hey Friends, Sorry for the late reply... but the fix is now available... the download is here -> http://www.caromonline.de/downloads.php?view=detail&df_id=96 fixed the bugs in recent.php and watched_topics.php please let me know if all works fine.. Thanks for using this MOD... Greetz ----------------------------------- Gianni PB Sun 26 Oct, 2008 21:58 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- very thank you! :mricy: now it works! good job... 8) ----------------------------------- KugeLSichA Wed 29 Oct, 2008 17:21 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- thanks... If you and others have probs, please let me know... ATM i´m working on the event users list, so the board owner can set, how much subscribers would be shown in viewtopic. This is usefull for big board, and where many people use this feature... (suggestion from [b]xMartinusx[/b] http://www.icyphoenix.com/viewtopic.php?f=21&t=4245&p=29334#p29334 ) ----------------------------------- Chaotic Sun 04 Jan, 2009 03:34 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- The problem I am having may just be because of all the MODS I have installed, but I receive this error when viewing www.mysite.com/recent.php. Error: [spoiler]Warning: Missing argument 13 for build_topic_icon_link(), called in /homepages/33/d163845182/htdocs/macommunity_root/macommunity_site/recent.php on line 267 and defined in /homepages/33/d163845182/htdocs/macommunity_root/macommunity_site/includes/functions.php on line 2997[/spoiler] Also, in /recent.php, I'm seeing event registration calendar icons for topics that don't have an event registration enabled. (See picture below) [img]http://www.icyphoenix.com/files/images/3295/with.png[/img] This is my line 2997 in functions.php: [code linenumbers=false]function build_topic_icon_link($forum_id, $topic_id, $topic_type, $topic_reg, $topic_replies, $topic_news_id, $topic_vote, $topic_status, $topic_moved_id, $topic_post_time, $user_replied, $replies, $unread)[/code] When I remove: [code linenumbers=false] $topic_reg,[/code] all the errors on /recent.php disappear, but every topic in my forum is showing as a news post: [img]http://www.icyphoenix.com/files/images/3295/newsweird.png[/img] I'm kind of disappointed in myself because I use this MOD all the time and I never noticed this problem. I just happened to click on Recent Topics in my header today and I stumbled upon this. ----------------------------------- KugeLSichA Sun 04 Jan, 2009 12:43 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- thanks for reporting this... i´ll have a look ----------------------------------- pax Wed 08 Apr, 2009 03:22 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- wait for RC1... ----------------------------------- Chaotic Wed 08 Apr, 2009 17:08 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- I believe this has already been fixed in the next release of the MOD. ----------------------------------- spydie Mon 27 Apr, 2009 13:54 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- is this mod downloadable for RC1 ??? ----------------------------------- Chaotic Mon 27 Apr, 2009 19:48 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- KugeLSichA is working on it I believe, but it also looks like MG included it in the package...based on that TEST Forum topic... ----------------------------------- KugeLSichA Mon 27 Apr, 2009 20:48 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- hey spydie... the last version of this mod is for the BETA 2 (before RC1) i didnt tested it with the RC... if you have the time, please wait for RC2 or the final release... thanks ----------------------------------- TheSteffen Wed 29 Apr, 2009 10:13 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- [quote user="KugeLSichA" post="38866"]hey spydie... the last version of this mod is for the BETA 2 (before RC1) i didnt tested it with the RC... if you have the time, please wait for RC2 or the final release... thanks[/quote] Beta 2 version is working on RC1... but as KugeLSichA says, if you have time wait for the next realese of IP ----------------------------------- Yros Fri 01 May, 2009 01:52 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- I would suggest something : make your own lang file instead of editing lang_main ^^ That could be useful to translate easely this mod =) ----------------------------------- Yros Sun 10 May, 2009 03:03 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- I had another idea about this mod : It actually provide the following options : " Sign Up " / " Not Sure " / " Not this Time " My idea is this one : why not be able to change / customize / add / remove these options ? A little as poll system does. It could be very useful to do an event, for sample, where members wouldn't tell if they sign up but in which category of event they do. ( I don't know if it's very easy to understand ... ) For sample, a graphic event could be something like that : " Large Piece " / " Sign " / " Photomanips " / etc ... Or another game event could be " Rabbit " / " Wolf " / " Fox " etc ... ----------------------------------- Mighty Gorgon Sat 16 May, 2009 19:30 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- [quote user="Yros" post="39229"]I had another idea about this mod : It actually provide the following options : " Sign Up " / " Not Sure " / " Not this Time " My idea is this one : why not be able to change / customize / add / remove these options ? A little as poll system does. It could be very useful to do an event, for sample, where members wouldn't tell if they sign up but in which category of event they do. ( I don't know if it's very easy to understand ... ) For sample, a graphic event could be something like that : " Large Piece " / " Sign " / " Photomanips " / etc ... Or another game event could be " Rabbit " / " Wolf " / " Fox " etc ...[/quote] The original mod allowed that... but we have decided to remove that part to simplify things. This mod has now been recoded to work with RC 2 (it is also part of the latest RC). ----------------------------------- Yros Sat 16 May, 2009 22:31 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- And wouldn't it be possible to adapt this part of the mod to the next release of IP with a simplier code ? ----------------------------------- Mighty Gorgon Sat 16 May, 2009 22:35 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- You can take the original code of the mod and re-add it. :wink: ----------------------------------- Yros Sat 16 May, 2009 23:34 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- I don't know if I've enough knowledge to do that :oops: ----------------------------------- KugeLSichA Sat 23 May, 2009 10:32 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- hey Yros... if you have a site with many event topics and many users that use this feature, you can problems with a hugh database.... thats why i removed this, after i discovered this problem... i hope you can understand this... thx ----------------------------------- Yros Sun 24 May, 2009 13:12 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- Oh =X That's a bad news ^^ Thanks for explanations anyway =) ----------------------------------- jakstak Wed 13 Apr, 2011 22:37 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- Hi, Can Anyone point me to the right files to edit so i can alter what the buttons say id like to change the three options sign up not sure not this time to match what facebook now uses attending maybe not attending there is mention it was an option to change in earlyer code but im happy to just change the wording to suit my needs if possible thank you ----------------------------------- KugeLSichA Wed 13 Apr, 2011 23:05 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- Hi... [b]language/lang_english/lang_main.php[/b] [code syntax="php"] 'Reg_Do' => 'Zusagen', 'Reg_Maybe' => 'Unsicher', 'Reg_Dont' => 'Absagen',[/code] ----------------------------------- jakstak Wed 13 Apr, 2011 23:22 Re: Event Registration Icy Phoenix Edition 0.0.4 ----------------------------------- [quote user="KugeLSichA" post="52466"]Hi... [b]language/lang_english/lang_main.php[/b] [code syntax="php"] 'Reg_Do' => 'Zusagen', 'Reg_Maybe' => 'Unsicher', 'Reg_Dont' => 'Absagen',[/code][/quote] Hi, Thank you very much for your help and very fast reply Much appreciated :D