Event Registration Icy Phoenix Edition 0.0.4 »  Show posts from    to     

Icy Phoenix


Old Customizations - Event Registration Icy Phoenix Edition 0.0.4



KugeLSichA [ Mon 26 May, 2008 23:43 ]
Post subject: Event Registration Icy Phoenix Edition 0.0.4
Spoiler: [ Show ]


Finally i found some time to share this here.

Download: http://www.caromonline.de/downloads.php?view=detail&df_id=96

Demo: http://www.caromonline.de/test-event-vt354.html

event_registration

For any Bugs and comments, etc. please feel free to post here in this topic.

Thanks


TheSteffen [ Thu 29 May, 2008 12:06 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.1
Thanks a lot KugeLSichA,

I find this really useful.


KugeLSichA [ Thu 29 May, 2008 18:37 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.1
TheSteffen wrote: [View Post]
Thanks a lot KugeLSichA,

I find this really useful.


yepp me too.. thats why i ported this mod to IP


ThE KuKa [ Thu 29 May, 2008 18:41 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.1
Thanks to share KugeL


crimsonsun [ Mon 02 Jun, 2008 20:58 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.1
KugeLSichA, Thank you, this is definatly one of the more useful mods!!


KugeLSichA [ Tue 03 Jun, 2008 01:41 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.1
crimsonsun wrote: [View Post]
KugeLSichA, Thank you, this is definatly one of the more useful mods!!


you´re welcome.


KugeLSichA [ Tue 03 Jun, 2008 01:43 ]
Post subject: 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 ]
Post subject: 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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.2
I found 2 bugs in install.txt:

MISSED:

OPEN search.php

SEARCH
Code: [Hide] [Select]
$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);


REPLACE WITH
Code: [Hide] [Select]
$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);


BUG:

OPEN install.txt

SEARCH
Code: [Hide] [Select]
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Event Registration Icy Phoenix Edition
define('AUTH_REGISTRATION', 120);
// Event Registration Icy Phoenix Edition


REPLACE WITH
Code: [Hide] [Select]
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Event Registration Icy Phoenix Edition
define('AUTH_REGISTRATION', 20);
// Event Registration Icy Phoenix Edition



@chaotic: try to fix this 2 bugs....


Chaotic [ Thu 05 Jun, 2008 17:30 ]
Post subject: 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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.2
hpl wrote: [View Post]
I found 2 bugs in install.txt:

MISSED:

OPEN search.php

SEARCH
Code: [Hide] [Select]
$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);


REPLACE WITH
Code: [Hide] [Select]
$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);


BUG:

OPEN install.txt

SEARCH
Code: [Hide] [Select]
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Event Registration Icy Phoenix Edition
define('AUTH_REGISTRATION', 120);
// Event Registration Icy Phoenix Edition


REPLACE WITH
Code: [Hide] [Select]
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Event Registration Icy Phoenix Edition
define('AUTH_REGISTRATION', 20);
// Event Registration Icy Phoenix Edition



@chaotic: try to fix this 2 bugs....


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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.2
Chaotic wrote: [View Post]
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


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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.2
Sure.


KugeLSichA [ Fri 06 Jun, 2008 05:58 ]
Post subject: 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 ]
Post subject: 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 ]
Post subject: 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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.2
KugeLSichA wrote: [View Post]
hey hpl,

many thanks for this...

but in your first code changes, i cant see any difference (build_topic_icon_link)




see now my post!


Chaotic [ Sat 07 Jun, 2008 21:14 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.2
KugeLSichA wrote: [View Post]
just a quick notice..

i found the error...

a new version with some fixes will be available today...

thanks


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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.2
hpl wrote: [View Post]
KugeLSichA wrote: [View Post]
hey hpl,

many thanks for this...

but in your first code changes, i cant see any difference (build_topic_icon_link)




see now my post!


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 ]
Post subject: 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

event

- 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 ]
Post subject: 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.

Great work Kuge!


