Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 5
Goto page 1, 2, 3, 4, 5  Next
 
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
 




____________

Play Games at GamesCampus!
 
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
KugeLSichASend 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: Event Registration Icy Phoenix Edition 0.0.1 
 
Thanks a lot KugeLSichA,

I find this really useful.  
 



 
TheSteffenSend private message  
Back to topPage bottom
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
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Event Registration Icy Phoenix Edition 0.0.1 
 
Thanks to share KugeL
 




____________
ThE KuKa - www.phpBB-Es.COM - Custom Installations phpBB
 
ThE KuKaSend private messageVisit poster's website  
Back to topPage bottom
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!!
 



 
crimsonsunSend private message  
Back to topPage bottom
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.
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
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...
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
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?
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
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....
 



 
hplSend private messageVisit poster's website  
Back to topPage bottom
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
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
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)
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
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
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
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)

 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
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...
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
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
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 5
Goto page 1, 2, 3, 4, 5  Next


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


  

 

  cron