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

BOS4O

remove this

<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=4149277;
var sc_invisible=1;
var sc_partition=51;
var sc_click_stat=1;
var sc_security="b4fc931c";
</script>

<script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><div class="statcounter"><a title="web analytics" href="http://www.statcounter.com/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/4149277/0/b4fc931c/1/" alt="web analytics" ></a></div></noscript>

<!-- End of StatCounter Code -->


and lets see the results  ::)

Burke ♞ Knight

No difference. I had tried that before, too.
That's inserted using the Ad Management mod. ;)

Who says that mod is just for ads? LOL

BOS4O

hmmm... in this forum is the same like yours... http://www.foreverlastingfriends.com/index.php
if you want remove the copyright from there and post it into your custom copyright area  :)

Burke ♞ Knight

Thanks anyway, BOS4O, but that site is using a very custom theme, unlike my modded default.
Like I said, I got it close enough now. Not as close as was hoping for, bur at least it looks better. :)

Nathaniel

@BurkeKnight,
Okay, I worked out how to fix it for your site, and hopefully the fix will be the same for others as well, if they are using SMF 2 Beta.

Find this code or similar in your '/Themes/{themename}/css/index.css' (change the default if your theme doesn't have that file):
#footerarea ul li.copywrite
{
   display: block;
   line-height: 1;
   font-size: small;
   padding: 1em;
}


Replace with this code:
#footerarea ul li.copywrite
{
   display: block;
   line-height: 1;
   font-size: small;
   padding: 0;
}


@BOS4O,
Try adding 'background:black;' to the style property of the 'div' tag in the sportal_vital() function, and 'style="color:white;"' to the 'a' tag.

Then you can perform this edit. Find this code from your '/Themes/{themename}/style.css' file:
#footerarea {
    text-align: center;
    padding: 17px;
}


Replace with this code:
#footerarea {
    text-align: center;
    padding: 0px;
}



To everyone:
The current copyright/link for SimplePortal, does have issues with how it is displayed, this is because we recently had to change it because it edited the SMF copyright function that shouldn't be edited. We will have a look into other methods of showing the link, so hopefully we can improve it so that it will work better with custom themes. :)

As you can see with the fixes above, you can fix the issues by changing the css of your footer and the css in the sportal_vital() function. There is no need to alter the link or move it at all.
SMF Friend (Former Support Specialist) | SimplePortal Developer
My SMF Mods | SimplePortal

"Quis custodiet ipsos custodes?" - Who will Guard the Guards?

Please don't send me ANY support related PMs. I will just delete them.

Burke ♞ Knight

#1445
Thank you, LHVWB, It worked great!

However, I just noticed something.
I have Gallery installed, yet there is no block for the Gallery, like on my 1.1.6 forums.
In the add block, there are a few missing ones...

Nathaniel

When we making the 2.0.5 version of SimplePortal the galleries for SMF 2 Beta were just new, so we hadn't made any blocks for them yet. I believe that its on the list of things that our customisation team needs to do. Although I seem to remember something about it on our website, try asking there. :)
SMF Friend (Former Support Specialist) | SimplePortal Developer
My SMF Mods | SimplePortal

"Quis custodiet ipsos custodes?" - Who will Guard the Guards?

Please don't send me ANY support related PMs. I will just delete them.

Burke ♞ Knight

Funny, I just registered there... What gives me the feeling you knew that? LOL

BOS4O

tnx LHVWB   :D

i removed the original simple-portal copyright and i posted it as "middle-bottom" block in the portal  :)

Eliana Tamerin

Hi BOS40,

While I respect your right to customize SP to your liking, please do not advertise or assist anyone in altering their SimplePortal copyright. The copyright, and the link contained within it, is our main means of spreading the word about SP. Altering it deprives us of that opportunity, and could also get you in trouble.

I see that you altered the SMF copyright as well on your site. I would strongly encourage you to restore the SMF copyright to its original state, as violators of the SMF license (this includes altering the copyright) are strongly prosecuted by the SMF Team.

But just to restate, please do not make further comments or explain edits for altering copyright. If there are any individual copyright issues (such as a duplicate copyright) the SP Team will deal with those support requests.

Thank you.
Do NOT PM me for support.

SimplePortal 2.3.6 is OUT!
SimplePortal Project Manager
Download | Docs
SimplePortal: Power of Simplicity!


