News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

SimplePortal

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

Previous topic - Next topic

TheListener

Admin >> Simple Portal >> General Settings >> Maintenance Mode

This can be found on the list.

BaghdadGhost

Quote from: BaghdadGhost on December 28, 2011, 12:02:07 AM
Hi all,

I am new to SP  :)

after I managed to install SP in SMF 2.0.2 I am facing this problem. when I enable portal the General category size changes. I tried to create a test category in order to determine what is causing the issue and the problem is the same. I also copied portal.css and portal_rtl.css to my  custom theme css folder but this did not solve the problem. I searched this site and simplemachine.org and did not find a similar problem or solution for it. I use ClearSky v2 theme for smf2. I know its a theme issue not any other thing because when I switch to default all is ok. I parsed SP package to see what modification the installation do to theme files and found out it only modify display.template.php

I would give a like to site but the portal is disabled now for many reasons but the main reason is this problem.

please see attached image for more clarification. also boardindex.template.php for the custom theme.


thank you

Edit: now what I did I installed a test forum, same version same theme without the list of mods. and I installed SP and all is ok.

all I need to know now which file do you think I need to take a look at or was effected by other mod that may causing the problem?

BaghdadGhost

I got it. It is related to ads managements mod installing on custom theme. here is the problem.


if you parse the mod the second changes to boardindex.template.php is


<tbody class="divider">
<tr>
<td colspan="4"></td>
</tr>
</tbody>';



add after



echo '<tbody><tr><td colspan="4">';
//Display ads Between cats
if (function_exists("show_category"))
{
$ads = show_category($category['id']);
if(!empty($ads))
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
unset($ads);
}
echo ' </td></tr></tbody>';



at the time of installing ads mod I was not able to locate the find, therefore I predicted and compared boardindex custom with default boardindex

I will contact the ads mod author to correct the installation for me.


thanks for all members cared enough to read my problem and just think of a possible solution.


thanks also for Sinan for bringing such a great modification and I will definitely have questions in the future lol  ;D


Extreme Trip

I apolegise if this is in the wrong section but I could really figure out where it should go... Basically ive installed the SimplePortal mod and i need to know how i can change the text at the top that says "Be sure to read the RULES or you may be sorry..."

could anyone help please? would be much apreciaited
Extreme Trip - The revolutionary community forums dedicated to the weird, the crazy, the wonderful.

www.Extremetrip.co.uk

Angelina Belle

Where does this text appear on your forum "Be sure to read the RULES or you may be sorry..."  I am unfamiliar with this.
Never attribute to malice that which is adequately explained by stupidity. -- Hanlon's Razor

French

Quote from: Extreme TripBasically ive installed the SimplePortal mod and i need to know how i can change the text at the top that says "Be sure to read the RULES or you may be sorry..."
I remember the first time when you install SimplePortal this text appears. Go to blocklist.....you can modify,delete or deactivate this let say starting up text

Angelina Belle

When you first install simpleportal, you will find some blocks already in the blocks list.
You can change them or disable them.

One of them is the "Welcome" block -- a custom HTML block with the Welcome message
You can see this at
http://demo.simpleportal.net/index.php?action=admin;area=portalblocks;sa=edit;block_id=8;theme=1

(login first as user demo, pw demotest)

And you can change this message.

There is nothing in here about RULES, however...
Never attribute to malice that which is adequately explained by stupidity. -- Hanlon's Razor

swift1993

#4348
how can i fix this on my forums i have 2.0.2
and i am using simportal 2.3.4 RC1

how do i fix this ? i think it has somthing to do with simpleportel.

i went to the simple portal rar/zip file and got the portal.css
and i did this to my theme

i went into css


i then put the portal.css in there like this


is that right? or do i need to do somthing els

NanoSector

Quote from: swift1993 on January 09, 2012, 11:25:28 AM
how can i fix this on my forums i have 2.0.2
and i am using simportal 2.3.4 RC1

how do i fix this ? i think it has somthing to do with simpleportel.

i went to the simple portal rar/zip file and got the portal.css
and i did this to my theme

i went into css


i then put the portal.css in there like this


is that right? or do i need to do somthing els
2.3.4 Final is released, maybe that fix your issue.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

swift1993

Quote from: Yoshi2889 on January 09, 2012, 11:47:05 AM
Quote from: swift1993 on January 09, 2012, 11:25:28 AM
how can i fix this on my forums i have 2.0.2
and i am using simportal 2.3.4 RC1

how do i fix this ? i think it has somthing to do with simpleportel.

i went to the simple portal rar/zip file and got the portal.css
and i did this to my theme

i went into css


