1
beduino
theme suico and x-center
  • 2010/11/7 2:02

  • beduino

  • Friend of XOOPS

  • Posts: 35

  • Since: 2005/2/26


Hello

I'm testing xoops 2.5.0 rc2 [and specially suico theme] with a few modules.
xnews ok, latest trunk of cbb ok, web links [ohwada] ok but ... x-center is with trouble.

In article page appears a blank space in middle like you can see :

1. with news [normal]
Resized Image

2. with x-center [error]
Resized Image

You can see the page here
http://lab-br.net/modules/xcenter/?storyid=2

Any ideas?
Thanks in advance

2
kris_fr
Re: theme suico and x-center
  • 2010/11/7 2:15

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


hello,

bad xcenter template

i look tomorrow

@+

3
beduino
Re: theme suico and x-center
  • 2010/11/7 11:15

  • beduino

  • Friend of XOOPS

  • Posts: 35

  • Since: 2005/2/26


OK
Thank you Kris!
All the best

4
kris_fr
Re: theme suico and x-center
  • 2010/11/9 20:41

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


hi,

xcenter_index.html, replace by this code :
le="color: #000000"><?php <{if $xoConfig.breadcrumb}><{include file="db:xcenter_breadcrumb.html"}><{/if}> <div style="float:right; clear:none"> <{if $xoConfig.share}> <div style="float:left;"><{$xoConfig.sharecode}></div> <{/if}> <{if $xoConfig.rss && $catid}> <div style="float:right;"> &nbsp;<a href="<{$xoops_url}>/modules/xcenter/rss.php?catid=<{$catid}>" title=""> <img src="<{$xoops_url}>/modules/xcenter/images/rss.png" alt="rss"/> </a> </div> <{/if}> </div> <p style="clear:both; height:2px;">&nbsp;</p> <h1><{$xcenter_pagetitle}></h1> <div class="xoXcenter" id="xoXcenter"><{$xcenter_text}></div> <div class="xoIconBar" id="xoIconBar"> <{if $xoAuthor}> <{$smarty.const._XTR_WRITTENBY}><a href="<{$xoops_url}>/userinfo.php?uid=<{$xoAuthor.uid}>" title=""> <{if $xoAuthor.name}> <{$xoAuthor.name}> <{else}> <{$xoAuthor.uname}> <{/if}> </a>&nbsp; <{/if}> <{$xoPubdate}>&nbsp; <{if $xoConfig.print}> <a href="<{$xoops_url}>/modules/xcenter/print.php?storyid=<{$xoXcenter.storyid}>" title=""> <img src="<{$xoops_url}>/modules/xcenter/images/print.png" alt="Print"/> </a>&nbsp; <{/if}> <{if $xoConfig.pdf}> <a href="<{$xoops_url}>/modules/xcenter/pdf.php?storyid=<{$xoXcenter.storyid}>" title=""> <img src="<{$xoops_url}>/modules/xcenter/images/pdf.png" alt="Pdf"/> </a>&nbsp; <{/if}> </div> <div style="float:right; clear:none"> <{if $xoops_isadmin}> <{if $xoXcenter.storyid}> <a href="<{$xoops_url}>/modules/xcenter/admin/index.php?op=edit&fct=xcenter&storyid=<{$xoXcenter.storyid}>" title=""> <img src="<{$xoops_url}>/modules/xcenter/images/edit.png" alt="edit"/> </a>&nbsp; <a href="<{$xoops_url}>/modules/xcenter/admin/index.php?op=delete&fct=xcenter&storyid=<{$xoXcenter.storyid}>" title=""> <img src="<{$xoops_url}>/modules/xcenter/images/delete.png" alt="delete"> </a>&nbsp; <a href="<{$xoops_url}>/modules/xcenter/admin/index.php?op=copy&fct=xcenter&storyid=<{$xoXcenter.storyid}>" title=""> <img src="<{$xoops_url}>/modules/xcenter/images/copy.png" alt="copy" /> </a>&nbsp; <{/if}> <{else}> <{if $xoXcenter.storyid}> <{if $xoXcenter.hasEdit}> <a href="<{$xoops_url}>/modules/xcenter/manage.php?op=edit&fct=xcenter&storyid=<{$xoXcenter.storyid}>"> <img src="<{$xoops_url}>/modules/xcenter/images/edit.png" alt="edit" /> </a>&nbsp; <{/if}> <{if $xoXcenter.hasDelete}> <a href="<{$xoops_url}>/modules/xcenter/manage.php?op=delete&fct=xcenter&storyid=<{$xoXcenter.storyid}>" title=""> <img src="<{$xoops_url}>/modules/xcenter/images/delete.png" alt="delete" /> </a>&nbsp; <{/if}> <{if $xoXcenter.hasCopy}> <a href="<{$xoops_url}>/modules/xcenter/manage.php?op=copy&fct=xcenter&storyid=<{$xoXcenter.storyid}>" title=""> <img src="<{$xoops_url}>/modules/xcenter/images/copy.png" alt="copy" /> </a>&nbsp; <{/if}> <{/if}> <{/if}> </div> <{if $tagbar}><{include file="db:tag_bar.html"}><{/if}> <{if $xoXcenter.nocomments == 0}> <br /><br /><br /> <div style="text-align: center; padding: 3px; margin: 3px;"> <{$commentsnav}> <{$lang_notice}> </div> <div style="margin: 3px; padding: 3px;"> <!-- start comments loop --> <{if $comment_mode == "flat"}> <{include file="db:system_comments_flat.html"}> <{elseif $comment_mode == "thread"}> <{include file="db:system_comments_thread.html"}> <{elseif $comment_mode == "nest"}> <{include file="db:system_comments_nest.html"}> <{/if}> <!-- end comments loop --> </div> <{/if}>


also, i add alt and title tag

5
T00N2009
Re: theme suico and x-center
  • 2010/11/10 1:10

  • T00N2009

  • Just popping in

  • Posts: 37

  • Since: 2009/5/12


hello kris

thanks for the template. The blocks of this module doesent show up or render. The permissions and everything is ok but still they dont show up. Am i the only one having this problem is teh module having more troubles?

thanks

6
beduino
Re: theme suico and x-center
  • 2010/11/10 22:37

  • beduino

  • Friend of XOOPS

  • Posts: 35

  • Since: 2005/2/26


Thanks Kris!

Login

Donat-O-Meter

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

Latest GitHub Commits