Burke ♞ Knight

Just to let you know, I seem to be getting a lot of errors in my SMF 2.0 Beta 4 site.

Quote8: Undefined index: smf82
Apply Filter: Only show the errors from this file
File: /Sources/SPortal2.php
Line: 1010
Quote8: Undefined variable: scripturl
Apply Filter: Only show the errors from this file
File: /Themes/default/SPortal2.template.php (main sub template - eval?)
Line: 58
Quote8: Undefined variable: scripturl
Apply Filter: Only show the errors from this file
File: /Themes/default/SPortal2.template.php (main sub template - eval?)
Line: 8
Quote8: Undefined variable: scripturl
Apply Filter: Only show the errors from this file
File: /Themes/default/SPortal2.template.php (main sub template - eval?)
Line: 5

tk2012

SMF v2.0 b4.0
default theme (w/ color changes)

I'm getting the following error listed about 40-50 times every two days.

Eliana Tamerin

Go into SPortal.{language}.php where {language} is your language file (most likely English) and see if $txt[sp-forum] exists. If not, insert the following line before the ?> at the bottom.

$txt['sp-forum'] = 'Forum';

Save and upload and it should be fixed.
Do NOT PM me for support.

SimplePortal 2.3.6 is OUT!
SimplePortal Project Manager
Download | Docs
SimplePortal: Power of Simplicity!

ディン1031

#1454
Quote from: BurkeKnight on October 27, 2008, 12:22:52 AM
Just to let you know, I seem to be getting a lot of errors in my SMF 2.0 Beta 4 site.

Quote8: Undefined index: smf82
Apply Filter: Only show the errors from this file
File: /Sources/SPortal2.php
Line: 1010
Quote8: Undefined variable: scripturl
Apply Filter: Only show the errors from this file
File: /Themes/default/SPortal2.template.php (main sub template - eval?)
Line: 58
Quote8: Undefined variable: scripturl
Apply Filter: Only show the errors from this file
File: /Themes/default/SPortal2.template.php (main sub template - eval?)
Line: 8
Quote8: Undefined variable: scripturl
Apply Filter: Only show the errors from this file
File: /Themes/default/SPortal2.template.php (main sub template - eval?)
Line: 5
Please insert in your custom php blocks the global $scripturl;. At the first line.

The smf82 is a know bug and forgotten replaced language string.
You can replace $txt['smf82'] with $txt['board'] on the sportal.template.php but than it's possible that the mod will not upgradeable. Or you insert a simple $txt['smf82'] = $txt['board']; near the end of the index.english.php and refresh the cache after that. (Than the mod will be upgradable).

Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

fiveflat

I've searched the forum but not sure if I searched properly.  I can't believe I'm the only one that can't get the "gallery" block to see the SMF Media Gallery?

I added the built in simpleportal block "SMF Gallery" to my blocks, but I get an error in the block that says:

QuoteCould not find the gallery installation

Bugpac ™

Quote from: Evil Eli on October 27, 2008, 05:24:10 PM
Go into SPortal.{language}.php where {language} is your language file (most likely English) and see if $txt[sp-forum] exists. If not, insert the following line before the ?> at the bottom.

$txt['sp-forum'] = 'Forum';

Save and upload and it should be fixed.

I am getting the same error in default theme, I just checked and that line is in my sportal.english.php file. any other ideas?

chrisb

Database Error
Unknown column 'permission_type' in 'field list'
File: /home/cxtxtsju/public_html/forum/Sources/Subs-SPortal1-1.php
Line: 43

When i have installed this on to our forum this will come up


Eliana Tamerin

Quote from: fiveflat on October 29, 2008, 01:20:01 PM
I've searched the forum but not sure if I searched properly.  I can't believe I'm the only one that can't get the "gallery" block to see the SMF Media Gallery?

I added the built in simpleportal block "SMF Gallery" to my blocks, but I get an error in the block that says:

QuoteCould not find the gallery installation

Because SMF Gallery block is for the SMF Gallery mod. There is not yet a block made for the SMF Media Gallery mod, sorry.
Do NOT PM me for support.

SimplePortal 2.3.6 is OUT!
SimplePortal Project Manager
Download | Docs
SimplePortal: Power of Simplicity!

Advertisement: