News:

Join the Facebook Fan Page.

Main Menu

SimplePortal

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

Previous topic - Next topic

Padre gremista

I think that there a error in the code, see image annexed.
www.gremioemfoco.info - A comunidade gremista na internet.

Dhayzon


Padre gremista

Thank you for help {dhayzon}, I managed to install.

I have other doubt. Possible is add a block with members and your avatars in portal, as it in image annexed?
www.gremioemfoco.info - A comunidade gremista na internet.

Sono

Hello!

I have added a custom HTML block to the header of my forum. It contains a script that displays a belt slideshow advertisement. My problem is that when I resize the browser window, a slider appears under the advertisement. Where can I disable that to appear? Here is a video showing this problem:

https://www.dropbox.com/s/ul0w99lb3sf9o48/Video.avi

Another problem is: when I activate the header blocks, another block appears under it with a message: SMF Just Installed. It is only present when Simpleportal is active. How can I remove that notification? (This problem is also visible in the video.)

Chen Zhen


Sono,
  To hide a scroll bar that appears for your block you must edit the block and enter the following for the Custom Body Style input: overflow:hidden;
(located to the bottom right portion of the edit block template)

  The other block you do not want displayed is one of your top blocks. Navigate to your blocks list then disable or delete the block titled Forum News.

Regards.

My SMF Mods & Plug-Ins

WebDev

"Either you repeat the same conventional doctrines everybody is saying, or else you say something true, and it will sound like it's from Neptune." - Noam Chomsky

David111567

Is the Simple Portal website no longer online?  Been trying to get to it for a little while now....seems to be gone?

SaltedWeb

There online , I notice from time to time they are not but check back they should be there.
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

blogmexicano

i need to know how i prevent google add my sp pagination?   i know its on robots.txt  but whats the code i must input in the file?
Visita Blog Mexicano entretenimiento y noticias

NekoJonez

I have seen on their forums they are working on 2.3.6 Alpha.
Retro video game blogger, writer, actor, podcaster and general amazing dude.

Twitter
My Blog

Chen Zhen

#4949
blogmexicano,

  If I understand you correctly I believe this may assist you: click here
The url(s) will be...

/page=PAGENAME

or

http://example.com/page=PAGENAME

(example.com being your full site URL)




Keep in mind that this will only affect search engines that respect the robots.txt file rules.
Google is one that does.

Google provides a tool to check if your robots.txt file is configured properly to block what you have opted.
The instruction to use their tool is located here: click here

They also provide a personal request to remove specific URL's from their search crawlers.
The request form is available after you register/confirm your site with them look to the left and click on: Google Index -> Remove URLs

Regards.

My SMF Mods & Plug-Ins

WebDev

"Either you repeat the same conventional doctrines everybody is saying, or else you say something true, and it will sound like it's from Neptune." - Noam Chomsky

Motorhed

I haven't seen this anywhere...

How do I make the Recent Posts/Topics not expire? In other words, have it so they show the full number I told it to as opposed to not showing older posts if nothing new was posted...

Kimmie

Quote from: David111567 on August 23, 2014, 10:21:05 AM
Is the Simple Portal website no longer online?  Been trying to get to it for a little while now....seems to be gone?


It is there http://www.simpleportal.net/

Burke ♞ Knight

Kimmie,

That was days ago, and they were down for a little bit, more likely for server maintenance.
They were back up, same day.

SaltedWeb

Integration blocks not showing in forum only setting, I have used SP for a few years and cant seem to figure why the portal shows but forum only wont work.

Thanks
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

SimplePortal Team

SimplePortal 2.3.6 Released!

Quote
The SimplePortal Team is happy to announce the release of SimplePortal 2.3.6, code-named "Mist!" This release includes fixes for the bugs found in the 2.3.5 version, and the change of license to allow for open development of SimplePortal. As of this version and going forward, SimplePortal is licensed under the BSD License. Older versions of SimplePortal are still licensed under the Simple Machines License.

We urge all users to upgrade to SimplePortal 2.3.6 as soon as possible to take advantage of the bug fixes. A full list of changes for 2.3.6 can be found in the changelog.txt file within the SimplePortal package, but the major fixes are:

  • Updates and improvements to the built-in blocks.
  • Several security improvements.
  • Proper logging of portal activity.
  • Several fixes and improvements to the interface.
  • Styling options for board news block.
  • Fixes to shoutboxes module.
Unfortunately, there is no auto-upgrade option from 2.3.5 to 2.3.6 due to the number of changes. So, if you are running 2.3.5 or an older version, you can upgrade by following these three steps. You shouldn't lose any data, but for safety, you should always back up before modifying your forum.

Thanks for all your support, and keep those bug reports and feature requests coming!
-The SimplePortal Team

SimplePortal Project
Download
Meet the SimplePortal Team!
SimplePortal: The Power of Simplicity!

SaltedWeb

Is there any compatibility issues? Or if it worked with 2.3.5 it should with 2.3.6 ?

Nice to see the update thank you.
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

[SiNaN]

