Yes, this is one of the features that got stripped out of the core.  If you
compare the BOLTgetlink function in 3.5 and 4.0 you will see a significant
difference (30 lines to 12, and clearer code). My thinking was to go for
simplicity and eliminate features that were not often used--esp when there
is another way to do it. In this case, you can restore the functionality by
creating a myBOLTgetlink function, that takes the skin into account
(lifting code from the 3.5 version).

I notice though the hook in 4.0 is not scripted correctly. Line 537 in
library.php should say

if (function_exists(myBOLTgetlink)) return myBOLTgetlink($type, $start,
$page);

Note, you cannot directly copy over the old function because the variables
have been remapped a bit. $start should be the same, $type probably equals
$end. And $myArray is presumably explode('.', $page). If you have trouble
getting it to work, let me know and I'll try to tinker with it here and see
if I can make a simple plugin for you.

Cheers,
Dan



On Mon, Aug 5, 2013 at 5:11 PM, jacmgr <[email protected]> wrote:

> yes pagename.side works.  So if on page "blogpost" then can have a special
> side pageblogpost.side.  However, 3.5 also lets you have different zone
> page based on skin name as well.  This is useful when a certain ZONE needs
> special markup for a specific skin.  if the skin was named "blue" I could
> have "side.blue"
>
>
> On Monday, August 5, 2013 11:38:12 PM UTC+9, mz wrote:
>
>> Most possibly this is not an useful answer since I do not know exactly
>> what you want to do.
>> I use pagename.side with v4 and that works.
>>
>> Greetings, Martin
>>
>> Am Montag, 5. August 2013 15:41:42 UTC+2 schrieb jacmgr:
>>>
>>> I can't seem to get heirarchical zones for skins to work.  In version
>>> 3.5 I could create a side.skinname but it does not seem to work in 4.0, it
>>> always uses the standard side regardless of skin. Do you have that symptom?
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/boltwire.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to