41
liomj
Re: Publisher and xoops 2.5.8 tests
  • 2017/3/21 16:54

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


List of Other articles in this category is not showing in article page

Latest Publisher from GitHub

Resized Image



42
liomj
Re: Publisher Random Item
  • 2017/3/21 2:02

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


Quote:

sabahan wrote:
ok i think got it..add featured image for random article

in items_random_item.php

$mainImage $itemsObj->getMainImage();
        
// check to see if GD function exist
        
if (!function_exists('imagecreatetruecolor')) {
            
$block['item_image'] = $mainImage['image_path'];
        } else {
            
$block['item_image'] = PUBLISHER_URL '/thumb.php?src=' $mainImage['image_path'] . '&w=' $imgwidth// No $imgheight for autoheight option
        
}


template publisher_items_random_item.html



<img src="<{$block.item_image}>" alt="" width="100" height="100" align="left" style="padding:5px;"/>


at first i got blank page because of this warning
//CAREFUL!! with many items this will exhaust memory
remove $block['lang_fullitem'] = _MB_PUBLISHER_FULLITEM;
notw its ok




How do i show more than 1 random item other than cloning this block ?



43
liomj
Re: extcal problem with xoops 2.581
  • 2017/2/21 4:46

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


Nevermind

if anyone have same problem just reupload all the module files and reupdate..fixed



44
liomj
extcal problem with xoops 2.581
  • 2017/2/21 3:51

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


PHP Version 5.6.30
mySQL Version 5.6.35
xoops 2.5.81
XOOPS extCal 2.39 RC-1

The modules/extcal/view_calendar-month.php is not display with the following message

WarningSmarty errorunable to read resource"db:extcal_view_calendar-month.tpl" in file /class/smarty/Smarty.class.php line 1100



45
liomj
Re: extcal problem - date minus one day ?
  • 2017/2/17 1:29

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


Quote:

goffy wrote:
Hi
did you already check, whether your provider changed something?


still having this problem

Indeed they have change something...will figure this out with my provider.

and now my temporary solution is changing it manually one by one



46
liomj
Re: Publisher Clone & xBootstrap Module
  • 2017/2/17 1:22

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


There is an easier way

1. Copy all files and folders in root/themes/xbootstrap/modules/publisher/ to root/modules/publisher/templates/ (replace files and folders)

2. Clone the publisher module

3. Now your clone publisher module using the bootstrap templates



47
liomj
Re: extcal problem - date minus one day ?
  • 2017/2/14 8:23

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


i didnt changed anything .
1. Nothing in preferences of extcal
2.the xoops timezone preferences is the same as before



48
liomj
Re: extcal problem - date minus one day ?
  • 2017/2/14 5:50

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


i just checked the value for event start and event end in the database are correct.... i used thishttp://www.timestampconvert.com/

but in the the extcal main page and and admin pagethe date of all events are changed to the date before the event

how do i solve this ?



49
liomj
extcal problem - date minus one day ?
  • 2017/2/14 5:28

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


Hye..

today when i opened one of my XOOPS website, all the submitted events in the extcal module changed to be the date before the event

example my event that is scheduled for today 14 Feb changed to 13 Feb in the extcalendar

all the events i submitted to extcal are affected including previous year and upcoming months

any quick solution other than to change manually it one by one ?

i have been using extcal since 2015 and i have more than 2000 events..this is first time i encounter this problem..


XOOPS 2.39
XOOPS 258



50
liomj
Re: The old themes in XOOPS core
  • 2017/2/2 5:53

  • liomj

  • Just popping in

  • Posts: 77

  • Since: 2012/4/10


thank you geekwright..

for the new theme maybe organize a competition and let the community decide by poll




TopTop
« 1 2 3 4 (5) 6 7 »



Login

Who's Online

244 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 244


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