Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
News Slideshow Details »»
News Slideshow
Version: 1.00, by Lionel Lionel is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.6.4 Rating:
Released: 02-15-2007 Last Update: 02-23-2007 Installs: 58
 
No support by the author.

...................

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #272  
Old 05-18-2007, 09:54 AM
murrtex murrtex is offline
 
Join Date: May 2002
Location: izmir
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Lionel thanks for slides show modification,

I have licence frontpageslideshow
and I applied all things that you told but there is some mistake I think on me,
I didn't find it what is the wrong thing please help me,
Thanks

http://www.4umturk.com/forum/portal.php
http://www.4umturk.com/forum/konu-ve...slideshow.html



Code:
$width="300px";
$height="200px";
$forumid=array(17);
$limit="8";
Reply With Quote
  #273  
Old 06-02-2007, 10:02 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed this mod and am getting this error message:

Quote:
Warning: fopen(/forums/clientscript/mod_fpslideshow/mod_fpslideshow.js) [function.fopen]: failed to open stream: No such file or directory in /modules/slideshow.php on line 193

Warning: fwrite(): supplied argument is not a valid stream resource in /modules/slideshow.php on line 194

Warning: fclose(): supplied argument is not a valid stream resource in /modules/slideshow.php on line 195
All other modules in the center column are not showing up and the script is not scrolling through the stories in the selected forum.

Anyone know what can be done to fix this?
Reply With Quote
  #274  
Old 06-09-2007, 10:25 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I have this running on my site now and am running into some issues:

A) The block is showing up at the very top of my site over my DHTML menu and forum header.

B) Can I edit the link that says "Latest NFL Headlines" after [read more] to be on a separate line?

C) Can the images be set to align in the middle?

Any help is greatly appreciated.
Reply With Quote
  #275  
Old 06-09-2007, 11:40 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post
Ok, I have this running on my site now and am running into some issues:

[strike]A) The block is showing up at the very top of my site over my DHTML menu and forum header.[/strike]

B) Can I edit the link that says "Latest NFL Headlines" after [read more] to be on a separate line?

C) Can the images be set to align in the middle?

Any help is greatly appreciated.
Ok, I figured out how to fix the first issue, still stuck on the last two. Anyone?
Reply With Quote
  #276  
Old 06-10-2007, 08:08 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone?
Reply With Quote
  #277  
Old 06-14-2007, 11:37 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All the html is set in the module
Reply With Quote
  #278  
Old 06-18-2007, 05:03 AM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not seeing where to set it....and any attempts to do so end up in errors in IE where the entire slideshow is pushed to the far right on my main page. What in slideshow.php needs to be edited and how?

This is the HMTL part of the file:
Code:
<!-- JoomlaWorks "Frontpage Slideshow" for Joomla 1.0.x (v1.1) -->
<link href="/forums/clientscript/mod_fpslideshow/mod_fpslideshow.css" rel="stylesheet" type="text/css"/>
<style type="text/css" media="screen">
	#fpss-container {width:<?php echo $width; ?>;}
	#fpss-slider, #slide-loading, .slide {width:<?php echo $width; ?>;height:<?php echo $height; ?>;}
	#slide-outer, #slide-outer .slide-inner {height:<?php echo $height; ?>;}
</style>
<!--[if lt IE 7]>
<style type="text/css" media="screen">
	html {filter:expression(document.execCommand("BackgroundImageCache", false, true));}
</style>
<![endif]-->
<script language="javascript" type="text/javascript" src="/forums/clientscript/mod_fpslideshow/prototype.lite.js"></script>
<script language="javascript" type="text/javascript" src="/forums/clientscript/mod_fpslideshow/moo.fx.js"></script>
<script language="javascript" type="text/javascript" src="/forums/clientscript/mod_fpslideshow/moo.fx.pack.js"></script>
<script language="javascript" type="text/javascript" src="/forums/clientscript/mod_fpslideshow/mod_fpslideshow.js"></script>
<div id="fpss-container">
  <div id="fpss-slider">
    <div id="slide-loading"><img src="/forums/clientscript/mod_fpslideshow/loading.gif" alt="loading" /></div>
    <div id="slide-wrapper">
      <div id="slide-outer">
        <?php
