News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SimplePortal

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

Previous topic - Next topic

trekkie2444

Here's an example of the problem with my quick reply (it goes away when I uninstall the mod).

ysite

THIS MOD IS ONLY SHOWING TO ADMIN AND MODS, EVEN THOUGH IT IS CHECKED FOR ALL MEMBERGROUPS. WHAT AM I DOING WRONG?

ysite

None of the blocks are appearing for any membergroups but Admin.
The block settings are enabled for ALL membergroups, and only appear when the membergroups are given administrative rights  from "permission" categories. How do I get other membergroups to view the blocks without giving them the admin rights?



PLEASE HELP!
Thank you.

Suki

@ysite
   just check the  Ignore permissions  radio button  instead of all membergroups.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Sakae

Quote from: Miss All Sunday on December 02, 2010, 05:50:18 PM
@ysite
   just check the  Ignore permissions  radio button  instead of all membergroups.

It's a BUG, right? All membergroups should mean... All membergroups! :)
http://www.tigrelog.com.br
l: simple p: machines

smitch6

Quote from: ysite on December 01, 2010, 11:41:04 PM
Why isn't this showing up for guests?

I had the same for mine and i ticked 'one membergroup'
and it solved it

took me weeks before i realised no-one else could see it lol
everyone thought i was mad because i kept talking about these boxes that no-one else could see  ;D
Friendly, reliable web hosting at affordable prices
www.normanboatforum.co.uk l www.PatTesterSuffolk.co.uk

sharks

It's really amazing that this great project is still going on... so many modifications have been left to die. I applaud the developer/s of this mod. Keep up the great job!

[SiNaN]

#3607
Quote from: Sakae on December 02, 2010, 09:16:01 PM
Quote from: Miss All Sunday on December 02, 2010, 05:50:18 PM
@ysite
   just check the  Ignore permissions  radio button  instead of all membergroups.

It's a BUG, right? All membergroups should mean... All membergroups! :)

"All membergroups" means "a member must have all of the selected membergroups to be able to see it". "One membergroup" means, "a member must have at least one of the selected membergroups to be able to see it".

Edit: Fixed spelling.
Former SMF Core Developer | My Mods | SimplePortal

Sakae

Quote from: シナン on December 03, 2010, 05:26:52 AM
Quote from: Sakae on December 02, 2010, 09:16:01 PM
Quote from: Miss All Sunday on December 02, 2010, 05:50:18 PM
@ysite
   just check the  Ignore permissions  radio button  instead of all membergroups.

It's a BUG, right? All membergroups should mean... All membergroups! :)

"All membergroups" means "a member must have all of the selected membergroups to be able to see it". "One membergroup" means, "a member must have at least of the selected membergroups to be able to see it".

Ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh, now I get it!!!!!

I think it would be better and clearly if you named:

- At least one membergroup
- All membergroups needed
- Show to all

What do you think of it? I've translated like this to my SMF already.
http://www.tigrelog.com.br
l: simple p: machines

[SiNaN]

Former SMF Core Developer | My Mods | SimplePortal

trekkie2444

So there's also no fix for the damned title backgrounds being messed at the moment either? Still can't figure out the origin of my funky text size either.

trekkie2444

Here's an example of the problem I'm having after moving the portal.css to my theme folder.

Angelina Belle

You'll need to put the new portal.css in the css/ folder of each of your themes folders.
That should fix the problem.
Never attribute to malice that which is adequately explained by stupidity. -- Hanlon's Razor

Mick.

Quote from: AngelinaBelle on December 04, 2010, 03:33:10 PM
You'll need to put the new portal.css in the css/ folder of each of your themes folders.
That should fix the problem.


Yep. I did this.  Thanx!

trekkie2444

I put the portal.css in my /css folder, it's still screwed up.

Angelina Belle

Where did you find the copy of portal.css you put in those themes?
Which theme is giving you trouble?
Never attribute to malice that which is adequately explained by stupidity. -- Hanlon's Razor

trekkie2444

The Analysis RC4 theme. I put the one that was in the default theme?

Here's my forum: http://e-p1.net

Garou

