51
Bleekk
Re: Myltiple social media feed and overview by user selection
  • 2017/5/27 16:59

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


inspired by the queston of @RamteamJax I have created a small module to display feeds from instagram, facebook, twitter, pinterest, vk and rss.

you can see a working demo on this sitehttp://restaurant.bleekk.com/modules/xoopsfeeds/
(it is a theme that I am currently working on)

as soon as I have finished the block to display also the feeds I will release it



52
Bleekk
Re: New responsive theme for xoops - xSimpleblocks
  • 2017/5/27 5:18

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Hi, i do not understand the discussion here.
The first post is all about a new theme and it ends with extgallery.

Please submit all extgallery bugs in the right forums and not here.

Try this one here because i have changed a lot. There are also new bootstrap templates
https://github.com/bleekk/extgallery



53
Bleekk
Re: Google structured data - search box code modification
  • 2017/5/21 19:34

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


What are you talking about?
Where is this code from?
How is it used?
What does it do?
Is there any instruction?



54
Bleekk
Re: NewsMag Lite for xoops?
  • 2017/5/19 9:11

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


It depends of the template and if the modules needs to be changed to achieve the look of the desired theme.
Write down your modules that you use and ask for a quote. I am sure you will get some offers over the pm



55
Bleekk
Re: upgrade from version 2.5.6 to version 2.5.8
  • 2017/5/8 14:07

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


see here
https://xoops.org/modules/news/article.php?storyid=6762

And always remeber:
Make a full backup of site files and database!!!!!

You should first try it local to see if all your modules will work after the upgrade



56
Bleekk
Re: Publisher Random Item Image
  • 2017/5/7 8:19

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Add this line to the Block function
$block['title']            = $itemsObj->title();



57
Bleekk
Re: Publisher Random Item Image
  • 2017/5/6 18:31

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


items_random_item.php change the publisher_items_random_item_show function
function publisher_items_random_item_show($options)
{
    
$block     = array();
    
$publisher PublisherPublisher::getInstance();
    
// creating the ITEM object
    
$itemsObj $publisher->getHandler('item')->getRandomItem('', array(PublisherConstants::PUBLISHER_STATUS_PUBLISHED));

    if (!
is_object($itemsObj)) {
        return 
$block;
    }

    
$block['content']       = $itemsObj->getBlockSummary(300true); //show complete summary  but truncate to 300 if only body available
    
$block['id']            = $itemsObj->itemid();
    
$block['url']           = $itemsObj->getItemUrl();
    
$image                  $itemsObj->getMainImage();
    
$block['image']     = $image['image_path'];
    
    if(!
$block['image']){
        
$block['image'] = "path_to_your_default_image";
    } 
    
    
$block['lang_fullitem'] = _MB_PUBLISHER_FULLITEM;

    return 
$block;
}
in template add this
<img src="<{$block.image}>"/>



58
Bleekk
Re: Publisher Random Item Image
  • 2017/5/6 17:42

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


which one? post it please



59
Bleekk
Re: Publisher Random Item Image
  • 2017/5/6 17:02

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Which Code do you use now?



60
Bleekk
Re: XoopsTube 1.07 Beta and Xoops 2.5.9 beta
  • 2017/5/3 20:49

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


The 2 bugs are corrected
https://github.com/bleekk/xoopstube

If you want do use more then 255 chars in the description you will need to reinstall the module




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



Login

Who's Online

240 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 240


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