Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 3 of 3
Goto page Previous  1, 2, 3
 
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.18.45 Beta 1 
 
Spoiler: [ Show ]


So you didn't do this, right?  I was just saying changing the install instructions on the fly could have caused your problem.  I guess now it's obvious you ran into an error not from the install.txt.


 




____________
| 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
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: Icy Phoenix 1.2.18.45 Beta 1 
 
Thanks for the suggestion... I'll do something to improve things...


Informpro wrote: [View Post]
Hum.

I've an idea for the activity mod

In the install file ;
...

OMISSIS

 




____________
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: Icy Phoenix 1.2.18.45 Beta 1 
 
I have the second beta almost ready... I should post it some day during this week.

Stay tuned.
 




____________
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: Icy Phoenix 1.2.18.45 Beta 1 
 
A quick thanks to Chaotic, I tried the update and it worked perfect except for the script that was supposed to rename and move the photos in the album section, that did'nt work and I had to manually transfer all the pics but they are working fine now.

Onto my next question, I have noticed that the headers and footers banner section is now missing from the ACP, is this because it was not compatible with this version. If anyone can help me I would so much like to add it back into my site. If possible can anybody tell me which files I need to edit and what code I would have to insert to include it back into my own site. Or is it planned to be included in the final release, it was an handy feature for adding google ads to the header.

Also MG glad to here beta two's out this week I cannot wait, excellent new version and super fast.
 




____________
MY BRAIN HURTS
 
DaggersSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.18.45 Beta 1 
 
The Headers and Footers feature in ACP is now obsolete.

Go to: http://www.YOUR_SITE.com/cms_ads.php

 cmsads
 




____________
| 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: Icy Phoenix 1.2.18.45 Beta 1 
 
Daggers wrote: [View Post]
A quick thanks to Chaotic, I tried the update and it worked perfect except for the script that was supposed to rename and move the photos in the album section, that did'nt work and I had to manually transfer all the pics but they are working fine now.

Onto my next question, I have noticed that the headers and footers banner section is now missing from the ACP, is this because it was not compatible with this version. If anyone can help me I would so much like to add it back into my site. If possible can anybody tell me which files I need to edit and what code I would have to insert to include it back into my own site. Or is it planned to be included in the final release, it was an handy feature for adding google ads to the header.

Also MG glad to here beta two's out this week I cannot wait, excellent new version and super fast.


I´m with Daggers here, since i use weboscope counter and the thing is that it has to apear on all pages to keep counts up to date, and the footer section was best place for that little counter
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.18.45 Beta 1 
 
Are you not able to put it into the footer where the credits are?

Either way, you can create a global block and put your counter there.

I just created a new global block and it displays anywhere on every page of my site.
 




____________
| 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: Icy Phoenix 1.2.18.45 Beta 1 
 
This site has been upgraded today to what will probably be the next beta package.

If no big problems will arise, I will release it.
 




____________
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: Icy Phoenix 1.2.18.45 Beta 1 
 
Mighty Gorgon wrote: [View Post]
This site has been upgraded today to what will probably be the next beta package.

If no big problems will arise, I will release it.


It will be possible upgrade from beta1 to beta2?
 



 
SkyOne1982Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.18.45 Beta 1 
 
Yes... I have upgraded.
 




____________
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: Icy Phoenix 1.2.18.45 Beta 1 
 
hmmm
in forum.php
Code: [Download] [Hide]
  1.                 $admins_today_list = '';  
  2.     228                    $mods_today_list = '';  
  3.     229                    $users_today_list = '';  
  4.     230                    $logged_hidden_today = 0;  
  5.     231                    $logged_visible_today = 0;  
  6.     232                    $users_lasthour = 0;  
  7.  

can be replace
Code: [Download] [Hide]
  1. $admins_today_list = $users_today_list = '';  
  2. $logged_hidden_today = $logged_visible_today = $users_lasthour = 0; 
(assign only on value can get a little of ms ...)(the value is not in variable ; the variable contain an memory adress =D)

and
Code: [Download] [Hide]
  1.     466    else  
  2.     467    {  
  3.     468            $link_self_img = '';  
  4.     469            $site_logo_height = '';  
  5.     470            $site_logo_width = '';  
  6.     471    }  
can be remplaced by
Code: [Download] [Hide]
  1. else  
  2. {  
  3. $link_self_img = $site_logo_height = $site_logo_width = '';  


You gain not a lot of time on a board with 5user online

but at 100user online you gain 10s
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.18.45 Beta 1 
 
I usually prefer extend vars declaration instead of multiple ones.

Regarding empty vars, it's usually a good thing declare them even if they are empty, to avoid letting PHP decide how to deal with not initialized vars.
 




____________
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: Icy Phoenix 1.2.18.45 Beta 1 
 
Little bug:

When enable cash mod, u'll have an warning: "Warning: Call-time pass-by-reference has been deprecated in [AccessDomain]\includes\album_mod\album_hierarchy_functions.php on line 774"

for resolve this problem, open the file, at line 774 and change
Code: [Download] [Hide]
  1. album_get_sub_cat_ids($album_data['sub'][$cur_cat_id][$i], &$cats); 
in
Code: [Download] [Hide]
  1. album_get_sub_cat_ids($album_data['sub'][$cur_cat_id][$i], $cats); 


(Error is because in the function there is "&$cats," and the "&" have been re-put ("[$i], &$cats);")
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.2.18.45 Beta 1 
 
Did you check the latest package in repository?

Can you let me know if this is fixed?
 




____________
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: Icy Phoenix 1.2.18.45 Beta 1 
 
Yes

I'll be named "BugFinder of Assembla Repositery"
 



 
InformproSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 3 of 3
Goto page Previous  1, 2, 3


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