SimplePortal

Support => English Support => Topic started by: catalan90_V on December 30, 2010, 03:12:09 PM

Title: No left and right block
Post by: catalan90_V on December 30, 2010, 03:12:09 PM
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:
(http://img196.imageshack.us/img196/4062/48833600.jpg)
Title: Re: No left and right block
Post by: 130860 on December 31, 2010, 11:03:53 AM
url of your forum?
Title: Re: No left and right block
Post by: catalan90_V on December 31, 2010, 11:19:53 AM
www.messp.org/forum
Title: Re: No left and right block
Post by: AngelinaBelle on January 01, 2011, 11:21:36 AM
The little "side bar collapse" buttons appear to me as
Code: [Select]
<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
Code: [Select]
<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.
 
 
 
Title: Re: No left and right block
Post by: catalan90_V on January 01, 2011, 01:50:48 PM
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
Title: Re: No left and right block
Post by: AngelinaBelle on January 02, 2011, 11:42:40 AM
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)

Quote
u 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.

Quote
btw, 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.
Title: Re: No left and right block
Post by: catalan90_V on January 02, 2011, 06:31:26 PM
no i cant find them..
btw, i found out it happen to me and my friend, other member does not has any problem
Title: Re: No left and right block
Post by: 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?
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';
Title: Re: No left and right block
Post by: catalan90_V on January 05, 2011, 07:02:27 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.

(http://img703.imageshack.us/img703/6928/15647657.png)
Title: Re: No left and right block
Post by: AngelinaBelle on January 05, 2011, 08:18:15 AM
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.
 
Title: Re: No left and right block
Post by: catalan90_V on January 05, 2011, 06:07:19 PM
Quote
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?

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

i already upload the full html of the body. see attachment.
Title: Re: No left and right block
Post by: AngelinaBelle on January 06, 2011, 01:51:56 PM
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?
Title: Re: No left and right block
Post by: catalan90_V on January 06, 2011, 02:42:37 PM
i am admin, while my other friend is member..
btw, i set the block permission to ''check all'' and Permission Settings to ''one membergroup''
Title: Re: No left and right block
Post by: AngelinaBelle on January 10, 2011, 03:25:04 PM
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?
Title: Re: No left and right block
Post by: [SiNaN] 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.
Title: Re: No left and right block
Post by: catalan90_V on January 11, 2011, 11:45:23 AM
ok no problem
Title: Re: No left and right block
Post by: AngelinaBelle on January 11, 2011, 08:23:39 PM
F.A.B.  If you need me, holler.
Title: Re: No left and right block
Post by: catalan90_V on January 20, 2011, 04:30:15 AM
an
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?
Title: Re: No left and right block
Post by: [SiNaN] on April 21, 2011, 05:56:19 AM
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.
SimplePortal 2.3.8 © 2008-2024, SimplePortal