Support Area

SobiPro club members with an active subscription are entitled to get ticket support in the support area. For our former club members we provide a free of charge forum to ask other members. If you need professional support with fast answers, feel free to join the club.

SobiPro Announcement
SobiPro 2.5.2 is available!

As an active customer download the full version of SobiPro from the description page or download the trial version of SobiPro free of charge.


Repository certificate renewed!

The SSL certificate of the repository expired and we had to renew it. Please update the repository as described here and have your subscription token and id handy. You will find them on your personal club account page My Subscriptions.

Update SobiPro and its applications to the most recent version before reporting a problem!

We are continously improving SobiPro and its applications, fixing bugs and making working with them more easy. Still we see that some users report problems for older versions. Mostly they are already fixed. If you are using older versions, please update SobiPro and its applications to the most recent versions!

  1. Olaf Michalke
  2. Community Area
  3. Monday, 25 July 2016
Given: Sobi 1.2.3; Joomla 3.5.1
I call a category with a menu item using my own view.xsl template > my.xsl
On the first page all is fine, vcards are shown.
The problem:
As soon as I click to the next page, the default view.xsl template will be used, my.xsl should be shown!

I did not change the "navigation.xsl".

Additionally I have a my own menu module on top. on page two or more it´s gone.

Any idea?

This is my.xsl for the category view:


<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" exclude-result-prefixes="php">
<xsl:output method="xml" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" encoding="UTF-8" />

<xsl:include href="/../common/navigation.xsl" />
<xsl:include href="/../common/topmenu.xsl" />
<xsl:include href="/../common/alphamenu.xsl" />
<xsl:include href="/../common/entries.xsl" />
<xsl:include href="/../common/categories.xsl" />
<xsl:include href="/../common/messages.xsl" />
<xsl:template match="/category">
<xsl:variable name="rssUrlSection">{"sid":"<xsl:value-of select="section/@id" />","sptpl":"feeds.rss","out":"raw"}
</xsl:variable>
<xsl:variable name="sectionName">
<xsl:value-of select="section" />
</xsl:variable>
<xsl:value-of select="php:function( 'SobiPro::AlternateLink', $rssUrlSection, 'application/atom+xml', $sectionName )" />
<xsl:variable name="rssUrl">{"sid":"<xsl:value-of select="id" />","sptpl":"feeds.rss","out":"raw"}
</xsl:variable>
<xsl:variable name="categoryName">
<xsl:value-of select="name" />
</xsl:variable>
<xsl:value-of select="php:function( 'SobiPro::AlternateLink', $rssUrl, 'application/atom+xml', $categoryName )" />

<!--<xsl:call-template name="topMenu">
<xsl:with-param name="searchbox">true</xsl:with-param>
</xsl:call-template>-->
<xsl:apply-templates select="messages" />

<xsl:apply-templates select="alphaMenu" />

<xsl:value-of select="description" disable-output-escaping="yes" />

<div class="cat_rest"><xsl:text>Aussenrequiste | </xsl:text>
<xsl:value-of select="//category/name"/>
</div>

<xsl:call-template name="entriesLoop" />
<xsl:apply-templates select="navigation" />
</xsl:template>
</xsl:stylesheet>
References
  1. http://www.vdr-sd.de/mitglieder/aussenrequisite


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

This forum may be used only to ask questions and give answers for SobiPro component and its applications. Advertising, commercial questions or statements, and sharing of software of any kind is not allowed. If you need professional support, feel free to join the club and use the ticket system for subscribers. If you have membership-related questions, please use the contact form.
By using this forum, you accept the standard terms of netiquette on forums as you can find for example here.

to Top