In order to export your users to Joomla 1.5 from 1.0. You need to convert the following tables..
jos_users
jos_core_acl_aro
jos_core_acl_groups_aro
That’s it..!
In a nutshell, a master page is a special type of ASP.NET page that defines the markup that is common among all content pages as well as regions that are customizable on a content page-by-content page basis. (A content page is an ASP.NET page that is bound to the master page.) Whenever a master page’s layout or formatting is changed, all of its content pages’ output is likewise immediately updated
Xpath syntax
| Expression | Description |
|---|---|
| nodename | Selects all child nodes of the named node |
| / | Selects from the root node |
| // | Selects nodes in the document from the current node that match the selection no matter whey they are |
| . | Selects the current node |
| .. | Selects the parent of the current node |
| @ | Selects attributes |
Examples on Simple Xpath Syntax
//RunwayTextPage
Get a child node with the name “RunwayTextPage”
/@ID
Gets an attribute with name “ID”
/TextPage [@ID=2233]
Get TextPage Element based on an attribute value
$currentPage
Referrers to the context in which the xslt macro is executed.
A macro is always placed on a content page, so $currentPage variable refers to that page
<xsl:choose> <xsl:when test="$currentPage/@id=1234"> <h1>This is Page with ID 1234</h1> </xsl:when> <xsl:when test="$currentPage/@id=2000"> <h1>This is Page with ID 2000</h1> </xsl:when> <xsl:otherwise> <h1>This is Page with some other ID</h1> </xsl:otherwise> </xsl:choose>
<xsl:if test="$currentPage/@id=1234"> <h1>This is the page with ID 1234</h1> </xsl:if>
<ul> <xsl:for-each select="$currentPage/runwayTextPage"> <li><xsl:value-of select="@nodeName"/></li> </xslt:for-each> </ul>
A mix of a fluid/elastic css ruled skin, to play in Umbraco.
At least from my level its going to be huge. Fabrizio Is making amazing advances on the admin panel, which will really make the package fly.
I’m trying to resume here.
So we’re building a Umbraco Framework, that includes a revision of the binary installs, mainly to document them.
Attempting to use it, with VistaDB, that from the available info is more than a challenge.
Modify the admin panel, by creating new sections, friendly (non expert friendly users), cause you can say what you want but, a Tree view is just friendly for monkeys and IT experts.
Create a skin, re-sizable that rules all the worlds via CSS
All this comes in a pretty graphic scheme, a powerful image gallery, and a catalogue to classify items.
Better for the first days of June, even better if we make it functional for the CODEGARDEN 2011.
Today we had confirmed that we are going to be there.