71
Cifug
Re: Is there any kind of webshop module for xoops?
  • 2014/6/5 11:29

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


This is the latest forum thread I can find relating to Oledrion.

Looking on sourceforge I'm assuming I download the latest updates under Voltan's branch is that correct? Is it a final version, RC, Beta? Has it been tested? Does it work?

Any news here?

Cheers,
Marty.



72
Cifug
Re: Publisher 1.0 Final ready for testing
  • 2014/5/20 11:50

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Oh man, that would be fantastic Bleekk. Thank you so much, I know how busy you guys are.

The feature request I made is here:http://sourceforge.net/p/xoops/feature-requests/426/

Very appreciative,
Marty.



73
Cifug
Re: Publisher 1.0 Final ready for testing
  • 2014/5/19 23:10

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Thanks so much for your help Bleekk, your comments regarding the adminlink smarty worry me somewhat as I'm thinking I will run into trouble if the module is updated. Maybe I should be trying to fix the PDF formatting issue rather then removing the PDF link. These modifications are beyond my knowledge and I'm afraid I'll be making more trouble than I want. I really appreciate you taking the time to help and I'm sorry that I may have wasted it. For the moment I think I'll just replace the PDF link image with a transparent image so it isn't visible.

Best Regards,
Marty.



74
Cifug
Re: Publisher 1.0 Final ready for testing
  • 2014/5/16 0:29

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Thank you timgno & Bleek for your responses. I inserted to 1st two snippets but for the life of me I cannot find where to put the 3rd piece of code.
<{if $display_pdf}> 
Here the specific html code... 
<{/if}>

I even did a full module search for pdf and only 1 html file was found in templates, (publisher_latest_news.html). But this is a block and not the file I need to modify. So, I can't even remove it from the template as I can't find it

The only reason I want to remove it is because tables don't display properly in the resulted pdf file. At first I wanted to try and fix the table issue but turning it off seemed like an easier option at the time considering I don't care if users can open a pdf version of the page.

If anyone else can find the pdf code in the template files let me know

Cheers,
Marty



75
Cifug
Re: Publisher 1.0 Final ready for testing
  • 2014/5/15 12:31

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


I got this no problems.
Quote:
timgno wrote:
You can create a simple code in preferences and templates like this:

xoops_version.php file:
$i++;
$modversion['config'][$i]['name'] = 'display_pdf';
$modversion['config'][$i]['title'] = '_MI_PUBLISHER_DISPPDF';
$modversion['config'][$i]['description'] = '_MI_PUBLISHER_DISPPDFDSC';
$modversion['config'][$i]['formtype'] = 'yesno';
$modversion['config'][$i]['valuetype'] = 'int';
$modversion['config'][$i]['default'] = 0;


and set to 0 default check.


This I don't really understand...
Quote:
On the user side, look for the php files associated with the template and add this line of code:
$display_pdf $publisher->getConfig('display_pdf');
$xoopsTpl->assign('display_pdf'$display_pdf);


Specifically, the template file, create this condition:
<{if $display_pdf}>
Here the specific html code...
<{/if}>


In templates/publisher_item.html I can't see any reference to makePDF. I can only see edit, delete and download file (not sure what that is). I can't see duplicate, PDF or print.
<!-- BEGIN DYNAMIC BLOCK --><{foreach item=file from=$item.files}>
    <
tr>
        <
td class="odd" align="left">
            <{if 
$file.mod}>
            <
a href="<{$publisher_url}>/file.php?op=mod&fileid=<{$file.fileid}>">
                <
img src="<{$publisher_url}>/images/links/edit.gif" title="<{$smarty.const._CO_PUBLISHER_EDITFILE}>" alt="<{$smarty.const._CO_PUBLISHER_EDITFILE}>" /></a>

            <
a href="<{$publisher_url}>/file.php?op=del&fileid=<{$file.fileid}>">
                <
img src="<{$publisher_url}>/images/links/delete.png" title="<{$smarty.const._CO_PUBLISHER_DELETEFILE}>" alt="<{$smarty.const._CO_PUBLISHER_DELETEFILE}>" /></a>
            <{/if}>
            <
a href="<{$publisher_url}>/visit.php?fileid=<{$file.fileid}>" target="_blank">
                <
img src="<{$publisher_url}>/images/links/file.gif" title="<{$lang_download_file}>" alt="<{$smarty.const._MD_PUBLISHER_DOWNLOAD_FILE}>" />&nbsp;<strong><{$file.name}></strong>
            </
a>

            <
div><{$file.description}></div>
        </
td>
        <
td class="odd" align="center"><{$file.datesub}></td>
        <
td class="odd" align="center"><{$file.hits}></td>
    </
tr>
    <{/foreach}>    <!-- 
END DYNAMIC BLOCK -->

Am I looking in the wrong file?

Thanks,
Marty



76
Cifug
Re: Publisher 1.0 Final ready for testing
  • 2014/5/15 12:06

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:
Mamba wrote:
Please submit a "feature request" to SourceForge

Done!



77
Cifug
Re: Strange uneditable theme
  • 2014/5/15 1:19

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Saidan, in "Admin>Preferences>General Settings" you need to have "Check templates for modifications ?" set to "Yes". Once you make changes and upload your changes just hit "Ctrl+F5" to refresh your browser. You should then see your changes.

When you are finished modifying your theme make sure to set that preference back to "No".

Cheers,
Marty.



78
Cifug
Re: extgallery options to add?
  • 2014/5/14 14:55

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Bump



79
Cifug
Re: Publisher 1.0 Final ready for testing
  • 2014/5/14 13:17

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Hi guys, I can't seem to find where to disable the PDF link and icon that is on every publisher page. Maybe I can't see the trees for the forest. Can anyone point me in the right direction please

I could remove it in the templates but would prefer not to be that drastic.

Best regards,
Marty.



80
Cifug
Re: XoopsTube 1.06 RC 1 for XOOPS 2.5.6
  • 2014/4/20 2:53

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:
alain01 wrote:
Yet in the last package !

Please, download the last package (1.06 beta1) here.

Alain01, I thought the last package was a release candidate??




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 19 »



Login

Who's Online

68 user(s) are online (47 user(s) are browsing Support Forums)


Members: 0


Guests: 68


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