Could Use Help »  Show posts from    to     

Icy Phoenix


Old Support Topics - Could Use Help



Press 22 [ Wed 15 Aug, 2007 05:28 ]
Post subject: Could Use Help
Ok
1. I can't install styles, When I go in the ACP>Styles>Install that page is just blank, I've tried replacing the files too, didn't work.

2. If I have given a user a warning, what code do I have to remove so that it doesn't show on view topic .

3. Is there a way I can make it for ranks to just have the Image not the text?

By the way, I'll be working on the bbcode on poll options, help is appreciated.

Thanks again guys.


Zuker [ Wed 15 Aug, 2007 06:41 ]
Post subject: Re: Could Use Help
Press 22 wrote: [View Post]
Ok
1. I can't install styles, When I go in the ACP>Styles>Install that page is just blank, I've tried replacing the files too, didn't work.

2. If I have given a user a warning, what code do I have to remove so that it doesn't show on view topic .

3. Is there a way I can make it for ranks to just have the Image not the text?

By the way, I'll be working on the bbcode on poll options, help is appreciated.

Thanks again guys.


1) Try to clean cache and check themes table if it's ok

2) Remove
Code: [Hide]
  1. {postrow.CARD_IMG} 
from viewtopic_body.tpl

3) Inside viewtopic_body.tpl

find

Code: [Hide] [Select]
<b>
{postrow.USER_RANK_01}{postrow.USER_RANK_01_IMG}
{postrow.USER_RANK_02}{postrow.USER_RANK_02_IMG}
{postrow.USER_RANK_03}{postrow.USER_RANK_03_IMG}
{postrow.USER_RANK_04}{postrow.USER_RANK_04_IMG}
{postrow.USER_RANK_05}{postrow.USER_RANK_05_IMG}
</b>


replace with

Code: [Hide] [Select]
{postrow.USER_RANK_01_IMG}
{postrow.USER_RANK_02_IMG}
{postrow.USER_RANK_03_IMG}
{postrow.USER_RANK_04_IMG}
{postrow.USER_RANK_05_IMG}


Your support credit it's out


Press 22 [ Wed 15 Aug, 2007 06:59 ]
Post subject: Re: Could Use Help
What you mean my support credit is out?


Zuker [ Wed 15 Aug, 2007 07:07 ]
Post subject: Re: Could Use Help
Press 22 wrote: [View Post]
What you mean my support credit is out?


i'm just kidding man


Press 22 [ Wed 15 Aug, 2007 07:11 ]
Post subject: Re: Could Use Help
lol, you got me

themes table? where at?
I compliment your english.


Zuker [ Wed 15 Aug, 2007 07:38 ]
Post subject: Re: Could Use Help
Press 22 wrote: [View Post]
lol, you got me

themes table? where at?
I compliment your english.


Using DB tools, check your Database

I'm going to bed now
It's almost 3 am here



Press 22 [ Wed 15 Aug, 2007 09:16 ]
Post subject: Re: Could Use Help
Zuker wrote: [View Post]
Press 22 wrote: [View Post]
lol, you got me

themes table? where at?
I compliment your english.


Using DB tools, check your Database

I'm going to bed now
It's almost 3 am here



Still not working. Clicky SS

Maybe that can help you.


Zuker [ Wed 15 Aug, 2007 15:41 ]
Post subject: Re: Could Use Help
did u upload all admin xs files?

and the ones here

templatescommonxs_mod

ps: maybe you can thanks people when they give support.


Press 22 [ Thu 16 Aug, 2007 03:48 ]
Post subject: Re: Could Use Help
Yes I have uploaded all of them.

P.S. How? I click the thanks button says I can't thank myself..


Mighty Gorgon [ Tue 21 Aug, 2007 15:40 ]
Post subject: Re: Could Use Help
Press 22 wrote: [View Post]
Still not working. Clicky SS

Maybe that can help you.

It could be a memory limit issue.

Try to raise your PHP Memory usage.


novice programmer [ Tue 21 Aug, 2007 19:31 ]
Post subject: Re: Could Use Help
Mighty Gorgon wrote: [View Post]
Press 22 wrote: [View Post]
Still not working. Clicky SS

Maybe that can help you.

It could be a memory limit issue.

Try to raise your PHP Memory usage.


If it hasn´t got memory, it´ll apper a message. It could be from the *.tpl file related to it. But i don´t know what files are they.


Zuker [ Tue 21 Aug, 2007 22:49 ]
Post subject: Re: Could Use Help
novice programmer wrote: [View Post]
Mighty Gorgon wrote: [View Post]
Press 22 wrote: [View Post]
Still not working. Clicky SS

Maybe that can help you.

It could be a memory limit issue.

Try to raise your PHP Memory usage.


If it hasn´t got memory, it´ll apper a message. It could be from the *.tpl file related to it. But i don´t know what files are they.


Nope, that errors come from server, not from icy tpls


Mighty Gorgon [ Fri 24 Aug, 2007 10:27 ]
Post subject: Re: Could Use Help
novice programmer wrote: [View Post]
If it hasn´t got memory, it´ll apper a message.

No... it depends... it may not appear any message...




Powered by Icy Phoenix