5281
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



5282
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.



5283
Mamba
Re: Best Web Hosting for Xoops
  • 2015/12/23 5:57

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Well, since Arvixe is hosting our Website, I would like to support them, and it would be great if XOOPS users would support them too

If anybody has any issues with Arvixe, please let me know, and I'll try to help, where I can. We had couple of months an issue with one of my clients, and they were very helpful and the issue was fixed right away!

Please also remember that in addition to the nice discount for XOOPS users, when you buy the hosting with them through the XOOPS link, XOOPS will be pre-installed for you, which saves a lot of time!

Resized Image
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5284
zyspec
Re: Best Web Hosting for Xoops
  • 2015/12/23 4:11

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I can't speak to Arvixe, etc. mentioned above. I've been using inmotionhosting.com for a while now for all of my XOOPS and non-XOOPS based sites (for USA clients). They're always responsive (and knowledgeable) if I need help, they don't overload their servers and pricing is competitive



5285
Dante7237
Re: Best Web Hosting for Xoops
  • 2015/12/23 1:37

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


I'm aware this is hosted on Arvixe.
I seem to recall 1&1 being an EIG company too.
There are so many companies they bought up it's ridiculous to think they could provide customer service for all of them.

When I was a HostGator customer EIG purchased them, and promptly relocated the servers. My site was never the same. And instead of a guy in Houston answering the help desk, I got outsourced crap service from Pakistan.

Moved to Arvixe, only to have the same thing happen.
A2's customer service was prompt and to the point the only time I had any question for them.
I could actually make out what they were communicating, rather than the garbled, broken english I had seen with Hostgator and Arvixe.

Just my opinion.



5286
Mamba
Re: Best Web Hosting for Xoops
  • 2015/12/22 5:58

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


So far I don't have any problems with Arvixe, and I have several of my websites hosted there.

As a matter of fact, the main XOOPS website, the one you're reading right now, is hosted on Arvixe, and they also give XOOPS users nice discount.

However, 1&1 has been lately a disappointment for me, as they still didn't fix my issues, and don't bother to call me back or email with the status update.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5287
Runeher
Re: background
  • 2015/12/21 21:59

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Right click in your browser and select "Inspect element". It will show you where in the css to change.



5288
Runeher
Re: xBootstrap 3 Theme
  • 2015/12/21 20:44

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Hi, to get Googlebot to accept changes to the responsive theme, I had to delete Disallow: /themes/ in robots.txt

I tried to add
Allow: *.css
Allow: *.js

but that didn't work...

Users should test their responsive site here: https://www.google.com/webmasters/tools/mobile-friendly/

Apparently Googlebot uses js and css to read the mobile theme, so restricting access to /themes is not good for the result...



5289
Dante7237
Re: Best Web Hosting for Xoops
  • 2015/12/21 18:34

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


Any host that is NOT affiliated with EIG is your best bet.
Secondary consideration is cost.
Bluehost/hostgator/arvixe and a long list of others are owned by EIG.
They ruined the customer support, and services as soon as they bought them.

I've been very happy with A2 hosting. It's a bit more expensive, but I don't have to deal with "Billy and Susie" from Pakistan when seeking assistance.



5290
fabou78
Re: Hilight current module in main page nav-bar
  • 2015/12/21 17:17

  • fabou78

  • Friend of XOOPS

  • Posts: 43

  • Since: 2012/6/16


Following Bleekk lead and some search on internet I came to use php fuction strripos as follow

{if (!strripos($xoops_requesturi, '/modules/newbb') === false)}>active<{/if}

Seem to be doing the job fine...




TopTop
« 1 ... 526 527 528 (529) 530 531 532 ... 29425 »



Login

Who's Online

664 user(s) are online (170 user(s) are browsing Support Forums)


Members: 0


Guests: 664


more...

Donat-O-Meter

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

Latest GitHub Commits