2021
Mamba
Re: newbb on xoops.org
  • 2019/6/24 11:10

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


NewBB 5.0 and XOOPS 2.5.10
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2022
goffy
newbb on xoops.org
  • 2019/6/24 9:40

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

which version of newbb is used on xoops.org?

with latest version from https://github.com/XoopsModules25x/newbb I get an error when I want to have the list with recent topics (like it is possible on xoops.org)
Quote:
Error: Cannot use string offset as an array in Datei /modules/newbb/class/TopicRenderer.php Zeile 745


I use:
Xoops 2.5.10
Latest Version of NewBB from github



2023
Mamba
Re: YAXS: indir.top
  • 2019/6/22 17:36

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Great design!!!!

Thank you for sharing!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2024
heyula
YAXS: indir.top
  • 2019/6/20 17:35

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


Hi Guys;

My new project:

Program and Games download site.

Web Site: https://indir.top/

Xoops Version 2.5.10 Final

Modules Used:
* TDMDownloads
* Contact

Home View:
Resized Image


Application search:
Resized Image


Module Home:
Resized Image


Category View:
Resized Image


Content View:
Resized Image


TDMDownloads Extra Fields Management Hack (became more useful)
Resized Image


program indir



2025
goffy
Re: Publisher SliderProblem
  • 2019/6/20 11:56

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

btw you should try to split php and html code - create a tpl-file and assign with smarty vars is the better way



2026
goffy
Re: Publisher SliderProblem
  • 2019/6/20 11:48

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

1) I do not know which file you mean? want do you want to achieve?
2) did you try the code? try and error is the best teacher I learned php also myself most with try and error but ofcourse I am always willy to help

kind regards
goffy



2027
heyula
Publisher SliderProblem
  • 2019/6/19 16:36

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


Working on older versions of the publisher

<{php}>
include_once 
XOOPS_ROOT_PATH '/modules/publisher/include/common.php';
$publisher =& PublisherPublisher::getInstance();
$myts =& MyTextSanitizer::getInstance();
$itemsObj $publisher->getHandler('item')->getItems($limit 10$start 0, array(_PUBLISHER_STATUS_PUBLISHED), -1$sort 'datesub'$order='DESC'''true$criteria nulltrue);
$totalItems count($itemsObj);

global 
$items;
$items = array();
if (
$itemsObj) {
        for ( 
$i 0$i $totalItems$i++ ) {

            
$newItems['itemid']       = $itemsObj[$i]->itemid();
            
$newItems['title']        = $itemsObj[$i]->title();
            
$newItems['body']         = $itemsObj[$i]->body();
            
$newItems['votes']        = $itemsObj[$i]->votes();
            
$newItems['image']        = XOOPS_URL '/uploads/blank.gif';
            
$images $itemsObj[$i]->getImages();
            if (
is_object($images['main'])) {
                
$newItems['image'] = XOOPS_URL '/uploads/' $images['main']->getVar('image_name');
            }
        
$items[] = $newItems;
    }
}
<{/
php}>

    <
div id="slider">
        <
a href="#" id="prev" class="notext">a>
        <
a href="#" id="next" class="notext">a>
        
        <
div id="slider-content">
            <
ul>
            <{
php}>
        foreach ( 
$GLOBALS['items'] as $myrow )
        {
        
$GLOBALS['xoopsTpl']->assign('itemid'$myrow['itemid']);
        
$GLOBALS['xoopsTpl']->assign('title'$myrow['title']);
        
$GLOBALS['xoopsTpl']->assign('body'$myrow['body']);
        
$GLOBALS['xoopsTpl']->assign('votes'$myrow['votes']);
        
$GLOBALS['xoopsTpl']->assign('image'$myrow['image']);
<{/
php}>
                <
li>
                    <
div class="left-side">
                        <
a href="<{$xoops_url}>/modules/publisher/item.php?itemid=<{$itemid}>"><img src="<{$image}>" alt="<{$title}>" width="400px" height="200px"/>a>
                    div>
                    
                    <
div class="right-side" >
                        <
h1><a  href="<{$xoops_url}>/modules/publisher/item.php?itemid=<{$itemid}>" title="<{$title}>"><{$title}>h1>
                        <
p><{$body|truncate:220}>p>
                        
                        <
class="readmore"><a style="color:#ff0000" href="<{$xoops_url}>/modules/publisher/item.php?itemid=<{$itemid}>">ÊÊãÉ &raquo;a>p>
                    div>
                    
                    <
div class="cl">&nbsp;div>
                li>
                <{
php}>
        }
<{/
php}> 
            ul>
        div>
    div>
    


Can we run this code for the current publisher



2028
Mamba
Re: eCommerce Oledrion MyShop 2.35 RC1 for PHP 7.3.5
  • 2019/6/18 8:36

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
Hi Mamba glad you found the options :0

Well, these are the problems when you're trying to maintain a module that you didn't develop. There are sometimes features that you were not aware of, so it's always helpful to provide screenshot of "before" and "after" pointing to the difference.

The less time I spend on trying to figure out what the issue is, the more time I can spend on fixing the problem itself

Remember that I'm doing it in my free time, i.e. there are limited number of hours that I have spend on it, so I need to be very efficient and avoid unnecessary things ...

I'll look into the new issues that you have posted...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



2029
Yurdal
Re: eCommerce Oledrion MyShop 2.35 RC1 for PHP 7.3.5
  • 2019/6/17 18:35

  • Yurdal

  • Friend of XOOPS

  • Posts: 386

  • Since: 2005/3/27


Hi Mamba glad you found the options :0

I have download and installed the new version and now i see the options and made a small test:

Tried with a new installed without sample data:
Cant add more then 2 options end its not possible to change the title of the options:
options 1 Array
options 2 : replace me
dont matter what i do titles keep the default



2030
Mamba
Re: eCommerce Oledrion MyShop 2.35 RC1 for PHP 7.3.5
  • 2019/6/16 23:22

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I finally got to it.

Next time, it would be helpful to attach a screenshot of the differences, because I couldn't figure out what you meant with the options.
I had to find the old version, install it, to finally see the difference

There are still some issues with cache, and and some weird behavior with moving the options up and down, but at least I know now what we're looking at.

You can test it from here: https://github.com/mambax7/oledrion
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 200 201 202 (203) 204 205 206 ... 29425 »



Login

Who's Online

220 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 220


more...

Donat-O-Meter

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

Latest GitHub Commits