KugeLSichA [ Sun 08 Jun, 2008 11:34 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
Chaotic wrote: [View Post]
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.

Great work Kuge!


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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
Code: [Hide] [Select]
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 123 in C:xampphtdocsipincludesdbmysql4.php on line 541


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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
KugeLSichA,

This mod has made a HUGE difference on my board. Just to show you how many people are using it, check this out:

Spoiler: [ Show ]


We're still showing other users how to use this function. I just want to say thanks.


KugeLSichA [ Sat 21 Jun, 2008 09:44 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
struja wrote: [View Post]
Code: [Hide] [Select]
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 123 in C:xampphtdocsipincludesdbmysql4.php on line 541


I've just instaled it and in post i get this error.

Any idea how to solve it?


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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
Chaotic wrote: [View Post]
KugeLSichA,

This mod has made a HUGE difference on my board. Just to show you how many people are using it, check this out:

Spoiler: [ Show ]


We're still showing other users how to use this function. I just want to say thanks.


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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
KugeLSichA wrote: [View Post]
Chaotic wrote: [View Post]
KugeLSichA,

This mod has made a HUGE difference on my board. Just to show you how many people are using it, check this out:

Spoiler: [ Show ]


We're still showing other users how to use this function. I just want to say thanks.


hey chaotic...

thanks for your post and your screenshot... its pretty cool to see, that people like this MOD...


KugeLSichA,
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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
KugeLSichA wrote: [View Post]
struja wrote: [View Post]
Code: [Hide] [Select]
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 123 in C:xampphtdocsipincludesdbmysql4.php on line 541


I've just instaled it and in post i get this error.

Any idea how to solve it?


hey... sorry for the late reply, but i dont really have enough time these days...

do you still having this problem?


Yes, I still have this problem.

Do you maybe know what caused the problem??


Chaotic [ Sat 21 Jun, 2008 11:39 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
xMartinusx wrote: [View Post]
KugeLSichA wrote: [View Post]
Chaotic wrote: [View Post]
KugeLSichA,

This mod has made a HUGE difference on my board. Just to show you how many people are using it, check this out:

Spoiler: [ Show ]


We're still showing other users how to use this function. I just want to say thanks.


hey chaotic...

thanks for your post and your screenshot... its pretty cool to see, that people like this MOD...


KugeLSichA,
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 )


That is a great idea xMartinusx.


KugeLSichA [ Sat 21 Jun, 2008 13:31 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
xMartinusx wrote: [View Post]
KugeLSichA,
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 )


you´re welcome...

really nice idea... i´ll try to integrate this in the next version...


KugeLSichA [ Sat 21 Jun, 2008 13:35 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
struja wrote: [View Post]

Yes, I still have this problem.

Do you maybe know what caused the problem??


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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
KugeLSichA wrote: [View Post]
struja wrote: [View Post]

Yes, I still have this problem.

Do you maybe know what caused the problem??


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


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.


struja [ Sat 21 Jun, 2008 17:58 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
Could it be here the problem?

// Event Registration Icy Phoenix Edition
include($phpbb_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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
struja wrote: [View Post]
Could it be here the problem?

// Event Registration Icy Phoenix Edition
include($phpbb_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


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 ]
Post subject: 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 ]
Post subject: 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 ]
Post subject: 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: [Hide] [Select]
// Event Registration Begin
if ( ( $searchset[$i]['topic_reg'] ) && check_reg_active($topic_id) )
{
$template->assign_block_vars('searchresults.display_reg', array());
}
// Event Registration End


Gianni PB [ Wed 15 Oct, 2008 14:47 ]
Post subject: 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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
Gianni PB wrote: [View Post]
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)


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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
Ok! Thanks KugeLSichA!


SkyOne1982 [ Mon 20 Oct, 2008 19:35 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
KugeLSichA wrote: [View Post]
Gianni PB wrote: [View Post]
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)


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


OK!


SkyOne1982 [ Tue 21 Oct, 2008 23:09 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
News?


Chaotic [ Wed 22 Oct, 2008 00:00 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.3
SkyOne1982,

It would be nice of you to graciously cut KugeLSichA 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 ]
Post subject: 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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.4
very thank you!

now it works! good job...


KugeLSichA [ Wed 29 Oct, 2008 17:21 ]
Post subject: 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 xMartinusx http://www.icyphoenix.com/viewtopic...&p=29334#p29334 )


Chaotic [ Sun 04 Jan, 2009 03:34 ]
Post subject: 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: [ Show ]


Also, in /recent.php, I'm seeing event registration calendar icons for topics that don't have an event registration enabled. (See picture below)

with

This is my line 2997 in functions.php:

Code: [Hide] [Select]
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)


When I remove:

Code: [Hide] [Select]
$topic_reg,


all the errors on /recent.php disappear, but every topic in my forum is showing as a news post:

newsweird

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 ]
Post subject: 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 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.4
wait for RC1...


Chaotic [ Wed 08 Apr, 2009 17:08 ]
Post subject: Re: Event Registration Icy Phoenix Edition 0.0.4
I believe this has already been fixed in the next release of the MOD.




Powered by Icy Phoenix