Thread: Very minor cosmetic issues [Solved]

Started: August 23, 2009, 09:46 AM  ⋅  Zone: Public Forums  ⋅  Category: Bugs & Troubleshooting  ⋅  Posts: 3  ⋅  Views 324
Started by: john  ⋅  Description: Some very minor cosmetic issues with Login box, button menus, etc
Post #1
Member: john  ⋅  Date: August 23, 2009, 09:46 AM  ⋅ Subject: "Very minor cosmetic issues"

These are very minor cosmetic issues and almost embarassing to report, but someone has to:

Hover over the Button Menu:

  1.  
    1.  
      • Home image alt shows "Home"
      • Members image shows "Members"
      • Mail image shows nothing
      • Settings image shows [[CSETTINGS]]

See below - Login box is mis-aligned:

 

See below - "Home" breadcrumb (slipstream) shows Home >> iWiccle Home - Why? and where do I change this? It should be changeable from the Admin CP but it doesn't seem to be.

Ok, so it's very 'picky' - I know, but it's a bit like this image:

Just doesn't look 'nice', does it?

Post #2
Member: Markus  ⋅  Date: August 23, 2009, 02:52 PM  ⋅ Subject: "(No title)"

Thanks for reporting these, John!


1. A missing language string, I noticed the same myself a few days back.


2. I hate stray pixels. Will fix.


3. "Home" is the module's name. If you want to exclude the module name from the navigation stream, insert into /modules/home/home_config.php the following:

$core['show']['module'] = FALSE;

Same applies for the config files of any module. If you want to add a custom entry to the beginning of the navigation stream, you can use the following:

$core['module']['stream_home_url'] = "index.php?module=home";
$core['module']['stream_home_name'] = "Start";

...or whatever else you may want to call them / set them to. The modules' config-files also contain a whole lot more than can be of interest for a hobbyist, and the parameters from /core/variables.php can also be copied to module configuration, setting for example different image conversion sizes for each module, and more. (Some of them you shouldn't change however, and all of this will be documented in due course.)


The "iWiccle Home" text (as most other page titles) can be changed through the Builder, as shown below:



(This feature, by the way, is something that lacks multi-language support as of yet --- coming up.)


4. Would you like me to send her some Kleenex? Laughing

Post #3
Member: Markus  ⋅  Date: February 23, 2010, 09:25 PM  ⋅ Subject: "Re: Very minor cosmetic issues"

This is by the way fixed in 1.21. Sorry it took a bit, the note got buried under and I never got around to it until now.

 

Bugs & Troubleshooting

Add to Favorites
Public Forums
Category  ⋅  Please report all bugs and discuss any problems in this forum.
 

Public Forums

Add to Favorites
Public Forums
Zone  ⋅ Public forum sections for support and discussions. Available for everyone.
 

Zone Categories

 
Questions? Ask us!
Back to Top