$forumid = implode(',', $forumid);
$getnews = $db->query_read("SELECT threadid from " . TABLE_PREFIX . "thread WHERE attach !='0' AND forumid in($forumid) ORDER by sticky DESC, threadid DESC LIMIT $limit");
while ($news = $db->fetch_array($getnews)) { $myid[]=$news['threadid']; }
$div_id = 1;
foreach ($myid as $threadid) {
$getpics = $db->query_read("SELECT t.threadid as tid, t.title as title,t.replycount as rcount, p.pagetext as pagetext,a.attachmentid as attach,f.forumid as forumid,f.title as forum from " . TABLE_PREFIX . "thread as t
LEFT JOIN " . TABLE_PREFIX . "post as p on(t.firstpostid=p.postid)
LEFT JOIN " . TABLE_PREFIX . "attachment as a on(a.postid=p.postid)
LEFT JOIN " . TABLE_PREFIX . "forum as f on(t.forumid=f.forumid)
where t.threadid='$threadid' 
ORDER BY attach DESC
LIMIT 1");
while ($pic = $db->fetch_array($getpics)) {
$replies=$pic['rcount'];
if ($replies=='1') { $update="(1 update)"; } else if ($replies>'1') { $update="($replies updates)"; } else { $update=""; }

$foto="<div class=\"slide\">\n<div class=\"slide-inner\">\n<a href=\"/forums/showthread.php?t=".$pic['tid']."\"><img alt=\"Read full article\" src=\"/forums/attachment.php?attachmentid=".$pic['attach']."
\" /></a>\n<div class=\"fpss_introtext\">";

$maxchars="270";

$foto.= "<h1><a href=\"/forums/showthread.php?t=".$threadid."\">".ucwords($pic['title'])."</a></h1>";

$pic['pagetext'] = $bbcode_parser->do_parse($pic['pagetext']);
if (strlen($pic['pagetext']) > $maxchars) {$pic['pagetext'] = stripslashes(fetch_trimmed_title($pic['pagetext'], $maxchars));}
$pagetext = trim(substr($pagetext2, 0, strrpos(substr($pagetext2, 0, $maxchars), ' ')));

$foto .= ''.$pic['pagetext'].' <i>[ <a class="more" href="/forums/showthread.php?t='.$threadid.'"> read more</a> ]</i>';

$foto .= "<a title=\"Go there\" class=\"readon\" href=\"/forums/forumdisplay.php?f=".$pic['forumid']."\">".$pic['forum']."</a>&nbsp;&nbsp;&nbsp;<strong>$update</strong>";
$foto .= "</div>\n</div>\n</div>\n";

echo $foto;
$div_id++;
}
}
$db->free_result($getpics);
unset($pic);
$db->free_result($getnews);
unset($news);
?>
      </div>
    </div>
  </div>
  <div id="navi-outer">
    <div class="ul_container">
      <ul>
        <li><a href="#prev" onclick="showPrev();clearSlide();" title="Previous">&laquo;</a></li>
        <?php
		$fpss_nav_buttons = $div_id++;
		for ($i=1;$i<$fpss_nav_buttons;++$i) {
		?>
        <li><a class="navi" href="#<?php echo ($i < 10) ? "0".$i : $i; ?>"><?php echo ($i < 10) ? "0".$i : $i; ?></a></li>
        <?php } ?>
        <li><a href="#next" onclick="showNext();clearSlide();" title="Next">&raquo;</a></li>
        <li><a href="#play/pause" onclick="playButtonClicked();return false;" id="playButton">Pause</a></li>
      </ul>
    </div>
  </div>
</div>
Does anyone know?
Reply With Quote
  #279  
Old 06-20-2007, 06:05 AM
rooban12 rooban12 is offline
 
Join Date: May 2007
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please could you help me?
I like to install this, but there is no xml file so how can I install this
please help meeeeeeeeeeeeeee
Reply With Quote
  #280  
Old 06-21-2007, 08:26 AM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post
I am not seeing where to set it....and any attempts to do so end up in errors in IE where the entire slideshow is pushed to the far right on my main page. What in slideshow.php needs to be edited and how?

This is the HMTL part of the file:
Code:
<!-- JoomlaWorks "Frontpage Slideshow" for Joomla 1.0.x (v1.1) -->
<link href="/forums/clientscript/mod_fpslideshow/mod_fpslideshow.css" rel="stylesheet" type="text/css"/>
<style type="text/css" media="screen">
	#fpss-container {width:<?php echo $width; ?>;}
	#fpss-slider, #slide-loading, .slide {width:<?php echo $width; ?>;height:<?php echo $height; ?>;}
	#slide-outer, #slide-outer .slide-inner {height:<?php echo $height; ?>;}
</style>
<!--[if lt IE 7]>
<style type="text/css" media="screen">
	html {filter:expression(document.execCommand("BackgroundImageCache", false, true));}
</style>
<![endif]-->
<script language="javascript" type="text/javascript" src="/forums/clientscript/mod_fpslideshow/prototype.lite.js"></script>
<script language="javascript" type="text/javascript" src="/forums/clientscript/mod_fpslideshow/moo.fx.js"></script>
<script language="javascript" type="text/javascript" src="/forums/clientscript/mod_fpslideshow/moo.fx.pack.js"></script>
<script language="javascript" type="text/javascript" src="/forums/clientscript/mod_fpslideshow/mod_fpslideshow.js"></script>
<div id="fpss-container">
  <div id="fpss-slider">
    <div id="slide-loading"><img src="/forums/clientscript/mod_fpslideshow/loading.gif" alt="loading" /></div>
    <div id="slide-wrapper">
      <div id="slide-outer">
        <?php
$forumid = implode(',', $forumid);
$getnews = $db->query_read("SELECT threadid from " . TABLE_PREFIX . "thread WHERE attach !='0' AND forumid in($forumid) ORDER by sticky DESC, threadid DESC LIMIT $limit");
while ($news = $db->fetch_array($getnews)) { $myid[]=$news['threadid']; }
$div_id = 1;
foreach ($myid as $threadid) {
$getpics = $db->query_read("SELECT t.threadid as tid, t.title as title,t.replycount as rcount, p.pagetext as pagetext,a.attachmentid as attach,f.forumid as forumid,f.title as forum from " . TABLE_PREFIX . "thread as t
LEFT JOIN " . TABLE_PREFIX . "post as p on(t.firstpostid=p.postid)
LEFT JOIN " . TABLE_PREFIX . "attachment as a on(a.postid=p.postid)
LEFT JOIN " . TABLE_PREFIX . "forum as f on(t.forumid=f.forumid)
where t.threadid='$threadid' 
ORDER BY attach DESC
LIMIT 1");
while ($pic = $db->fetch_array($getpics)) {
$replies=$pic['rcount'];
if ($replies=='1') { $update="(1 update)"; } else if ($replies>'1') { $update="($replies updates)"; } else { $update=""; }

$foto="<div class=\"slide\">\n<div class=\"slide-inner\">\n<a href=\"/forums/showthread.php?t=".$pic['tid']."\"><img alt=\"Read full article\" src=\"/forums/attachment.php?attachmentid=".$pic['attach']."
\" /></a>\n<div class=\"fpss_introtext\">";

$maxchars="270";

$foto.= "<h1><a href=\"/forums/showthread.php?t=".$threadid."\">".ucwords($pic['title'])."</a></h1>";

$pic['pagetext'] = $bbcode_parser->do_parse($pic['pagetext']);
if (strlen($pic['pagetext']) > $maxchars) {$pic['pagetext'] = stripslashes(fetch_trimmed_title($pic['pagetext'], $maxchars));}
$pagetext = trim(substr($pagetext2, 0, strrpos(substr($pagetext2, 0, $maxchars), ' ')));

$foto .= ''.$pic['pagetext'].' <i>[ <a class="more" href="/forums/showthread.php?t='.$threadid.'"> read more</a> ]</i>';

$foto .= "<a title=\"Go there\" class=\"readon\" href=\"/forums/forumdisplay.php?f=".$pic['forumid']."\">".$pic['forum']."</a>&nbsp;&nbsp;&nbsp;<strong>$update</strong>";
$foto .= "</div>\n</div>\n</div>\n";

echo $foto;
$div_id++;
}
}
$db->free_result($getpics);
unset($pic);
$db->free_result($getnews);
unset($news);
?>
      </div>
    </div>
  </div>
  <div id="navi-outer">
    <div class="ul_container">
      <ul>
        <li><a href="#prev" onclick="showPrev();clearSlide();" title="Previous">&laquo;</a></li>
        <?php
		$fpss_nav_buttons = $div_id++;
		for ($i=1;$i<$fpss_nav_buttons;++$i) {
		?>
        <li><a class="navi" href="#<?php echo ($i < 10) ? "0".$i : $i; ?>"><?php echo ($i < 10) ? "0".$i : $i; ?></a></li>
        <?php } ?>
        <li><a href="#next" onclick="showNext();clearSlide();" title="Next">&raquo;</a></li>
        <li><a href="#play/pause" onclick="playButtonClicked();return false;" id="playButton">Pause</a></li>
      </ul>
    </div>
  </div>
</div>
Does anyone know?
I am really stuck here......anyone have anything on this issue?
Reply With Quote
  #281  
Old 06-21-2007, 11:48 AM
fr?nk fr?nk is offline
 
Join Date: Aug 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post
I just installed this mod and am getting this error message:



All other modules in the center column are not showing up and the script is not scrolling through the stories in the selected forum.

Anyone know what can be done to fix this?
How did you fix this issue as I got the same?

Thanks, Frank
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04783 seconds
  • Memory Usage 2,328KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete