51
heyula
Re: use smartys in theme
  • 2021/11/27 8:48

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


Quote:
function.xoMemberInfo.php
Not working in new Publisher module

function smarty_function_publisher_latest($params, &$smarty
{
    
defined("XOOPS_ROOT_PATH") or die("XOOPS root path not defined");

    include_once 
XOOPS_ROOT_PATH '/modules/publisher/include/common.php';
       
    
$publisher =& PublisherPublisher::getInstance();
    
$myts =& MyTextSanitizer::getInstance();    

    
$itemsObj $publisher->getHandler('item')->getItems($limit 1$start 0'', -1$sort 'datesub'$order='DESC'''true$criteria nulltrue);
    
$totalItems count($itemsObj); 
    
    for ( 
$i 0$i $totalItems$i++ ) {
        
$title $itemsObj[$i]->title(); 
        
$images $itemsObj[$i]->getImages(); 
        if (
is_object($images['main'])) { 
                
$image XOOPS_URL '/uploads/' $images['main']->getVar('image_name'); 
            } 
        
        switch (
$params['ret']) {
            case 
'image':
                echo 
$image;        
                break;
            
            case 
'title':
                echo 
$title;
                break;
            
            default:
                echo 
$image;
                break;
        }
        
    }
}
?>
I think there is a problem because of the following codes
defined("XOOPS_ROOT_PATH") or die("XOOPS root path not defined");

    include_once 
XOOPS_ROOT_PATH '/modules/publisher/include/common.php';
       
    
$publisher =& PublisherPublisher::getInstance();
    
$myts =& MyTextSanitizer::getInstance();    

    
$itemsObj $publisher->getHandler('item')->getItems($limit 1$start 0'', -1$sort 'datesub'$order='DESC'''true$criteria nulltrue);



52
heyula
My New Xoops Project
  • 2021/11/22 11:41

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


Resized Image


Modules Used :

- Publisher
- xforms
- xmcontent

Demo:

https://www.togaysan.com.tr/



53
heyula
Re: My Latest Xoops Project
  • 2021/10/8 21:46

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


Thanks for your nice comments.

Finally, I adapted the slideshow module for the slide section.

Resized Image


I adapted mymenus module for menus

Resized Image



54
heyula
My Latest Xoops Project
  • 2021/10/7 12:47

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


Resized Image


Resized Image


Resized Image


Resized Image


My new xoops project I'm working on.

I continue to develop the site

Modules I Use

- Publisher
- Xmnews
- Xoops Faq
- Xmcontent
- Tag
- Slideshow
- Contact Us

Demo:

https://www.invitahome.com/

Hasta Yatakları



55
heyula
Re: THEME CONSTRA
  • 2021/9/27 8:11

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


Which module blocks do you want to use?



56
heyula
Product Comparison Module
  • 2021/8/3 15:20

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


Product Comparison Module

a module created with modulebuilder.

Resized Image


Resized Image


Resized Image


Demo:

https://xoops.erenyumak.com/modules/xhcontent/products.php

I will post it soon



57
heyula
Re: wgDiaries 1.03 RC1 ready for testing
  • 2021/6/18 11:35

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


I just tested the module it's really nice.



58
heyula
Xoops Bootstrap 5 Theme
  • 2021/6/13 20:06

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


Xoops Bootstrap 5 Theme

Hello friends;

I started a new Bootstrap 5 compatible theme for Xoops users.

Waiting for your comments and suggestions.

Resized Image


XMNEWS:

Resized Image


PUBLISHER:

Resized Image


CONTACTS:

Resized Image



59
heyula
Re: Spotify Api v1.07 RC 3
  • 2021/4/10 16:59

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


Thanks for sharing



60
heyula
Re: xmnews 1.5 Final Released
  • 2021/2/7 10:11

  • heyula

  • Theme Designer

  • Posts: 599

  • Since: 2008/4/24


Great module thanks a lot.
New blocks have been great .




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 25 »



Login

Who's Online

151 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 151


more...

Donat-O-Meter

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

Latest GitHub Commits