71
katim110
there is somthing very strange about Debaser
  • 2006/5/31 9:47

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


this is veryy strange when I try to add an single I
want to choice Ext. Link option but I dont see it anymore the Ext. Link option is disappeared here is a screenshot where you can see the Ext. Link option Resized Image


Resized Image



72
katim110
debaser futures
  • 2006/5/29 16:27

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


hi

it will be great if there will be offline/online catogerie option like smartmedia to set some catogeries online or offline I really want this future in debaser

many thanks to frankblack



73
katim110
Re: bug in smartmedia
  • 2006/5/29 13:51

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


the bug is fixed by marcan



74
katim110
Re: debaser question
  • 2006/5/29 0:56

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


Is the next version going to have any security measures for protecting the url of the file?

I hope sooooooooo!!

thanks for the great module , frank

greetins from holland



75
katim110
Re: bug in smartmedia
  • 2006/5/29 0:02

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


<?php

/**
* $Id: clips_recent.php,v 1.3 2005/06/02 13:33:37 malanciault Exp $
* Module: SmartMedia
* Author: The SmartFactory <www.smartfactory.ca>
* Licence: GNU
*/

function b_smartmedia_clips_recent_show($options)
{
// This must contain the name of the folder in which reside SmartClient
if( !defined("SMARTMEDIA_DIRNAME") ){
define("SMARTMEDIA_DIRNAME", 'smartmedia');
}
include_once(XOOPS_ROOT_PATH."/modules/" . SMARTMEDIA_DIRNAME . "/include/common.php");

//$max_clips = $options[0];
$title_length = $options[0];
$max_clips = $options[1];

$clipsArray =& $smartmedia_clip_handler->getClipsFromAdmin(0, $max_clips, 'clips.created_date', 'DESC', 'all');

If ($clipsArray) {
foreach ($clipsArray as $clipArray) {
$clip = array();
$clip['itemlink'] = '<a href="' . SMARTMEDIA_URL . 'clip.php?categoryid=' . $clipArray['categoryid'] . '&folderid=' . $clipArray['folderid'] . '&clipid=' . $clipArray['clipid'] . '">' . $clipArray['title']. '</a>';
$block['clips'][] = $clip;
unset ($clip);
}
}

$block['smartmedia_url'] = SMARTMEDIA_URL;

return $block;
}

function b_smartmedia_clips_recent_edit($options)
{
$form = "<table>";
$form .= "<tr>";
$form .= "<td>" . _MB_SMEDIA_TRUNCATE_TITLE . "</td>";
$form .= "<td>" . "<input type='text' name='options[]' value='" . $options[0] . "' /></td>";
$form .= "</tr>";
$form .= "<tr>";
$form .= "<td>" . _MB_SMEDIA_MAX_CLIPS . "</td>";
$form .= "<td>" . "<input type='text' name='options[]' value='" . $options[1] . "' /></td>";
$form .= "</tr>";
$form .= "</table>";

return $form;
}
?>



76
katim110
Re: bug in smartmedia
  • 2006/5/28 23:54

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


I add the line , but didnt worked
thanks anyway mcdonald



77
katim110
bug in smartmedia
  • 2006/5/28 16:56

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


If I try to show "Recent clips list" on all pages the page of smartmedia turns blanco (whit).
When I set it back to startpage everhting works fine

I thinks its a bug

thank you for the great module



78
katim110
Re: Mylinks alternatiev
  • 2006/5/27 13:09

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


weblinks is great

thanks mcdonald



79
katim110
Mylinks alternatiev
  • 2006/5/27 10:37

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


Hi everyone

Is there an alternatiev mylinks module?
the orginale mylinks for XOOPS dont provied me many futures
thank you



80
katim110
Re: Frankblack debaser
  • 2006/5/19 10:45

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


thanks gestroud




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



Login

Who's Online

178 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 178


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