51
snow77
Re: PHP 4 is dead !
  • 2007/7/18 1:59

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


Quote:
see the cerrent xoops, 2.0.16, works in php5, but its a bit bugy


Could you please report the bugs somewhere? I have at least 5 XOOPS 2.0.16 sites all working on php5 and have not seen the bugs.
www.polymorphee.com
www.xoopsdesign.com



52
snow77
Re: Excerpts For XPress Index Page
  • 2007/7/17 2:10

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


On code view in the wp text area the code "more" is not working?
Excerpt intro text here <!--more--> the rest of the text here
www.polymorphee.com
www.xoopsdesign.com



53
snow77
Re: Which XOOPS Module Is This?
  • 2007/7/14 2:16

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


mm,,well I don't know well enough wordpress as a module but I know it as standalone software.

When you edit a wordpress post you see a textarea....I don't know if you see the XOOPS textarea or wp text area...if it's wp text area on top it says "visual" or "code"...when you switch to code you see a "more" tab, clicking it inserts the more code for wp which is:

<!--more-->


once that code is there you can divide you post into the intro and read more part; after the more code you put in the extended text.
www.polymorphee.com
www.xoopsdesign.com



54
snow77
Re: Which XOOPS Module Is This?
  • 2007/7/14 2:03

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


that is mainly a wp related question. you do that by switching to code view and pressing the more tab on top on the wp text area edition panel, I don't think they are excerpts.
www.polymorphee.com
www.xoopsdesign.com



55
snow77
Re: Moving to Php5 definitively
  • 2007/7/10 22:37

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


I agree with Nekro!

I won't have a hosting that's not upgraded enough to handle PHP5, if there's a hosting/application that has outdated software and won't provide upgrades it means their bad.

[edit]adding more...

almost forgot..for developers PHP5 means ALOT...it gives them more and better functions to work with

btw, 2.0.16 by Skalpa runs perfectly on PHP5 so it's more a module issue than core issue I think.
www.polymorphee.com
www.xoopsdesign.com



56
snow77
Re: 7-Dana Soft : Block are vertically centered . How and where to change?
  • 2007/7/4 20:21

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


Try finding in your style.css the style table td and add this line to it:

vertical-align: top;

That might work as long as there is no other style overriding this one or causing conflict.
www.polymorphee.com
www.xoopsdesign.com



57
snow77
Re: News Topic Images
  • 2007/7/1 19:03

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


forgot to say this, if you modify news_item.html you save the template not in the module templates folder but instead inside a new folder structure you create in your theme folder like this: your theme > modules > news > news_item.html

> then erase templates_c (except index.html) to refresh cache.

This is template overriding, part of the new templating functions XOOPS has. I don't advise the template cloning feature in the system functions. Your custom templates will always be safer in the themes folder.
www.polymorphee.com
www.xoopsdesign.com



58
snow77
Re: News Topic Images
  • 2007/7/1 18:47

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


I think that is in the news_item.html news template on line number 12:

<td><div class="itemBody"><{$story.imglink}><class="itemText"><{$story.text}></p></div></td>

and it is <{$story.imglink}> you want to add a class to. You can embed it in a span like this:

<span class="mynewstyle"><{$story.imglink}></span>

or in the style.css of your theme add something like this:

.itemBody img {margin:10px; float:right;}
www.polymorphee.com
www.xoopsdesign.com



59
snow77
Re: Moved my Xoops site, but menu does not show correctly
  • 2007/7/1 16:34

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


in the style.css #mainmenu a {} should have display: block; , maybe it's this.

quoting Alex_GreyQuote:
http://www.alexandria66.nl/xoops.css is missing?
in my opinion this stylesheet is obsolete and all that styling is already or should be managed in the theme stylesheets.
www.polymorphee.com
www.xoopsdesign.com



60
snow77
Re: [XoopsTeam] kris_fr - Design and Documentation - member
  • 2007/6/14 18:56

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


I repeat:

Please DO NOT add me or propose me as part of any group or team. I DO NOT make part of any of the new administrative restructuring of XOOPS or whatever policies or plans it has in an official way.

I am just an independent theme designer, and that's how I'll stay. Thank you anyways for those who have kept me in mind.
www.polymorphee.com
www.xoopsdesign.com




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 65 »



Login

Who's Online

250 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 250


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