i then put the portal.css in there like this


is that right? or do i need to do somthing els
2.3.4 Final is released, maybe that fix your issue.

i did say i am using that allready

NanoSector

Quote from: swift1993 on January 09, 2012, 12:05:41 PM
Quote from: Yoshi2889 on January 09, 2012, 11:47:05 AM
Quote from: swift1993 on January 09, 2012, 11:25:28 AM
how can i fix this on my forums i have 2.0.2
and i am using simportal 2.3.4 RC1

how do i fix this ? i think it has somthing to do with simpleportel.

i went to the simple portal rar/zip file and got the portal.css
and i did this to my theme

i went into css


i then put the portal.css in there like this


is that right? or do i need to do somthing els
2.3.4 Final is released, maybe that fix your issue.

i did say i am using that allready
You said you were using RC1 of 2.3.4. Final is released now, that's higher then RC1.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Angelina Belle

Installing 2.3.4 will fix this problem for most themes.
For some themes, which are CURVE like but not exactly CURVE, there is a little more work to be done.

There is an ongoing discussion about this at simpleportal.net.
apologies for slow response times, though.  The volunteers are all finding their time very restricted right now.
Never attribute to malice that which is adequately explained by stupidity. -- Hanlon's Razor

cmarjeep

Does anyone know if it is possible to remove the text from above and below pictures in a gallery block? I have a block setup that rotates pictures from my Aeva media gallery. I just want it to show the thumbnails of the pictures though and not any of the other information like views, posted by, or in. Any suggestions?

Inti31

Hello!

I just did a fresh install of the the new portal v2.3.4 on my new testforum (inti31.cwsurf.de, see also signature)
i also implemented the german language file v2.3.3.

The portal works fine - but i get this error in my log

8: Undefined index: 0
file: /home/www/cwcity/hosting/i/n/xxxxxx/htdocs/Themes/default/PortalArticles.template.php (portal_above sub template - eval?)
line: 85


I don't have any articles - maybe that's the reason?
line 85-87

echo '
<a href="', $scripturl, '?action=profile;u=', $article['poster']['id'], '"><img src="', $article['poster']['avatar']['href'], '" alt="', $article['poster']['name'], '" width="30" class="sp_float_right" /></a>
<div class="middletext">', $article['message']['time'], ' ', $txt['by'], ' ', $article['poster']['link'], '<br />', $txt['sp-articlesViews'], ': ', $article['topic']['views'], ' | ', $txt['sp-articlesComments'], ': ', $article['topic']['replies'], '</div>';




any idea how to fix this?

cheers, Inti31
my forum
my testforum


my mods - which I only made them work for 2.0 Gold:
Topics Filter v3.2 SMF 2.0 Gold
MemberNumber

Dickstar

I too, am having the problem with the borders. I'm using the Personal theme by Neekiinh0.

Angelina Belle

cmarjeep,

The gallery block is in PortalBlocks.php.  You an make any changes there. You'll want to call a different AEVA media routine, one that leaves out the information you don't want.

Init31,

If you don't want articles, why not disable articles? (still -- 0 articles should be handled more gracefully).
Never attribute to malice that which is adequately explained by stupidity. -- Hanlon's Razor

Telechamus

Hi,

I was wondering how to increase the font size in just my shoutbox. Thanks

Angelina Belle

Telechamus -- you can do that in portal.css.

If you use IE's F12 developers tools or the Firebug for firefox, you can click on the shoutbox and see the classes used.
This will make it easy to add some rules for the smalltext used within the shoutbox.
Never attribute to malice that which is adequately explained by stupidity. -- Hanlon's Razor

Baloch

Hello there,

Since I have upgraded to sP 2.3.4 with SMF 2.0.2 my all visitors are getting redirection issue.
Today I have freshly installed SMF 2.0.2 within new folder. added all packages from old forum and installed one by one.
I have following packages.
1.   SimplePortal    2.3.3   [ List Files ] [ Delete ]
2.   Users Online Today    1.6.0 RC2     [ Uninstall ] [ List Files ] [ Delete ]
3.   Aeva Media    2.10     [ Uninstall ] [ List Files ] [ Delete ]
4.   SimplePortal    2.3.4     [ Uninstall ] [ List Files ] [ Delete ]
5.   SMF Links    2.3.2     [ Uninstall ] [ List Files ] [ Delete ]

no any error appeared at the time of installation.
as I uninstalled SP 2.3.3 then after installed SP 2.34 my SP page is only showing ARTICLES and missing all other blocks (left, right, header, footer, top, bottom)

Please advice what to do?
Looking forward for your prompt response
Raji Baloch

Advertisement: