511
Bleekk
Re: using xoops for online newspaper
  • 2013/10/21 8:56

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Hi,

I am working right now with the xnews module. This one allows you to have article images.
http://sourceforge.net/p/xoops/svn/HEAD/tree/XoopsModules/xnews/trunk/modules/xnews/

There are a lot of designs for xoops. Plase take a look here
http://www.xoops-theme.com/modules/myalbum/themes.php?catid=98

Take a look at this one, maybe it needs a little bit work (it's one of my themes)
http://www.bleekk.com/demo/bleekk-news/modules/news/



512
Bleekk
Re: Publisher 1.0 Final ready for testing
  • 2013/10/20 20:23

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


I have played a little bit with the publisher module and there are couple of things that need improvements.
the code is full of smartsection code. there are blocks that can not be used with the publisher module. they need to be deleted because they are confusing users.

why is there no article/item picture anymore? the smarty for this picture is in all relevant templates. even in the block templates.

there are unused functions in the class files. for example there is a class to display the category image in the article but it is not used. with only one line of code you can also display category images in articles

is anyone developing this module?
thanks



513
Bleekk
Re: place div on homepage only
  • 2012/9/3 5:28

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Or you can use this smarty
<{$xoops_requesturi}>

- requested url (e.g. /modules/news/article.php?storyid=1)



514
Bleekk
Re: Module file for ____ not found
  • 2012/8/26 19:55

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


please read the description of the module. it is made for XOOPS 2.0.x.
these are very old modules and there is no guarantee that they will work with the current version.



515
Bleekk
Re: Module file for ____ not found
  • 2012/8/26 13:38

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


are we talking about this module that is not working:
https://xoops.org/modules/repository/singlefile.php?cid=105&lid=1823



516
Bleekk
Re: Module file for ____ not found
  • 2012/8/22 7:24

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


sorry but give us a sample what module does not work. which xoops version, sql, php version do you have.
turn on the debugger and post also the error messages.



517
Bleekk
Re: Having trouble centering a fixed width theme
  • 2012/8/7 14:36

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Do you have a link to your website?

There is nothing easier then centering a div.
Let's say you have following html

<div id="header">
    
Some header text
</div>

To center it you need following css:

#header{width: 900px; margin:0 auto;}

That's it! You do not need any other align or text-align

Imagine that your text in the header is centered and you want it to be on the left.
Then you need to change your css to this:

#header{width: 900px; margin:0 auto; text-align:left; }


That is all you need.



518
Bleekk
Re: Having trouble centering a fixed width theme
  • 2012/8/3 7:03

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


delete: "align: center" or "text-align:center"
margin: 0 auto; ist enough.

use css like zyspec described:
#headertable {width: 1000px; margin: 0 auto;}



519
Bleekk
Re: Website major redesign, please comment
  • 2012/7/2 15:00

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


deka this is really impressive work. one of the best I have seen for a long time.
Congrats!



520
Bleekk
Re: WURLF 2.01 Series for XOOPS 2.5 (Only)
  • 2011/12/29 11:56

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


A new version of this module is released. You can now load different themes for mobile devices or tables. That means that you can design templates and themes for each device.

Thank you very much wishcraft!

PS: here a video of this module
http://www.youtube.com/watch?v=ffeTy3ihR6Q&feature=g-upl&context=G2e39958AUAAAAAAAAAA




TopTop
« 1 ... 49 50 51 (52) 53 54 55 ... 69 »



Login

Who's Online

216 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 216


more...

Donat-O-Meter

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

Latest GitHub Commits