251
antifmradio
Re: Yogurt Social Network 2.9 BETA

correct Stefan
xoTheme is not compatible with that version XOOPS + yogurt installation

252
eventspeak
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/10 13:53

  • eventspeak

  • Just popping in

  • Posts: 66

  • Since: 2006/3/20


Please correct me if im wrong as i dont fully understand. thaterror is because im using the wrong version of yogurt?

In the mnotes it says for 2.2.x i looked for another version and there was not one that i saw..

What can i do to make this work.. change by version of XOOPS or change yogurt version?

thank you for your help in advance..
James Trivlis
james(@)Eventspeak.com
http://www.eventspeak.com

253
dslchart
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/10 14:37

  • dslchart

  • Not too shy to talk

  • Posts: 112

  • Since: 2008/9/7 1


xoops 2.2.x works fine with this version of yogurt

yogurt 3.3 RC2

254
eventspeak
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/10 14:50

  • eventspeak

  • Just popping in

  • Posts: 66

  • Since: 2006/3/20


ok that one is installed and im still getting the same error. Could it be the theme or templates..

Any other suggestions..
James Trivlis
james(@)Eventspeak.com
http://www.eventspeak.com

255
trabis
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/10 15:30

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

dslchart wrote:
xoops 2.2.x works fine with this version of yogurt

yogurt 3.3 RC2


Can you show us your XOOPS 2.2.x site running yogurt or are you just guessing?

That´s what I thought.

256
eventspeak
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/10 15:34

  • eventspeak

  • Just popping in

  • Posts: 66

  • Since: 2006/3/20


No its not running. Im trying to make it run.. It is myhttp://www.eventspeak.com site. i have it installed but there is an error on the page. if you go there you can see it is up and running.

any suggestions or thought.s.
James Trivlis
james(@)Eventspeak.com
http://www.eventspeak.com

257
trabis
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/10 15:54

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


eventspeak, my previous post was addressed to dslchart.

Yogurt will not run in your XOOPS version unless you assign css and js to xoopsTpl instead of xotheme.

You will have to do something like this in all files:
Search:
/**
 * Adding to the module js and css of the lightbox and new ones
 */
$xoTheme->addStylesheet(XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/yogurt.css');
$xoTheme->addStylesheet(XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/css/jquery.tabs.css');
// what browser they use if IE then add corrective script.
if(ereg("msie"strtolower($_SERVER['HTTP_USER_AGENT']))) {
$xoTheme->addStylesheet(XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/css/jquery.tabs-ie.css');
}

$xoTheme->addStylesheet(XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/jquery.lightbox-0.3.css');

$xoTheme->addScript(XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/jquery.js');
$xoTheme->addScript(XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/jquery.lightbox-0.3.js');
$xoTheme->addScript(XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/yogurt.js');


Replace:
$includeIE '';
if(
ereg("msie"strtolower($_SERVER['HTTP_USER_AGENT']))) {
    
$includeIE '<link rel="stylesheet" type="text/css" media="all" href="'.XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/css/jquery.tabs-ie.css" />';
}
$xoopsTpl->assign'xoops_module_header' ,
'<link rel="stylesheet" type="text/css" media="all" href="'.XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/yogurt.css" />
<link rel="stylesheet" type="text/css" media="all" href="'
.XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/css/jquery.tabs.css" />
<link rel="stylesheet" type="text/css" media="all" href="'
.XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/jquery.lightbox-0.3.css" />
'
.$includeIE.'
<script type="text/javascript" src="'
.XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/jquery.js"></script>
<script type="text/javascript" src="'
.XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/jquery.lightbox-0.3.js"></script>
<script type="text/javascript" src="'
.XOOPS_URL.'/modules/'.$xoopsModule->getVar('dirname').'/include/yogurt.js"></script>
'
.$xoopsTpl->get_template_vars("xoops_module_header")
);


And i did not test this, it may have some bug there, but you got the ideia.

258
eventspeak
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/10 15:56

  • eventspeak

  • Just popping in

  • Posts: 66

  • Since: 2006/3/20


Thank you Trabis for your help..
James Trivlis
james(@)Eventspeak.com
http://www.eventspeak.com

259
eventspeak
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/10 22:53

  • eventspeak

  • Just popping in

  • Posts: 66

  • Since: 2006/3/20


Trabis, do you know if 2.3 will work with yogurt. Or will it be the same issue as i am having with 2.2.6

I know it is in rc2 but willing to test it if thee is a possibility.

Hope you can let me know.

Thx..
James Trivlis
james(@)Eventspeak.com
http://www.eventspeak.com

260
maxxy
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/10 23:00

  • maxxy

  • Quite a regular

  • Posts: 286

  • Since: 2007/6/11


yes yogurt 3.3 and XOOPS 2.3 is compatible with each other and there is even a thread about how to hook both module together

xoops 2.3rc2 (profile) and yogurt 3.3 rc2
https://xoops.org/modules/newbb/viewtopic.php?post_id=294895#forumpost294895

Login

Who's Online

171 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 171


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