Re: Inconsistencies.. possible bug solutions?

Joe Stewart <[email protected]> Sun, 30 Nov 2003 14:19:13 -0600
Newsgroups gmane.comp.cms.phpslash.devel
Message-ID <[email protected]>
On Fri, Nov 28, 2003 at 02:41:11PM -0500, Luis M wrote:
> Here is a list of very incosistent things I have found so far...
> (just so I don't forget them)
> 
> Blocks:
> 
> a. page public slashHead-htmlarea3. There is no such file for e/a theme. 
> Another way to include the javascript code found here should be found so 
> that one can include a simple line in slashHead that points to this needed 
> inclussions.
> 

No, it doesn't exist for each skin. yet.

> b. page-admin skin basic. This is wrong. the skin should be left alone. 

This is a leftover from me testing for setting a skin by section.

> Especially since skins inherit from a parent. all skins should inherit from 
> "basic" or allow multiple inheritance as discussed before. Either by: 1. 
> allowing multiple lines in skin.ini or 2. that a skin inherit from a parent 
> and the parent of that, etc..., recursively.
> For example:
> skin.ini
> skin.parent="clean"
> skin.parent...
> skin.parent...
> skin.parent="basic"
> 
> So that files are looked for in a top-to-bottom fashion wherever is found 
> and ultimately use "basic" if not found.
>

*should* default at the end to default language and default skin.

> c. topicphpslash.gif in template files. This and the phpslash logo should 
> be rename to generic strings like "site-logo.gif" "site-logo-small.gif". 
> That way people would just have to rename their logos with this generic 
> names without having to find/replace strings in all skin templates.
> 

true and easily changed.  This was just done while I was quickly porting
the skins.

> I will post more of these as soon as I find more... still digging why I'm 
> getting the login screen to recur so many times before accepting my 
> login/password as valid (100% sure I'm typing the right thing e/a time). 
> And why when using certain languages one gets to see titles like: Page - 
> admin - module, Page - public - nav - top, etc..., in e/a section of the 
> page.
> 

I believe you need to set the session_save_path.

Like this at the top of config.php:

session_save_path('/home/groups/2/2d/2dvix/sessions');


or equivalent in .htaccess.


I will be fixing the error where it defaults to the fancybox w/title
instead of the correct template Monday.

> Talk about frustration.
> 
> 
> ----)(-----
> Luis Mondesi
> System Administrator
> LatinoMixed.com
> 
> [email protected]
> 
> "...The Mac does this so smoothly, it feels like an extension of your 
> mind." - Paula Speer, MacWorld Magazine 2003-04
> 
> Public signature: http://www.latinomixed.com/lems1/public-a.asc
> 
> _________________________________________________________________
> MSN Search, le moteur de recherche qui pense comme vous ! 
> http://search.msn.fr/worldwide.asp
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Phpslash-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/phpslash-devel


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/