Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 930
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

No left and right block

Started by catalan90_V, December 30, 2010, 03:12:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

catalan90_V

SMF version : SMF2 RC4
SP version : 2.3.3

Problem : I cant see the right and left block, and it is only me, other people can,
i know there is a small button on the right to collape/open the block, but i can see it, but others can..

SS:

130860



AngelinaBelle

The little "side bar collapse" buttons appear to me as
<A onclick="return sp_collapseSide(1)" href="#side"><IMG id=sp_collapse_side1 alt=collapse src="http://www.messp.org/forum/Themes/default/images/sp/collapse.png"></a>
and
<A onclick="return sp_collapseSide(4)" href="#side"><img id="sp_collapse_side4" alt="collapse" src="http://www.messp.org/forum/Themes/default/images/sp/collapse.png" complete="complete"/></a>

Do you find them in the HTML source?
Your picture shows only the left side of the window, not the right side, where the buttons should appear.


Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

catalan90_V

in which HTML file actually?
u just scroll the picture to the right..

btw, if i log in using my other account the portal appear normally...strange

AngelinaBelle

Quote from: catalan90_V on January 01, 2011, 01:50:48 PM
in which HTML file actually?
Of the page -- when you use "view HTML source" or, in IE7 or up, the developers tools (or Firefox' Firebug tools)

Quoteu just scroll the picture to the right..
:-[  For some reason I temporarily did not see the scrollbar.  I see what you mean about the buttons not appearing.

Quotebtw, if i log in using my other account the portal appear normally...strange
Just in case it is a cookie problem -- try deleting all cookies from your website and then logging in again.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

catalan90_V

no i cant find them..
btw, i found out it happen to me and my friend, other member does not has any problem

AngelinaBelle

What is the same about you and your friend, but different for everyone else? Something to do with theme, perhaps?
My first thought is that the images are really there, but invisible for some reason.  I would like to rule this out completely before moving on to more complicated possibilities.  Please capture the HTML of the portal without the expand/collapse images.

Here is why I ask the questions I ask:
In Portal.template.php, we have
Code (Portal.template.php) Select

  if (!empty($modSettings['showleft']) && !empty($context['SPortal']['blocks'][1]))
   echo '
  <a href="#side" onclick="return sp_collapseSide(1)">', sp_embed_image($context['SPortal']['sides'][1]['collapsed'] ? 'expand' : 'collapse', '', null, null, true, 'sp_collapse_side1'), '</a>';
  if (!empty($modSettings['showright']) && !empty($context['SPortal']['blocks'][4]))
   echo '
  <a href="#side" onclick="return sp_collapseSide(4)">', sp_embed_image($context['SPortal']['sides'][4]['collapsed'] ? 'expand' : 'collapse', '', null, null, true, 'sp_collapse_side4'), '</a>';


In Subs-Portal.php:
Code (function sp_embed_image) Select

$image = '<img src="' . $settings['sp_images_url'] . '/' . $name . '.png"


Code (function sportal_init) Select

  if (file_exists($settings['theme_dir'] . '/images/sp'))
   $settings['sp_images_url'] =  $settings['theme_url'] . '/images/sp';
  else
   $settings['sp_images_url'] =  $settings['default_theme_url'] . '/images/sp';
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

catalan90_V

Quote from: AngelinaBelle on January 04, 2011, 10:06:26 AM
What is the same about you and your friend, but different for everyone else? Something to do with theme, perhaps?

i mean the left and right block of the portal disappear.



AngelinaBelle

Something else is the same about you and your friend -- something is causing the left and right blocks to disappear, but only for the two of you. Are you using a different theme from everyone else? Do you both belong to a different membergroup from everyone else?

I cannot do much with a picture of a debugging window. You do not show me any of the body HTML. Please save and attach the actual HTML as text.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

catalan90_V

QuoteSomething else is the same about you and your friend -- something is causing the left and right blocks to disappear, but only for the two of you. Are you using a different theme from everyone else? Do you both belong to a different membergroup from everyone else?

yeah, we are using default style, same like everyone.

i already upload the full html of the body. see attachment.

AngelinaBelle

What membergroups do you belong to? What membergroups does your friend belong to?
What membergroups does someone who is seeing the blocks belong to?
Did you use the "all membergroups" permission setting for the left blocks?
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

catalan90_V

i am admin, while my other friend is member..
btw, i set the block permission to ''check all'' and Permission Settings to ''one membergroup''

AngelinaBelle

#13
I am stumped.
Can you try the "ignore permissions" setting on one or two blocks, just to see if you can see any left or right blocks at all?

Have you done any of the customizations suggested in the SimplePortal forums? Do you have any other mods installed?
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

[SiNaN]

I have registered to your forum using the member name seser. Can you (temporarily) approve that account for me to check it? It would help a lot if you could give (again temporary) admin access to that account.
And slowly, you come to realize... It's all as it should be...


AngelinaBelle

F.A.B.  If you need me, holler.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

catalan90_V

an
Quote from: ??? on January 11, 2011, 08:24:49 AM
I have registered to your forum using the member name seser. Can you (temporarily) approve that account for me to check it? It would help a lot if you could give (again temporary) admin access to that account.

any news?

[SiNaN]

I'm really sorry about the extreme delay in getting back to you. I was very busy and totally forgot about this topic.

Are you still having the same issue? I have just checked it as a guest and admin and it seems to be okay.
And slowly, you come to realize... It's all as it should be...