Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 7 of 9
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
Just stumbled other something here on this very site.

If you go to memberlist, and you select any letter, pagination goes up to 116, but theres only the first 3-4 pages used. All the rest is empty.

It looks to me, like it´s using pagination from ALL Users, for sorting by letter aswell.

 icy_com

 icy_com1
This is just a sreenshot selecting S letter, but it happens to all of them.

somebody confirm this please
 




____________
Out of Order
 
spydieSend 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.3.11.64 
 
spydie wrote: [View Post]
...somebody confirm this please


Yes, I can confim that.
 




____________
~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
One question:

What happend to includes/page_header.php or is this version pulling the data now from constants directly??
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
includes/page_header.php have been removed because it's not the more efficient way to build page headers, especially for modding.

If you look at functions.php now you have new functions to output headers and footers... and also a new function to generate the whole page at the end of each file (allowing all defined vars to be used in header as well!).

Since now header is in a function, you would need to declare as global vars you want to be ported there.
 




____________
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.3.11.64 
 
Thanks MG

I drove myself crazy, trying to find that part
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
Trust me... when you understand how it works, you will agree that it is much more easy and flexible than before.
 




____________
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.3.11.64 
 
In ACP, if you want to give a user admin permission
adm/index.php?admin=1
you get this

Code: [Download] [Hide] [Select]
SQL ERROR [ mysql4 ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY (u.user_id) ORDER BY u.user_id ASC' at line 4 [1064]

SQL

SELECT u.user_id, u.user_level FROM ip_users u, ip_forums_watch fw WHERE u.user_id = fw.user_id AND fw.forum_id IN ('3', '4', '5') AND u.user_id NOT IN () GROUP BY (u.user_id) ORDER BY u.user_id ASC

BACKTRACE

FILE: includes/db/mysql.php
LINE: 289
CALL: sql_db->sql_error()

FILE: includes/class_notifications.php
LINE: 307
CALL: sql_db->sql_query()

FILE: adm/admin_ug_auth.php
LINE: 144
CALL: class_notifications->delete_not_auth_notifications()



Like I can see the user is anyway changed to Admin.
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
Hi Steffen,
thanks for reporting, anyway I was not able to replicate this error. Can you please try to replicate it on a clean installation?

Thanks,
Luca
 




____________
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.3.11.64 
 
It was a fresh installation on a real server.

No problem MG, I will keep it in my mind. It is not a big problem.
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
Rev 251

I keep getting this Sql error, if i delet an block from frontpage.

Explain:

I go to CMS - 3 columns - installed blocks

i select for example Top Users Block and delet it.

Result is an SQL error on Frontpage

Spoiler: [ Show ]



Can someone confirm this , please
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
Problem with the CMS User permits in ACP-Users-CMS Permissions

Happens that only apears VIP in the dropdown.

FIX:

OPEN adm_cms_auth.php
FIND
Code: [Download] [Hide] [Select]
$auth_array = array(
        '0' => $lang['CMS_Guest'],
        '1' => $lang['CMS_Reg'],
        '2' => $lang['CMS_VIP'],
        '3' => $lang['CMS_Publisher'],
        '4' => $lang['CMS_Reviewer'],
        '5' => $lang['CMS_Content_Manager']
    );

REPLACE WITH
Code: [Download] [Hide] [Select]
$auth_array = array(
        '0' => $lang['CMS_GUEST'],
        '1' => $lang['CMS_REG'],
        '2' => $lang['CMS_VIP'],
        '3' => $lang['CMS_PUBLISHER'],
        '4' => $lang['CMS_REVIEWER'],
        '5' => $lang['CMS_CONTENT_MANAGER']
    );

 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
some other thing.

Don´t know, if this happens to someone else aswell.

If you try to change the default template, It want switch.

neither does it in the profile or in the menu option, there only apears Frozen as default, and no more options.

can someone confirm this ??

I tried this on local and on a live test site , with just the 3 standart templates installed.

Installed Lightning aswell, but nothing. Looks like it does´nt post installed templates to the array.

This is in Rev 251.

Well. this disapears, after cleaning the cache manualy. So i´d call this solved
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
googling around , i stumbled over an solution , that might be interesting including it in all Icy Templates.

google chrome frame. it enables webkit functions in IE even if they are not directly suported by IE

Info: Here

IMHO. this might allow us to focus more on design, not needing to think of, if it will show well on IE aswell, so compatibility passes to background
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
spydie wrote: [View Post]
this disapears, after leaning the cache manualy. So i´d call this solved

I don't think it is solved.
I had the same problem... after clearing cache the other standard styles can be choosen.
But in portal -> block styles ... the style switching is working for me
But not in profile (also not after cache clearing)
Can someone confirm this?

On IP.com it is working fine  
EDIT:
On one of my two SVN 251 IP Sites it is working fine.. the other one not.
I will keep it in my mind
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
Problem with event registration.

The reg is working fine.
But if some user have registered there and you want to close/delete the event erg
 event_reg

topic_reg is set to 0 in ip_topics (thats correct)
But the reg users are still in ip_registration and the topic in ip_registration_desc
They should be delete there




Question with topic_title_clean ...
For german, if you have "ü ö ß", it will be "u o sz"
but it should be "ue oe ss"
Not important




If you logout you will be redirected to forum.php
Is it right or should it be index.php?




If you have tag block enabled and you click on a tag to search
 tag_block  

You get this if google saerch is enabled for guests

search
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 7 of 9
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  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