1
sugar
Re: What a ranker!
  • 2010/5/25 19:20

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


Quote:

nmshah wrote:

A request catzwolf do not leave now. May be we will see the change soon.


I think 3.0 will very perfect and thanks DJ do the greate work
but we still need listen more voice and request more developers like Catz to make XOOPS better, right?



2
sugar
Re: theme not working
  • 2010/3/31 8:24

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


you mean page dump time?

function xoops_dumptime() {
        global 
$xoopsLogger;
        
$xoopsLogger->activated true;
        
$time number_format($xoopsLogger->dumpTime(), 5'.''');
        return 
$time;
    }


assign to template
$xoopsTpl->assign('xoops_dumptime'xoops_dumptime());


theme.html
<{$xoops_dumptime}>



3
sugar
Xoops module header rewrite handler
  • 2010/3/22 9:47

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


download here
http://xoops-rb-framework.googlecode.com/files/class.load.php


after (need $xoopsTpl or $xoTheme)
include_once $GLOBALS['xoops']->path('header.php');
OR
include_once XOOPS_ROOT_PATH.'/header.php';

use
include_once XOOPS_ROOT_PATH.'/(Frameworks/rb/)class.load.php';
$handler = new RbLoad();
$handler // Method Chaining
->setApiKey('GOOGLE_API_KEY')
->
setLibrary('jquery''1.4.2')
->
setBaseUrl(XOOPS_URL.'/Frameworks/jquery')
->
loadJs('001.js')
->
loadJs('002.js')
->
loadCss('001.css')
->
loadCss('002.css')
->
loadPlugin('captify')
->
rewrite();


output
<!-- Google AJAX Libraries -->
<
script type="text/javascript" src="http://www.google.com/jsapi?key=GOOGLE_API_KEY"></script>
<
script type="text/javascript">
//<![CDATA[
google.load('jquery''1.4.2');
//]]>
</script>
<
script type="text/javascript" src="http://XOOPS_URL/Frameworks/jquery/001.js"></script>
<
script type="text/javascript" src="http://XOOPS_URL/Frameworks/jquery/002.js"></script>
<
link rel="stylesheet" type="text/css" href="http://XOOPS_URL/Frameworks/jquery/001.css" />
<
link rel="stylesheet" type="text/css" href="http://XOOPS_URL/Frameworks/jquery/002.css" />
<
link rel="stylesheet" type="text/css" href="http://XOOPS_URL/Frameworks/jquery/captify/captify.css" />
<
script type="text/javascript" src="http://XOOPS_URL/Frameworks/jquery/captify/captify.js"></script>


to your theme "xoops_module_header"
different $xoTheme it's load files by your code order
loadPlugin() very simple to load a lot of files



4
sugar
Re: Magazine 1.2 & wfsection (with pdf) 2.07 mods. Errors on install.
  • 2010/3/8 5:31

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


for PHP5
$this = false; must change to unset($this);

three files need hack
magazine/class/article.php       on line 613
magazine
/class/articleres.php   on line 71
magazine
/class/category.php    on line 218


http://xoops.tnc.edu.tw/modules/newbb/viewtopic.php?topic_id=8692



5
sugar
Re: SNS module review
  • 2010/3/2 4:16

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


Quote:
Why does this version of XOOPS module

would you mean XOOPS version?
I use XOOPS 2.3.3

Quote:
and what is a module "streets".

"streets" is a custom module to intro (cool) pedestrian style on web like a fashion magazine, but have a friendly UI to search any styles or brands



6
sugar
Re: SNS module review
  • 2010/2/5 3:56

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


@yingzhao

SNS site openid is different Shop site
Because SNS module already include full Login module function
I'll compare code again



7
sugar
Re: SNS module review
  • 2010/1/14 6:27

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


Great work Mamba~

I will tell CK2 buddys this info and improve language files again

Quote:

Mamba wrote:

There are also some bugs, for example following the addition to theme.html as instructed in the readme.txt causes the theme to look funny. There are also some problems with a missing handler, but maybe somebody else can help with it.


Have a SVN version demo site?
I think maybe I lost some step...



8
sugar
Re: SNS module review
  • 2010/1/12 6:43

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


Download here
http://code.google.com/p/xoops-rb-framework/downloads/list

read readme.txt hack theme before install

and thanks Tad and CK2 help to convert language (not yat!)

only Chinese language now



9
sugar
Re: SNS module review
  • 2010/1/8 16:39

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


why cant download this module

because some XOOPS core function not matching up my wish
therefore I hack some core code but I forget hack what file
ect redirect_header function

and a big problem is I haven't enough time to write lang files
so this module all lang term write in templates

I think SNS is trend, but by one to complete all works is very hard
I will seek other taiwanese give me a hand to do lang files



10
sugar
Re: SNS module review
  • 2010/1/8 9:27

  • sugar

  • Just popping in

  • Posts: 26

  • Since: 2003/8/24


oops! my mistake

account: test
password: test




TopTop
(1) 2 »



Login

Who's Online

151 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 151


more...

Donat-O-Meter

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

Latest GitHub Commits