Icy Phoenix 1.2.18.45 Beta 1


Goto page Previous  1, 2, 3

Subject: 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.

:)

Subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Thanks for the suggestion... I'll do something to improve things... :wink:


Informpro wrote: [View Post]
Hum.

I've an idea for the activity mod

In the install file ;
...

OMISSIS

Subject: 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.

Subject: 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.

Subject: 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

Subject: 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

Subject: 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.

Subject: 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.

Subject: 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?

Profile PM  
Subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Yes... I have upgraded. :mricy:

Subject: 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

Profile PM  
Subject: 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.

Subject: 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);")

Profile PM  
Subject: 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?

Subject: Re: Icy Phoenix 1.2.18.45 Beta 1
Yes :)

I'll be named "BugFinder of Assembla Repositery" :P

Profile PM  
Goto page Previous  1, 2, 3

Page 3 of 3


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 1.0071s (PHP: 2% SQL: 98%)
SQL queries: 17 - Debug Off - GZIP Enabled