Icy Phoenix

     
 

Event Registration Icy Phoenix Edition 0.0.4

Event Registration Icy Phoenix Edition 0.0.4

Article
Reply with quote    Download Post  
Post 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



 
Edited by KugeLSichA, Thu 29 May, 2008 17:53: added demo link and image
Edited by KugeLSichA, Sat 07 Jun, 2008 23:32: new version
KugeLSichA - View user's profile Send private message  
KugeLSichA [ Mon 26 May, 2008 23:43 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Event Registration Icy Phoenix Edition 0.0.4

Comments
Reply with quote    Download Post  
Post Re: Event Registration Icy Phoenix Edition 0.0.1 
 
Thanks a lot KugeLSichA,

I find this really useful.  



 
TheSteffen - View user's profile Send private message  
TheSteffen [ Thu 29 May, 2008 12:06 ]
Reply with quote    Download Post  
Post 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



 
KugeLSichA - View user's profile Send private message  
KugeLSichA [ Thu 29 May, 2008 18:37 ]
Reply with quote    Download Post  
Post Re: Event Registration Icy Phoenix Edition 0.0.1 
 
Thanks to share KugeL



 
ThE KuKa - View user's profile Send private message  
ThE KuKa [ Thu 29 May, 2008 18:41 ]
Reply with quote    Download Post  
Post Re: Event Registration Icy Phoenix Edition 0.0.1 
 
KugeLSichA, Thank you, this is definatly one of the more useful mods!!



 
crimsonsun - View user's profile Send private message  
crimsonsun [ Mon 02 Jun, 2008 20:58 ]
Reply with quote    Download Post  
Post 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 - View user's profile Send private message  
KugeLSichA [ Tue 03 Jun, 2008 01:41 ]
Reply with quote    Download Post  
Post 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...



 
KugeLSichA - View user's profile Send private message  
KugeLSichA [ Tue 03 Jun, 2008 01:43 ]
Reply with quote    Download Post  
Post 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?



 
Chaotic - View user's profile Send private message  
Chaotic [ Thu 05 Jun, 2008 08:15 ]
Reply with quote    Download Post  
Post Re: Event Registration Icy Phoenix Edition 0.0.2 
 
I found 2 bugs in install.txt:

MISSED:

OPEN search.php

SEARCH
Code: [Download] [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: [Download] [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: [Download] [Hide] [Select]
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Event Registration Icy Phoenix Edition
define('AUTH_REGISTRATION', 120);
// Event Registration Icy Phoenix Edition


REPLACE WITH
Code: [Download] [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....



 
hpl - View user's profile Send private message  
hpl [ Thu 05 Jun, 2008 10:42 ]
Reply with quote    Download Post  
Post 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



 
Chaotic - View user's profile Send private message  
Chaotic [ Thu 05 Jun, 2008 17:30 ]
Reply with quote    Download Post  
Post 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: [Download] [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: [Download] [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: [Download] [Hide] [Select]
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Event Registration Icy Phoenix Edition
define('AUTH_REGISTRATION', 120);
// Event Registration Icy Phoenix Edition


REPLACE WITH
Code: [Download] [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 - View user's profile Send private message  
KugeLSichA [ Thu 05 Jun, 2008 20:50 ]
Reply with quote    Download Post  
Post 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



 
KugeLSichA - View user's profile Send private message  
KugeLSichA [ Thu 05 Jun, 2008 20:51 ]
Reply with quote    Download Post  
Post Re: Event Registration Icy Phoenix Edition 0.0.2 
 
Sure.

functions.zip
Description: includes/functions.php 
Download
Filename: functions.zip
Filesize: 27.07 KB
Downloaded: 248 Time(s)




 
Chaotic - View user's profile Send private message  
Chaotic [ Fri 06 Jun, 2008 01:32 ]
Reply with quote    Download Post  
Post 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 - View user's profile Send private message  
KugeLSichA [ Fri 06 Jun, 2008 05:58 ]
Reply with quote    Download Post  
Post 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 - View user's profile Send private message  
KugeLSichA [ Sat 07 Jun, 2008 18:34 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 5
Goto page 1, 2, 3, 4, 5  Next
 




 


 

  cron