21
Bleekk
Re: new theme for xoops.org
  • 2017/1/9 15:08

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Thanky peekay, this is great.
I will add the changes asap.

@mage,mamba
if we decide to take a new download module for the working modules and use the old one then it would be great to have a developer who will maintain a module.
so mamba, what do you this about this idea to use a new module for downloads?

22
geekwright
Mobile issue

First, love this theme!

I ran in to a problem with the publisher main page when I was looking in with my phone.

Back on the desktop, playing in chrome I was able to get a better idea of what I was seeing. I didn't look for the cause, just tried to reproduce it.

When I am signed in, and shrink the window to the point where the top menu collapses, everything looks great, but I can't click on any of the links to the full articles. A simple inspect shows me that the search block is invisibly covering the content?

When going in anonymously, in the same conditions, the header of the login block covers the entire page.

Resized Image


Other than that issue, everything looks fantastic from tiny to huge. Thanks for all the great work you've put in!

23
Bleekk
Re: Mobile issue
  • 2017/1/12 9:26

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Hi,

the problem is the publisher module and I think all other modules have the same problem.
On the publisher index page the articles display only the first 200 character.
if you use tags like
[center] or [url]
they will be cut off at the and of the 200 chars.

first problem is that this tags are also counted as chars and the second is that they are cut off. so you can have a opening tag but now closing and that breaks the whole design of the website.

24
Bleekk
Re: new theme for xoops.org
  • 2017/1/12 12:29

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


@Mage
Unfortunately mamba did not answer yet.
Can you make the changes for TDMDownloads to make it compatible with xoops 2.5.9?
It would be great to use on the xoops website and to offer it to the users.

I would like to test it and to make/improve the bootstrap templates.

25
Mage
Re: new theme for xoops.org
  • 2017/1/12 16:54

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Hello,

I work on it, I keep you informed as soon as you can install it!

Thank you

26
Mage
Re: new theme for xoops.org
  • 2017/1/12 20:02

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


TDMDowloads 1.65 Beta 1 compatible with xoops 2.5.8 and 2.5.9:

https://github.com/GregMage/TDMDownloads/tree/Version_165

27
Bleekk
Re: new theme for xoops.org
  • 2017/1/12 20:28

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Just downloaded :)
I will test it tonight and over the weekend.

can someone of you guys look at the problem described in the post #23

28
Bleekk
Re: new theme for xoops.org
  • 2017/1/12 21:15

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Hi Mage, On the admin->categories site the categories are now showing. I look in the code and found this (sorry I am not a php pro :) ) File admin/category.php line 51
foreach (array_keys($category_ArrayTree) as $i) {
this instead
foreach (array_keys($downloads_cat) as $i) {
line 53
echo '<td align="left" ><a href="' XOOPS_URL '/modules/TDMDownloads/viewcat.php?cid=' $i '">' $category_ArrayTree[$i] . '</a></td>';
this instead
echo '<td align="left" ><a href="' XOOPS_URL '/modules/TDMDownloads/viewcat.php?cid=' $i '">' $downloads_cat[$i]->getVar('cat_title') . '</a></td>';
now the categories are showing. I hope I am right here

29
geekwright
Re: Mobile issue

That might be a problem, but it is not the problem I encountered.

Only happens at smaller window widths - 767px is where it starts.

All links -- the title, author and "read the complete article" links included, do nothing. The browser won't recognize the link exists, as it is covered by a transparent layer that seems to be the top right block title area (author area).

When you log out and go to the screen, the same thing happens, with the non-transparent login block title.

Happens consistently on multiple devices, browsers and networks. At 768px or wider, everything works fine. (Several tablets worked fine in landscape, but failed in portrait orientation.)

Quote:

Bleekk wrote:
Hi,

the problem is the publisher module and I think all other modules have the same problem.
On the publisher index page the articles display only the first 200 character.
if you use tags like
[center] or [url]
they will be cut off at the and of the 200 chars.

first problem is that this tags are also counted as chars and the second is that they are cut off. so you can have a opening tag but now closing and that breaks the whole design of the website.

30
Mage
Re: new theme for xoops.org
  • 2017/1/13 7:07

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


Hello,
No, it's not fair! You must take the branch "Version_165". Right here:

Https://github.com/GregMage/TDMDownloads/tree/Version_165


I did not put the changes on the master!

Login

Who's Online

189 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 189


more...

Donat-O-Meter

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

Latest GitHub Commits