News:

Wondering if this will always be free?  See why free is better.

Main Menu

TinyPortal

Started by lurkalot, February 12, 2005, 04:43:00 AM

Previous topic - Next topic

Biology Forums

Why is my topic display messed up when using internet explorer? :( It looks fine on Chrome and Firefox. I know its not the modifications I've done because I tested it using an unmodified display.template.php file.

http://biology-forums.com

http://biology-forums.com/index.php?topic=2718.0

IchBin™

Quote from: Rafferty on April 16, 2011, 05:35:16 AM
Re: Recent Articles and Most Read Article blocks in an article download function block. Could you indicate where I could change the default list of 5 items and change to 10 thanks?

Assuming SMF2? In Themes/default/TPsubs.template.php find this code and change the number 5 in the art_recentitems() function. There is 3 spots for 3 different options.
case 'dl-stats7':
$it = array();
$it = art_recentitems('5','date');
if(sizeof($it) > 0)
{
foreach($it as $item)
{
echo '<span class="smalltext"><a title="'.$item['date'].'" href="'.$scripturl.'?page='.$item['id'].'">'.$item['subject'].'</a>
</span><br />';
}
}
break;
case 'dl-stats8':
$it = array();
$it = art_recentitems('5', 'views');
if(sizeof($it) > 0)
{
foreach($it as $item)
{
echo '<span class="smalltext"><a title="'.$item['views'].' '.$txt['tp-views'].'" href="'.$scripturl.'?page='.$item['id'].'">'.$item['subject'].'</a>
</span><br />';
}
}
break;
case 'dl-stats9':
$it = array();
$it = art_recentitems('5', 'comments');
if(sizeof($it) > 0)
{
foreach($it as $item)
{
echo '<span class="smalltext"><a title="'.$item['comments'].'" href="'.$scripturl.'?page='.$item['id'].'">'.$item['subject'].'</a>
('.$item['comments'].')<br /></span>';
}
}
break;
IchBin™        TinyPortal

IchBin™

Quote from: shuban on April 17, 2011, 10:00:25 PM
Why is my topic display messed up when using internet explorer? :( It looks fine on Chrome and Firefox. I know its not the modifications I've done because I tested it using an unmodified display.template.php file.

http://biology-forums.com

http://biology-forums.com/index.php?topic=2718.0

Topic display looks fine to me in IE8.
IchBin™        TinyPortal

Biology Forums

Quote from: IchBin™ on April 18, 2011, 10:57:51 AM
Quote from: shuban on April 17, 2011, 10:00:25 PM
Why is my topic display messed up when using internet explorer? :( It looks fine on Chrome and Firefox. I know its not the modifications I've done because I tested it using an unmodified display.template.php file.

http://biology-forums.com

http://biology-forums.com/index.php?topic=2718.0

Topic display looks fine to me in IE8.

No, I am using SMF 1.1.13, sorry for the confusion. Do I still make the changes?

IchBin™

That response was for rafferty shuban. There are no changes you need to make. Perhaps you can show me a screenshot of what you are seeing in your problem. I do not see a problem when looking at your site in IE. Do you see the same problem when looking at your topic in the SMF default core theme?
IchBin™        TinyPortal

Rafferty

Don't Follow me I got No Idea what I'm Doing

IchBin™

Mandatory update today folks. Please read the first post as I have added a few sentences in that post at the top for an explanation.
IchBin™        TinyPortal

dcorc

I'm running smf 1.1.13 and have just installed the mandatory update - I'm finding that in the Admin section of my site, the TP control pages are only showing the headings - the rest of the page flashes up momentarily and then disappears again?

Advice please?


Dave

IchBin™

Are you running any ad blocking software?
IchBin™        TinyPortal

dcorc

QuoteAre you running any ad blocking software?

Yes, I'm running adblock on Chrome - and as soon as I turned it off for my domain, everything shows again!

Thank you!!!

(I hadn't noticed any comment that this can be the case - or perhaps I just missed it?)


Dave

IchBin™

Nope, but it's something I noticed using the same ad blocker in chrome. That's why I asked.  :)
IchBin™        TinyPortal

corvy

Hello, I cannot get it to work on RC5.

   1.    Extract Tree    ./Themes    
   2.    Extract Tree    ./Themes    
   3.    Extract Tree    ./Sources    
   4.    Extract Tree    ./tp-downloads    
   5.    Extract Tree    ./tp-images    
   6.    Extract Tree    ./tp-files    
   7.    Execute Modification    SMF2/tinyportal200rc4.mod    Modification parse error
   8.    Adapt Database    SMF2/tp_upgrade.php    

IchBin™

That's usually a server error from what I can tell. Try uploading the files into a folder inside the Packages/ directory instead of uploading the zip. Then try to install again.
IchBin™        TinyPortal

corvy

Thanks, I managed to get it installed in the end but I had to hack a bit to get it running. I basically unzipped it and copied it to the temp folder during the install and it worked. Very strange I must say ...

Now my new problem is that I cannot get the panels to show in IE 8. Look at hxxp:demo.saforeningen.no/ [nonactive], the panels show nice in FF and Opera, nothing in IE. Not sure why ...

IchBin™

Your panels are showing fine for me in IE8 here. Are you sure you didn't upshrink them in that browser?
IchBin™        TinyPortal

darkoro

i am having this error after the install

hxxp:leicanomaru.co.cc/index.php [nonactive] :hxxp:leicanomaru.co.cc/index.php [nonactive]

i dont why why it try to load the doble directory
i guess i wrote somthing wrong when installing but i dont know where, any ideas?

IchBin™

Sorry I don't understand what your error is. Would also be nice to know what version of SMF you are using? Link to the site so I can see the error?
IchBin™        TinyPortal

darkoro

ttp://leicanomaru.co.cc/

i think is an error on the index file, caus its trying to reload the same directory

i am using the lastest one

IchBin™

All I can see is a blank page in firefox. In Chrome is says there's a server error.
IchBin™        TinyPortal

darkoro

#1299
ok i see whats the error, it seems that when i run tp_upgrade even if it says that the tables are created they are not..

how can i create them manually?

Advertisement: