News:

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

Main Menu

SimplePortal

Started by SimplePortal Team, March 10, 2008, 11:16:07 PM

Previous topic - Next topic

Tiribulus

Quote from: R.Bourne on April 17, 2009, 06:31:46 PM
Quote from: Tiribulus on April 17, 2009, 05:59:14 PM
I'm not having this issue either with IE7 or 8 with or without compatibility mode as either admin or regular user. I'm not trying to minimize it for you guys, but unless you can reproduce it on my site I can't make it happen. I don't know.

Thankfully, your site appears to be working fine. Good for you :)

I uninstalled it already so I really don't care but I compared your site with Filipina's and noticed couple of things:

1) On all message forums, you have this portal.css as stylesheet but not on Filipina's!

2) I think it might have something to do with the theme that you're using. Maybe, if you switch to default SMF, we could duplicate this issue. Then again, maybe not! Either case, I am out of here :D

I didn't mean it as a "Nah Nah Nah' Nah Nah" I was only trying to add some info that may help you guys get your issue resolved.

R.Bourne

LOL ... I know. And, I appreciate your time trying to help. :)

Tiribulus

OK, you seemed a bit irritated near as that's able to be determined on a web forum. No trouble :)

R.Bourne

OK, now I understand. Let me clarify. The reason for my comment re: " .... I am out of of here" was because I already uninstalled this MOD, however, it was not only because of this issue. In my case, after testing it for a while, I figured we wouldn't need it. That's all.

Kyle P

It's a great Portal I would highly suggest using if your looking for a portal. [Or TinyPortal].
AblePage - Blazing Fast SMF Hosting

darkacex

Hey, you know the line that divides the Topic and the post below it in board news? I have two of them. How do i remove one. Heres the link to my site.

http://www.rpg-rush.com/index.php

Filipina

Quote from: R.Bourne on April 12, 2009, 03:55:25 AM
The following browsers have issues:
Camino 1.6.7 (OS X), IE 8 (Compatibility mode ENABLED)

As you know, there is a problem with IE 8 and SMF as discussed in this forum. So, we need to enable this option. Or, as suggested by someone else,  this line can also be added to index.template.php file (<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />).

IF, we check off the "Maintenance Mode" for the MOD, things are back to normal!

Any suggestions, please?

[SiNaN] found the answer to the posts being squeezed to the left side with the big open space on the right.  I want to say thanks to him for his efforts and making my forum look right again. It has to do with the Ignore Users Mod. I have it, and  R.Bourne I think you have this Mod too.

This all goes back to my post here

http://www.simplemachines.org/community/index.php?topic=227599.msg2003227#msg2003227

Sources/Display.php

Code: (Find)

//-Ignore MOD- START
$context['html_headers']  = '


Code: (Replace With)
//-Ignore MOD- START
$context['html_headers']  .= '


Yest there is a difference if you look closely and that little difference fixed my forum!

orelanic

Very nice portal.
Is there a basic user guide for noobs :)
I just need to find out some info on what does what when and how stuff.
www.therapyworld.net
TLC for minds

[SiNaN]

Former SMF Core Developer | My Mods | SimplePortal

Shades.

How can I make it so that the boxes for new posts on the portal page don't show the coding from the post? (See attachment to see what I'm talking about)
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

mpforum

Need a bit of advice.

I set up a HTML block and I placed a picture and linked it to another site (www.rapidbikes.com.au) through the HTML code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

</head>

<body>
<div align="center"><a href="www.rapidbikes.com.au"><img src="/Ads/rapid/rapid.jpg" /></a>
</body>
</html>


Problem is, the link points to http://www.mpforum.com.au/www.rapidbikes.com.au

How can I fix this?

Thanks in advance,
Dean.

candidosa2

let me check
but you puty wrong cod to html

mrtrc266

Quote from: mpforum on April 26, 2009, 12:28:30 AM
Need a bit of advice.

I set up a HTML block and I placed a picture and linked it to another site (www.rapidbikes.com.au) through the HTML code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

</head>

<body>
<div align="center"><a href="www.rapidbikes.com.au"><img src="/Ads/rapid/rapid.jpg" /></a>
</body>
</html>


Problem is, the link points to http://www.mpforum.com.au/www.rapidbikes.com.au

How can I fix this?

Thanks in advance,
Dean.

Try using just this
<p align="center"><a href="http://www.rapidbikes.com.au/home.php"><img src="/Ads/rapid/rapid.jpg" /></a>

[SiNaN]

Quote from: BoZilla on April 25, 2009, 02:42:21 PM
How can I make it so that the boxes for new posts on the portal page don't show the coding from the post? (See attachment to see what I'm talking about)

This will be fixed in the new bug fix version, which will be out very very soon.
Former SMF Core Developer | My Mods | SimplePortal

Shades.

Quote from: Blue Dream on April 27, 2009, 05:16:40 AM
Quote from: BoZilla on April 25, 2009, 02:42:21 PM
How can I make it so that the boxes for new posts on the portal page don't show the coding from the post? (See attachment to see what I'm talking about)

This will be fixed in the new bug fix version, which will be out very very soon.

Great, Thanks!
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

mpforum

Quote from: mrtrc266 on April 26, 2009, 10:37:11 AM
Try using just this
<p align="center"><a href="http://www.rapidbikes.com.au/home.php"><img src="/Ads/rapid/rapid.jpg" /></a>


Cheers, worked perfectly.

Praatwurst

#2076
How do I enable the function to let users react on a Block? :)

Chair

Um, I'm getting parse errors whenever I use a php block...And I really wanna add the treasury mod to my homepage. How do I fix this?

[SiNaN]

Quote from: Praatwurst on April 28, 2009, 03:06:15 PM
How do I enable the function to let users react on a Block? :)

What do you mean by react?

Quote from: impennetrate on April 28, 2009, 05:48:12 PM
Um, I'm getting parse errors whenever I use a php block...And I really wanna add the treasury mod to my homepage. How do I fix this?

Would you copy here the codes you are using in a PHP block?
Former SMF Core Developer | My Mods | SimplePortal

Chair

Any php script doesn't work...

global $sourcedir;
include("$sourcedir/DonationBlock.php");

Advertisement: