31
wishcraft
Re: xoops subdomains - places.xoops.org finished

please wait for version 3.0.9

You can see this operating onhttp://places.xortify.com



32
wishcraft
Tag 3.07 With Categories -- Release Canidate is available

okey mamba attempt too install this version ::https://github.com/Chronolabs-Cooperative/Tag-Module-Xoops25 --> I have just debugged the admin and made some changes, if it is all good then let me know an I will package it for a release...



33
wishcraft
Re: Tag 3.01+ With Categories -- Release Canidate is available

thanks mamba I will look at it later tonight and fix the other couple of issues you found, that is the point of raising it on the forums. I can't afford testing staff so the community has to do it; cheering.. Will get back to you soon..



34
wishcraft
Not Executing: function xoops_module_pre_install_dirname()

I am working on a bug ticketing module, for release in a number of weeks, for some reason in XOOPS 2.5.9 I am not sure how long this bug has existed by for example in xoops_version.php the following is specified:

$modversion['onInstall']                 = "include/install.php";
$modversion['onUpdate']                 = "include/onupdate.php";
$modversion['onUninstall']                 = "include/uninstall.php";


and in include/install.php the following function is specified but not being called by the installation in system:-

function xoops_module_pre_install_tickets($module) {
    ....
}


the problem is the call is incorrect on line 98 of /system/admin/modulesadmin/modulesadmin.php when backtracking it for some reason the call for single parthensis is being used in double quote

ie with the code
$func "xoops_module_pre_install_{$dirname}";


Should read as follows
$func "xoops_module_pre_install_$dirname";


it doesn't require double brackets from PHP 2



35
wishcraft
xoops subdomains - places.xoops.org finished

These all need to be fitted with some sort of AuthKey that is provisioned by xoops.org for the site, so you know we don't get any remote traffic on our apis!!

But the skeleton with an install for places is finished:-

  • https://sourceforge.net/p/xoops/svn/HEAD/tree/%2A.xoops.org%20%28Subdomain%20APIs%20&%20Sites%29/places.xoops.org/
  • https://github.com/Chronolabs-Cooperative/Places-API-PHP



36
wishcraft
Tag 3.01+ With Categories -- Release Canidate is available

How are you all, I have been working on the 'tag' module for tagging, to include categories and a categories browser, there is some changes to the plugin so carefully consult the documentation when implementing as well as a cumculus cloud as well..

You can get it from GitHub here:https://github.com/Chronolabs-Cooperative/Xortify-Server-Module-Tag

This is all debugged and installing now for Tag 3.01+



37
wishcraft
Re: Complexity Theme 1.41 - Final Release - Missing Parenthesis

There was only one bug in the release for some reason the committal released the parenthesis of an accented php line in the theme see:https://github.com/Chronolabs-Cooperative/Complexity-Theme-Xoops25/commit/fc345dd02c78d43f934e0a6e19a5e2afec144f01



38
wishcraft
XOOPS 2.6 - xoops_version.php - Variables for Modules + Themes (Definitions)

How are you all, I have for the last few hours worked on two documents so this is defined for XOOPS 2.6 for the documentation team side, I have been jumping between groups as you see we are limited in the official capacity roles at the moment till we have some way of enlisting withhttps://releases.xoops.org

Anyway the following 2 Documents are for xoops_version.php with Modules + Themes

Modules & xoops_version.php


Themes & xoops_version.php



39
wishcraft
Re: Complexity Theme 1.41 - Final Release - XOOPS 2.5

no at the moment I have one running onhttp://wishcraft.only.can.offer.like.wesley.crusher.extraterrestrialsex.com an slighly modified version is on there...



40
wishcraft
Complexity Theme 1.41 - Final Release - XOOPS 2.5

Resized Image
Chronolabs Cooperative Proudly Presents

for XOOPS 2.5
Complexity Theme v1.2.8
Resized Image


Introduction to Complexity Theme

Complexity is a complete theme, it includes features that need to be studied by theme designer to be incorporated into their theme designs including the following features:~

  • Social Network Meta Tags
  • Anti-keyword Stuffing (SEO)
  • iOS Iconographic Tags (So Icons Appear on iPhone all macintosh)
  • CSS3 Gradients and Highlights
  • CSS3 Rounded Edges
  • CSS3 Text and Object Shadows
  • Correct File Implementations
  • No Jugganaut Single CSS use of @import()


This theme was developed for the love of the XOOPS Community and broader themery; to explain some of the features I will first go into meta tagging for facebook and third party references to the site you have to include in your meta tags the following lines, to force your site logo if there is no image as well as in the google index and search engines they are:-

<meta property="og:title" content=""/>
<
meta property="og:type" content=""/>
<
meta property="og:image" content=""/>
<
meta property="og:url" content="" />
<
meta property="og:site_name" content=""/>


As well as the apple touch icon meta tags in the icons, these are in particular sizes and need to be PNG images for all touch buttons like book marks and save references in macintosh; otherwise you get the default icon, these three lines are:-

<link rel="apple-touch-icon" href="">
<
link rel="apple-touch-icon" sizes="72x72" href="">
<
link rel="apple-touch-icon" sizes="114x114" href="">


There is also the following code in the meta keyword which stops keyword stuffing, that is the repeatative use of the same keywords on every page of your site this will lower you SEO Score with search engines the following code you will find in the meta template in the theme:-

<meta name="keywords" content="<{php}>
    
$search = array(' with ', ' and ', ' the ', ' there ', ' their ', ' they're ', ' are ', ' to ', ' when ', ' on ', ' by ', ' you ',' ','.','<','>','"',';',':','}','{','[',']','|','\','/','=','+','-','_',')','(','*','&','^','%','$','#','@','!','~','`');
    
$minimumwordlen 3;        
    
// Gets Meta Data
    
$path str_replace($search','str_replace(basename($_SERVER['REQUEST_URI']), ''$_SERVER['REQUEST_URI']));
    
$sitename htmlspecialchars_decode($this->_tpl_vars['xoops_sitename']);
    
$slogon htmlspecialchars_decode($this->_tpl_vars['xoops_slogan']);
    
$pagetitle htmlspecialchars_decode($this->_tpl_vars['xoops_pagetitle']);
    
$keywords htmlspecialchars_decode($this->_tpl_vars['xoops_meta_keywords']);
    
$description htmlspecialchars_decode($this->_tpl_vars['xoops_meta_description']);
    
// Makes Unique Keyword Sentence with NO KEYPHRASES - A KEY PHRASE IS AN INCORRECT USE OF THE META TAG 'KEYWORDS' that is singlar words a KEYWORD not a sentence or phrase
    
$nophrase str_replace($search','$path.str_replace($search','$sitename).','.str_replace($search','$slogon).','.str_replace($search','$pagetitle).','.str_replace($search','$keywords).','.str_replace($search','$description));
    
$keywords array_unique(explode(','$nophrase));
    foreach(
$keywords as $id => $word) {
        if (
strlen($word)<$minimumwordlen||is_numeric($word)) {
            unset(
$keywords[$id]);
        }
    }
    echo 
implode(', '$keywords);<{/php}>" />


Download Complexity Theme

* github.com/Chronolabs-Cooperative/Complexity-Theme-Xoops25
* xoops25_complexity_1.4.1.7z
* xoops25_complexity_1.4.1.rar
* xoops25_complexity_1.4.1.tar.gz
* xoops25_complexity_1.4.1.zip

Reporting Complexity Theme Bug

If you do find a bug in the theme and need it fixed please used our tickets support on sourceforge at the following URL:~http://sourceforge.net/p/chronolabs/tickets/milestone/XOOPS%20Themes/




TopTop
« 1 2 3 (4) 5 6 7 ... 135 »



Login

Who's Online

203 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits