21
noo-b
Re: Module liaise 1.27
  • 2014/7/2 5:24

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Quote:

Roby73 wrote:
Try this version of liase, this work with xoops 2.5.6 but now is only in italian language.

metalslug.altervista.org/liaise.zip


anyone know where i can find iaise

i need both xforms and liaise for my project

thank you



22
noo-b
Re: Publisher 1.02 Beta 3 for XOOPS 2.5.7 ready for testing
  • 2014/6/23 6:30

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


the new archive template code provided in the topic is working fine
<table>  
  <
tr>  
    <
th><{$lang_newsarchives}></th>  
  </
tr>  

      
<{foreach 
item=year from=$years}>  
    <
tr class="even">  
    <
td><{$year.number}></td>  
    </
tr>  
    <
tr class="odd">  
    <
td>  
<{foreach 
item=month from=$year.months}>  
    <
a href="./archive.php?year=<{$year.number}>&month=<{$month.number}>"><{$month.string}> </a>&nbsp;  
  <{/foreach}>  
    </
td>  
  </
tr>  
 <{/foreach}>  
    
        
</
table>




<{if 
$show_articles == true}>
<
table>
    <
tr>
        <
th><{$lang_articles}></th>
        <
th align="center"><{$lang_actions}></th>
        <
th align="center"><{$lang_views}></th>
        <
th align="center"><{$lang_date}></th>
    </
tr>
    <{foreach 
item=story from=$stories}>
    <
tr class="<{cycle values=" even,odd"}>">
    <
td><{$story.title}></td>
    <
td align="center">
        <
a href="<{$story.print_link}>" rel="nofollow"><img src="<{$xoops_url}>/modules/publisher/assets/images/links/print.gif" border="0" alt="<{$lang_printer}>"/></a>
        <
a href="<{$story.mail_link}>" target="_top"/><img src="<{$xoops_url}>/modules/publisher/assets/images/links/friend.gif" border="0" alt="<{$smarty.const._MD_PUBLISHER_SENDSTORY}>"/></a>
    </
td>
    <
td align="center"><{$story.counter}></td>
    <
td align="center"><{$story.date}></td>
    </
tr><{/foreach}>
</
table>

<
div><{$lang_storytotal}></div><{/if}>




xBootstrap/modules/publisher/xoops_and_module_changes

changelog.txt
Quote:

- changed class/category.php the public function getCategoryPath to display breadcrumb as list
+ changed class/item.php to display category of article | line 718
+ in class/item.php deleted hardcoded <br><br> | line 248 | public function body | to display body and summary check module preferences at the bottom
- changed item.php to display article title in breadcrumb as last list element | line 186
- in bootstrap.css .panel-heading a{color:inherit} to avoid invisible title
- in bootstrap.css changed font-size to 12px for .breadcrumb
- in search.php added css class to <select> | line 176
- in search.php added css class to <select> | line 191
- in search.php added css class to <input> | line 200 - 230
- changed themes style css - add css for xoopsQuote
- changed /class/pagenav.php to add some style @heyula
- added style to xoops.css for the new pagenav | can also be added in the theme style
- comment out publisher.js from item.php
+ in class/item.php seperating smarty who_when in who and when
+ in class/item.php give titlelink a css class .titlelink | line 683
+ in class/item.php added imgurl, who and when in simpleview


hope some of the change listed in the xbootstrap publisher changelog can be review and implement in svn publisher

so we don't need to hack publisher to fully use xbootstrap like right now

as eg
+ in class/item.php seperating smarty who_when in who and when
this will be useful when user dont want to show the author of an article



23
noo-b
Re: Publisher 1.02 Beta 3 for XOOPS 2.5.7 ready for testing
  • 2014/6/23 1:20

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Thank you for this release

so far ok..the tabs is now back...will make further test and will report any issue

hope some of the changes in publisher can be commit in svn


1. new archive template
https://xoops.org/modules/newbb/viewtopic.php?post_id=357642#forumpost357642
2. changes made by bleek and team for publisher for 2.5.7 xbootstrap theme


TQ



24
noo-b
Re: XOOPS 2.5.7 Final Release Issues
  • 2014/6/19 8:17

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


I dont know if this only me

I'm Having Issue with xoops 2.57 trustpath/Frameworks/jquery/jquery.js
jQuery v1.11.0

- my extgallery effects not working
- publisher tabs when submit article not working - no tabs ...all the tabs content are in one page (all other publisher clone module are also affected)
- thats what i noticed so far

found a jquery.js v1.8.3 backup in my localhost im not sure from which xoops version replace the current jquery.js and now everything is back to normal








25
noo-b
Re: XOOPS 2.5.7 Final Release Issues
  • 2014/6/17 1:29

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Thank you to all

is this the last release before 2.6 ?



26
noo-b
Re: XoopsTube 1.06 RC 1 for XOOPS 2.5.6
  • 2014/6/10 12:27

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Quote:

Cifug wrote:
Quote:
alain01 wrote:
// Determine if video source is XoopsTube for thumbnail
    
case 200:
        
$thumb
            
=
            
'<img src="' XOOPS_URL '/' $screenshot '/' $picurl .'" title="'$title '" alt="' $title '" style="padding: 0px; border-style: none;" />';
                break;
    }
    return 
$thumb;


Now just write the fine name of the preview picture in the field "Link of the picture :" (for example "myvideo_01.png")

Thanks Alain01, this worked and the screenshot now shows but it isn't being resized to the thumbnail dimensions. You missed the "width" and "height" tags.

It works like this:
// Determine if video source is XoopsTube for thumbnail 
    
case 200
        
$thumb 
            
'<img src="' XOOPS_URL '/' $screenshot '/' $picurl '" width="' $width '" height="' $height '" title="'$title '" alt="' $title 
              
'" style="padding: 0px; border-style: none;" />'
                break; 
    } 
    return 
$thumb;
}


Cheers,
Marty.


there is extra / somewhere in the code above so i remove it

i use the code below to make screenshot work in my site

// Determine if video source is XoopsTube for thumbnail 
    
case 200
        
$thumb 
            
'<img src="' XOOPS_URL '/' $screenshot ' ' $picurl '" width="' $width '" height="' $height '" title="'$title '" alt="' $title 
              
'" style="padding: 0px; border-style: none;" />'
                break; 
    } 
    return 
$thumb;
}






27
noo-b
Re: XoopsTube 1.06 RC 1 for XOOPS 2.5.6
  • 2014/6/10 12:18

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Quote:

noo-b wrote:
I have uploaded a category image and video ...in the Image and Video Upload Tab

Now .How do i add my own video ? and the screenshot of the video ?

last time in mytube there is option to select the uploaded video and category image

Resized Image

http://s28.postimg.org/3l83moxh9/Untitled.jpg



my temporary solution to add my own flv video

1. add the name of the flv video in Video id-code field
2. add the screenshot image name in phpmyadmin manually
3. my flv video does not come out
4. in include/video.php

i disable this line by putting the comment tag
//            $showvideo
  //              = '
    //                 <script type="text/javascript" src="' . XOOPS_URL . '/modules/' . $xoopsModule->getvar('dirname') . '/flvplayer/flowplayer/flowplayer.min.js"></script>
      //               <a href="' . XOOPS_URL . '/' . $xoopsModule->getvar('dirname') . '/' . $vidid . '" style="display: block; width: 520px; height: 330px;" id="player"></a>
        //             <script>
         //                flowplayer("player", "' . XOOPS_URL . '/modules/' . $xoopsModule->getvar('dirname') . '/flvplayer/flowplayer/flowplayer.swf", {
 //                            clip: {
   //                              autoPlay: ' . $autoplay3 . ',
     //                            autoBuffering: true
       //                          }
         //                    }
         //                );
         //            </script>
         //            ';



and i enable the mediaplayer.swf by removing the comment symbol
$showvideo '<embed src="' XOOPS_URL '/modules/' $xoopsModule->getvar('dirname'). '/include/mediaplayer.swf" width="425" height="350" allowScriptAccess="always" allowFullScreen="true" flashvars="width=425&height=350&file='
            
XOOPS_URL '/' $xoopsModuleConfig['videodir'] . '/' $vidid '&image=' XOOPS_URL '/'
            
$xoopsModuleConfig['videoimgdir'] . '/' $screenshot '&autostart=' $autoplay3 '"></embed>';


6. My video now displayed correctly in xoopstube 1.06



28
noo-b
Re: XoopsTube 1.06 RC 1 for XOOPS 2.5.6
  • 2014/6/10 12:11

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


In viewcat.php..

the Title of the page stay as XoopsTube : Category Name eventhough after we change the name of the module..

to solve this..we remove the line below in xoopstube/viewcat.php

line 156

$module_handler = & xoops_gethandler('module');
$versioninfo    = & $module_handler->get($xoopsModule->getVar('mid'));
if (
$head_arr['title'] > '') {
    
$xoopsTpl->assign('xoops_pagetitle'$versioninfo->getInfo('name') . ':&nbsp;' $head_arr['title']);
} else {
    
$xoopsTpl->assign('xoops_pagetitle'$versioninfo->getInfo('name'));
}



29
noo-b
Re: XoopsTube 1.06 RC 1 for XOOPS 2.5.6
  • 2014/6/10 11:44

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


I have uploaded a category image and video ...in the Image and Video Upload Tab

Now .How do i add my own video ? and the screenshot of the video ?

last time in mytube there is option to select the uploaded video and category image

Resized Image

http://s28.postimg.org/3l83moxh9/Untitled.jpg




30
noo-b
Re: xBootstrap XOOPS Theme - Development
  • 2014/6/10 9:04

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Angelo & team

thank you for this theme

will bootstrap support the mytab module ?

i would like to request a special bootstrap skin for mytabs module




TopTop
« 1 2 (3) 4 5 6 ... 37 »



Login

Who's Online

184 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 184


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