Assuming that you got your portal.css from either the simple portal zip or copied from curve...

Open the portal.css in the particular themes and scroll down to the bottom and find...

/* ************************************* */
/* Compatibility styles                  */
/* ************************************* */
h4.catbg span.left, h4.catbg2 span.left, h3.catbg span.left, h3.catbg2 span.left, .table_list tbody.header td span.left
{
   float: left;
   display: block;
   width: 9px;
   height: 31px;
   background: url(../images/theme/main_block.png) no-repeat 0 -160px;
}

h4.titlebg span.left, h3.titlebg span.left
{
   float: left;
   display: block;
   width: 9px;
   height: 31px;
   background: url(../images/theme/main_block.png) no-repeat 0 -200px;
}


Change to...

/* ************************************* */
/* Compatibility styles                  */
/* ************************************* */
/* h4.catbg span.left, h4.catbg2 span.left, h3.catbg span.left, h3.catbg2 span.left, .table_list tbody.header td span.left
{
   float: left;
   display: block;
   width: 9px;
   height: 31px;
   background: url(../images/theme/main_block.png) no-repeat 0 -160px;
}

h4.titlebg span.left, h3.titlebg span.left
{
   float: left;
   display: block;
   width: 9px;
   height: 31px;
   background: url(../images/theme/main_block.png) no-repeat 0 -200px;
}
*/


Note that this section is a compatibility fix for Curve based themes. If your theme is based off of Curve this fix will cause you other issues. Only change it in themes you are having issues with on a per theme basis and NEVER in the default Curve themes portal.css.

[SiNaN]

Quote from: trekkie2444 on December 05, 2010, 11:51:33 PM
The Analysis RC4 theme. I put the one that was in the default theme?

Here's my forum: http://e-p1.net

Add this at the end of the portal.css file you copied to the css directory of your custom theme:

#sp_main h3.catbg span.left
{
margin: 0;
}
Former SMF Core Developer | My Mods | SimplePortal

trekkie2444

Quote from: シナン on December 06, 2010, 10:26:49 AM
Quote from: trekkie2444 on December 05, 2010, 11:51:33 PM
The Analysis RC4 theme. I put the one that was in the default theme?

Here's my forum: http://e-p1.net

Add this at the end of the portal.css file you copied to the css directory of your custom theme:

#sp_main h3.catbg span.left
{
margin: 0;
}


I just put that in, didn't fix anything.

Quote from: Garou on December 06, 2010, 10:06:40 AM
Assuming that you got your portal.css from either the simple portal zip or copied from curve...

Open the portal.css in the particular themes and scroll down to the bottom and find...

/* ************************************* */
/* Compatibility styles                  */
/* ************************************* */
h4.catbg span.left, h4.catbg2 span.left, h3.catbg span.left, h3.catbg2 span.left, .table_list tbody.header td span.left
{
   float: left;
   display: block;
   width: 9px;
   height: 31px;
   background: url(../images/theme/main_block.png) no-repeat 0 -160px;
}

h4.titlebg span.left, h3.titlebg span.left
{
   float: left;
   display: block;
   width: 9px;
   height: 31px;
   background: url(../images/theme/main_block.png) no-repeat 0 -200px;
}


Change to...

/* ************************************* */
/* Compatibility styles                  */
/* ************************************* */
/* h4.catbg span.left, h4.catbg2 span.left, h3.catbg span.left, h3.catbg2 span.left, .table_list tbody.header td span.left
{
   float: left;
   display: block;
   width: 9px;
   height: 31px;
   background: url(../images/theme/main_block.png) no-repeat 0 -160px;
}

h4.titlebg span.left, h3.titlebg span.left
{
   float: left;
   display: block;
   width: 9px;
   height: 31px;
   background: url(../images/theme/main_block.png) no-repeat 0 -200px;
}
*/


Note that this section is a compatibility fix for Curve based themes. If your theme is based off of Curve this fix will cause you other issues. Only change it in themes you are having issues with on a per theme basis and NEVER in the default Curve themes portal.css.


So what if my theme isn't Curve based then? How do I fix it?

Advertisement: