21
hipoonios
Re: Extgallery nightmares...
  • 2014/2/16 9:07

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


There is a problem with the "download original" feature. It doesn't work with low resolution pictures.

Try upload a 640x480 picture and download it. You will get the same picture that is used online.

Another guy reported a similar problem in 2010 here. Unfortunately his fix did not work.

This is not a permission thing. I think it's a bug in the public-download.php file.



22
hipoonios
Re: Xoops 2.6.0 alpha 3 issues
  • 2013/12/21 22:57

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Composer might be good but I don't think that should be used in the final version.

Xoops should be easy to install and use. Or else no one will use it.

Anyway, installed Composer and xoops 2.6 without problems. I will help to test this new alpha version and report problems if found any.
I love Xoops!



23
hipoonios
Re: Hack: FastComment by Voltan, please test on XOOPS 2.5.6
  • 2013/12/21 13:03

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


This hack works fine besides these small bugs:

1. If you comment as a anonymous user and enter a name then it will be in lowercase.

eg. Clark Kent will be clark kent.

2. The recent comment block still displays the name as anonymous user and not the name you entered.

Ps. I need a fast comment template for the Publisher module. Anyone?



24
hipoonios
Re: TDMDownloads 1.62 Final released for XOOPS 2.5.5
  • 2012/12/25 10:11

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


On line 217. Just above this line:

$xoopsTpl->assign('lang_thereare'sprintf(_MD_TDMDOWNLOADS_SEARCH_THEREARE,$downloads_Handler->getCount($criteria_2)));


Have no idea if that is the best place. But it works



25
hipoonios
Re: TDMDownloads 1.62 Final released for XOOPS 2.5.5
  • 2012/12/25 6:28

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Thank you very much Mamba.

The file size fix worked perfectly.

The block problem kinda worked. If you add that code you will only see 1 download even if you have more in database.

But solved it by adding the line a little higher up in search.php.



26
hipoonios
Re: TDMDownloads 1.62 Final released for XOOPS 2.5.5
  • 2012/12/24 5:48

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Two problems I found in TDMDownloads 1.62

1. On the search page the file size does not appear (/modules/TDMDownloads/search.php)

Instead it shows: _AM_TDMDOWNLOADS_NUMBYTES

This seems to be more than a language problem.

Resized Image



2. There is a problem with the Random Downloads block. Try to place it on the TDMDownloads module and go to /modules/TDMDownloads/search.php

This is messing up the entire table with random letters and numbers.
Resized Image



27
hipoonios
One block feature I'm missing from older Xoops versions
  • 2012/12/21 20:29

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


In earlier Xoops versions could you choose on which pages in a module you want to place your blocks.

Now you can only place the blocks on all module pages. See the screen shot below to understand what i mean.

Resized Image



28
hipoonios
Re: Make a top submitters list for TDMDownloads
  • 2012/12/21 20:21

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Sure

Xoops version 2.5.5
TDMDownloads 1.62
Php version 5.2.6
MySQL version 5.0.51



29
hipoonios
Re: Make a top submitters list for TDMDownloads
  • 2012/12/21 8:38

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Thanks for replying.

I want it on a page.

I'm using this code to include pages on my site:

<?php
if (file_exists("mainfile.php")) {
    include(
"mainfile.php");
}
elseif(
file_exists("../mainfile.php")) {
    include(
"../mainfile.php");
}
else {
    include(
"../../mainfile.php");
}
include(
XOOPS_ROOT_PATH "/header.php");
$xoopsTpl->assign('xoops_showrblock'1); // 1 display right blocks
$xoopsTpl->assign('xoops_showlblock'1); // 1 display right blocks 
$xoopsTpl->assign('xoops_pagetitle'"Contributors");
?>

MY CODE HERE

<?php
include(XOOPS_ROOT_PATH "/footer.php");
?>

I have figured that I need to get the userid's from the tdmdownloads_downloads table and submitter field. And count them somehow.

I'm trying to this FAQ. But no luck.

https://xoops.org/modules/smartfaq/faq.php?faqid=192



30
hipoonios
Re: Newbb 4.3
  • 2012/12/21 6:43

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Just found a simple bug. If you quote a post and click preview button the quoted text will mess up the page.




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



Login

Who's Online

216 user(s) are online (113 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