31
Bleekk
Re: Publisher 1.05 RC 2 for XOOPS 2.5.9 and PHP 7.1 Released for Testing
  • 2017/9/19 12:43

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Does this happen only when you change a article or also when you create a new one?



32
Bleekk
Re: 2 problems
  • 2017/9/18 8:05

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


You can change the date format in the module preferences



33
Bleekk
Re: Accesing page in a turned off XOOPS site
  • 2017/7/8 17:48

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


my first thought is not to close the site but to restrict the modules only to members.
you can then grant access to modules you want to show to anonymous users



34
Bleekk
Re: Xoops Tags and char limit in modules
  • 2017/7/5 16:32

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Does this also prevent that xoops tags will be counted as chars?



35
Bleekk
Xoops Tags and char limit in modules
  • 2017/7/4 7:31

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Hi all,

I hope someone of the module developers can help here.
Following problem:
When you set a limit to the chars of a article, like in the latest news, the xoops tags will be counted as chars. Which result in a problem because they will be cut off if the limit of chars exeeds. The next problem is that then the html is not valid.
If you have something like this
[b]this is a bold line[/b]
then the it counts 26 chars instead of 19. And if it cuts of the closing tag then the rest of the article, maybe the complete website is bold.
You can see it herehttps://xoops.org/modules/publisher/
The first article destroys the design of the complete website.
This is not a probem with publisher but with all other modules.



36
Bleekk
Re: extgallery and java version error
  • 2017/6/27 6:40

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Hi Goffy,

Ich habe an dem Modul gearbeitet und es versucht zu verschlanken. Dieses extended uplaoad habe ich auch rausgenommen. Alfred hat bei dem Modul noch weitere Bugs ausgebessert. Ausserdem gibt es neue bootstrap templates.
https://github.com/bleekk/extgallery

Wenn du Zeit hast, teste es bitte



37
Bleekk
Re: Default title for the news comments ?
  • 2017/6/18 9:48

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Thanks to geekwright it is fixed now



38
Bleekk
Re: Setting the block
  • 2017/6/18 9:41

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Here are screenshots of the result
First naming the block
Resized Image

and the result
Resized Image



39
Bleekk
Re: Setting the block
  • 2017/6/18 9:35

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


here is the code that I have tested with xoops 2.5.9 RC1 and the xbootstrap theme. I tested it now only with the leftblocks but it will work will all blocks. open themes/xbootstrap/tpl/leftBlock.tpl and change your code of the block to this
<{if $xoBlocks.canvas_left}>
    <
div class="col-sm-3 col-md-3 xoops-side-blocks">
        <{foreach 
item=block from=$xoBlocks.canvas_left}>
            <
aside <{if $block.title && strpos($block.title'|') != false }> class="<{$block.title|substr:0:8}>" <{/if}>>
                <{if 
$block.title}><h4 class="block-title"><{if strpos($block.title'|') != false }><{$block.title|substr:9}><{else}><{$block.title}><{/if}></h4><{/if}>
                <{
$block.content}>
            </
aside>
        <{/foreach}>
    </
div>
<{/if}>
short explanation what I am doing here. The new css class will always have 8 characters, like block-01. In the aside-tag I am checking if the title has a | in it, and if so I will take the part before | as my class. In the title of the block I again need to check if the title has a | in it, and if so I will only display the text behind | as my title, else it will display the complete title then I define some css classes in my theme.html (you can also define them in the style.css)
.block-01{background#5CB85C;}
.block-02{background#C3C3C3;}
.block-03{background#333333;}
Now when you want to change the style of a block you need only to name the block like the class For examle if you wan to change the main menu block you will name it "block-01|Main Menu" I hope you understand everything here



40
Bleekk
Re: Setting the block
  • 2017/6/17 7:05

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


No, it is not only valid for content of the block, it is valid for all html that is inside the foreach loop of the blocks.




TopTop
« 1 2 3 (4) 5 6 7 ... 69 »



Login

Who's Online

136 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 136


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