81
heyula
Re: New theme wgskiclub
  • 2019/11/13 16:15

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


@goffy

Wglinks this module would be great if you share it great.



82
heyula
Re: New theme wgskiclub
  • 2019/11/13 5:32

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Thanks wonderful theme.



83
heyula
Re: Wfdownloads 3.30 Beta-1 for XOOPS 2.5.9 and PHP 5.6+
  • 2019/6/27 5:01

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


@Zyspec
Thanks.



84
heyula
Re: Wfdownloads 3.30 Beta-1 for XOOPS 2.5.9 and PHP 5.6+
  • 2019/6/26 17:35

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Quote:

zyspec wrote:
Unfortunately it looks like Mamba forgot to rewrite part of the install function in the ./include/oninstall.php file. You might try replacing lines 41-64 (the xoops_module_pre_install_wfdownloads function) with:
function xoops_module_pre_install_wfdownloads(XoopsModule $module)
{
    include 
__DIR__ '/common.php';
    
/** @var XoopsModulesWfdownloadsUtility $utility */
    
$utility = new XoopsModulesWfdownloadsUtility();
    
//check for minimum XOOPS version
    
$xoopsSuccess $utility::checkVerXoops($module);
    
// check for minimum PHP version
    
$phpSuccess   $utility::checkVerPhp($module);
    if (
false !== $xoopsSuccess && false !==  $phpSuccess) {
        
$moduleTables =& $module->getInfo('tables');
        foreach (
$moduleTables as $table) {
            
$GLOBALS['xoopsDB']->queryF('DROP TABLE IF EXISTS ' $GLOBALS['xoopsDB']->prefix($table) . ';');
        }
    }
    return 
$xoopsSuccess && $phpSuccess;
}


That should at least get you past the pre-install check for PHP and XOOPs versions.

I get an error in setup
Error: Class 'WfdownloadsUtility' not found



85
heyula
Re: hack newbb rate & quickreply to facebook style
  • 2019/6/26 16:09

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


thanks for sharing.



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

  • heyula

  • Theme Designer

  • Posts: 590

  • 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



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

  • heyula

  • Theme Designer

  • Posts: 590

  • 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}>
<!-- 
Slider -->
    <
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>
    <!-- 
End Slider -->


Can we run this code for the current publisher



88
heyula
New Download Theme
  • 2019/6/14 13:55

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Hi guys;

I made a new download theme.
Bootstrap 4.3

Home:
Resized Image


Content:
Resized Image


Category:
Resized Image


Demo:
https://demo.erenyumak.com/



89
heyula
Re: publisher usage
  • 2019/5/30 6:12

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


I also prefer to use 1.

Note:
It would be great if there was a section where I could add additional fields to the publisher module.



90
heyula
Blog Theme
  • 2019/5/22 16:34

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


Hello;

A nice blog theme for xoops.

Resized Image


Resized Image


Demo:
https://demo.erenyumak.com/

Download:
https://erenyumak.com/modules/themes/item.php?itemid=19




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 24 »



Login

Who's Online

261 user(s) are online (177 user(s) are browsing Support Forums)


Members: 0


Guests: 261


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