The new version only has some important bug fixes and a few improvements. There shouldn't be any compatibility issues but I may have a better idea if you could tell me compatibility issues with what exactly.
Former SMF Core Developer | My Mods | SimplePortal

akbora

@[SİNAN] What's the wrong with these codes that doesnt't work with sp block it was working before. thanks

global $context, $scripturl, $memberContext, $smcFunc;
echo '
<table class="sp_fullwidth">';

$admins = ssi_queryMembers('id_group = {int:id_group}', array('id_group' => 1,), '', 'id_member', 'array');
$genelyon = ssi_queryMembers('id_group = {int:id_group}', array('id_group' => 2,), '', 'id_member', 'array');
$duayen = ssi_queryMembers('id_group = {int:id_group}', array('id_group' => 37,), '', 'id_member', 'array');

$request = $smcFunc['db_query']('', '
SELECT id_member
FROM {db_prefix}moderators',
array(
)
);
$mod_ids = array();
while ($row = $smcFunc['db_fetch_assoc']($request))
$mod_ids[] = $row['id_member'];
$smcFunc['db_free_result']($request);

if (empty($mod_ids))
return array();

// Load the members.
loadMemberData($mod_ids);

foreach ($mod_ids as $mod)
{
// Load their context data.
if (!loadMemberContext($mod))
continue;

// Store this member's information.
$mods[$mod] = $memberContext[$mod];
}

$stafmembers = $admins + $genelyon + $duayen + $mods;

$i = 1;
foreach ($stafmembers as $member)
{
if ($i == 1)
echo '
<tr>';
echo '
<td class="sp_member sp_center">', (!empty($member['avatar']['href']) ? '
<img src="' . $member['avatar']['href'] . '" alt="' . $member['name'] . '" width="35" />' : ''), '
</td>
<td class="sp_member_info">
', $member['link'], '<br />
', $member['group'], '' . ($member['group_id'] == 1 ?  '' : '<br />' . $member['last_login_p'] . '') . '
</td>';
if ($i == 6)
echo '
</tr>';

$i++;
if ($i == 6) $i = 1;

}

echo '
</tr>
</table>';
SMF 2.0.13
Default Theme
Utf8 Turkish
---------------

420Connect.co.uk

I've probably got some setting wrong somewhere but for some reason my shoutbox and attached images aren't visible for guests/members except myself..
www.420Connect.co.uk ~ A Social Network For The #CannabisCommunity ~ Come say "High" ;)

benz1

Hi, trying to follow the uninstall/install instructions to upgrade from 2.1.1 to 2.3.6 but getting the following warnings. Is it safe to proceed?

Error in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.

Installation Readme
This will uninstall SimplePortal 2.1 for SMF 1.1.

Uninstall Actions
Uninstall Actions "SimplePortal":
Installing this package will perform the following actions:
   Type    Action    Description
1.    Execute Modification    ./index.php    Test failed
2.    Execute Modification    ./Sources/BoardIndex.php    Test successful
3.    Execute Modification    ./Sources/Display.php    Test successful
4.    Execute Modification    ./Sources/Load.php    Test successful
5.    Execute Modification    ./Sources/ManagePermissions.php    Test failed
6.    Execute Modification    ./Sources/QueryString.php    Test successful
7.    Execute Modification    ./Sources/Recent.php    Test successful
8.    Execute Modification    ./Sources/Subs.php    Test successful
9.    Execute Modification    ./Sources/Help.php    Test successful
10.    Execute Modification    ./Sources/ManageServer.php    Test successful
11.    Execute Modification    ./Sources/Admin.php    Test successful
12.    Execute Modification    ./SSI.php    Test successful
13.    Execute Modification    ./Themes/default/index.template.php    Test failed
14.    Execute Modification    ./Themes/default/Display.template.php    Test successful
15.    Execute Modification    ./Themes/default/languages/Who.english.php    Test successful
16.    Execute Modification    ./Themes/default/languages/Who.english-utf8.php    Skipping file
17.    Delete File    ./Sources/SPortal1-1.php    
18.    Delete File    ./Sources/SPortalAdmin1-1.php    
19.    Delete File    ./Sources/Subs-SPortal1-1.php    
20.    Delete File    ./Themes/default/SPortal1-1.template.php    
21.    Delete File    ./Themes/default/SPortalAdmin1-1.template.php    
22.    Delete File    ./Themes/default/SPortalBlocks1-1.template.php    
23.    Delete File    ./Themes/default/languages/SPortal.english.php    
24.    Delete File    ./Themes/default/languages/SPortal.english-utf8.php    
25.    Delete File    ./Themes/default/languages/SPortalAdmin.english.php    
26.    Delete File    ./Themes/default/languages/SPortalAdmin.english-utf8.php    
27.    Delete File    ./Themes/default/languages/SPortalHelp.english.php    
28.    Delete File    ./Themes/default/languages/SPortalHelp.english-utf8.php    
29.    Delete File    ./Themes/default/images/arrow.gif    
30.    Delete File    ./Themes/default/images/dot.gif    
31.    Delete File    ./Themes/default/images/selected1.gif

Advertisement: