Recent content by Brahimium

  1. B

    SQL query to alter text in "from" field

    If you are happy with a space being the only word delimiter, you could do this: SELECT title, REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE( REPLACE(...
  2. B

    Lack of interest article pagination rel="prev/next"

    You can do this for now, until implemented: edit the template page_nav.html, under: <xen:if is="{$pageTotal} > 1"> add this: <xen:if is="{$prevPage}"><xen:container var="$head.relprev"> <link rel="prev" href="{xen:link 'full:{$linkType}', $linkData, '_params={$linkParams}'...
  3. B

    Lack of interest Resource Metadata

    Think about a "download site" which offers downloads (e.g. fonts, icons, web templates, wallpapers, images, drivers, applications ...) Wouldn't it be interesting if an admin of such a website could just use this XenForo add-on to manage the resources? The basic idea is this: the admin of the...
Back
Top Bottom