291
goffy
Re: Add page
  • 2016/1/20 18:06

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

which theme are you using?



292
goffy
Re: Add page
  • 2016/1/20 14:15

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

doesn't mean "show_lblock" => show left block?



293
goffy
Re: Block background
  • 2016/1/11 13:55

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi bleekk, yes, of course.

But a property/option solution would be quite nicer
and can be used by everyone, also dummies



294
goffy
Block background
  • 2016/1/11 6:18

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


I have a wish to our core developers:

I have created my latest websites as real onepage-website, and I am using only blocks to provide all information/functionallities.
If I want to have a striped design or different backgrounds for the different blocks, I solved it at the moment in the way, that I defined diffent backgrounds for the block groups (e.g. left blocks = grey, top left block = white, top center block = dark grey, top right block = white, and so on...)
But now I can only but one block in one area.
It would be helpful, if it would be possible to define for each block himself the background when editing the block properties/options (like weight, visible in...)

I hope, its clear, what I mean



295
goffy
Re: Publisher 1.02 RC-5 available for testing
  • 2016/1/10 15:09

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


once, you have selected an image for an item, it is not possible to delete the image again

I fixed this problem by modifying assets/js/publisher.js and class/item.php

I create a pull request on github



296
goffy
Re: Bug in formselectuser.php in 2.5.7.1
  • 2016/1/4 11:34

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


This bug is still existing in xoops 2.5.7.2

Is Xoops 2.5.7 on github? It didn't find it



297
goffy
Re: Publisher 1.02 RC-5 available for testing
  • 2015/12/29 11:48

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

found two additional bugs:
missing upload directory for category images: uploads/publisher/images/category/
I changed include/onupdate.php

after fixing this, still error when uploading category image
admin/category.php:
REM line 85
line 86: replaced Quote:
if (!is_readable($tmp_name) || !($tmp_name = $temp3['tmp_name'])) {
by Quote:
if (!is_readable($temp['tmp_name']) || ($temp['tmp_name'] == '')) {


I'll create pull request for github



298
goffy
Re: Publisher 1.02 RC-3 available for testing
  • 2015/12/23 20:31

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


I found it

There are 3 bugs in admin/clone.php:

line 118
Quote:
if ($handle == opendir($path)) {

has to be replaced by
Quote:
if ($handle = opendir($path)) {


line 158
Quote:
if (!file_exists($imageBase = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/module_logo.png')) || !file_exists($font = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/VeraBd.ttf'))) {

has to be replaced by
Quote:
if (!file_exists($imageBase = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/logo.png')) || !file_exists($font = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/VeraBd.ttf'))) {


line 177
Quote:
imagepng($imageModule, $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/module_logo.png'));

has to be replaced by
Quote:
imagepng($imageModule, $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/logo.png'));


I created a pull request on github, I hope it works, it is everytime a challenge for me to work with github

Continuing tests



299
goffy
Re: Publisher 1.02 RC-3 available for testing
  • 2015/12/23 15:50

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

I tested current version from github 1.02 RC4

I tried to clone the module and got following error:
Quote:
Atention, we failed creating the new module logo. Please consider modifying images/module_logo.png manually!


but the new folder is empty, maybe the error was not directly caused by creation of logo.



300
goffy
Re: New responsive theme for XOOPS
  • 2015/12/17 11:43

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


looks great

thank you for sharing




TopTop
« 1 ... 27 28 29 (30) 31 32 33 ... 43 »



Login

Who's Online

173 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 173


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