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
  #22  
Old 02-16-2007, 03:00 PM
BarryoBrien BarryoBrien is offline
 
Join Date: Jan 2007
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BarryoBrien View Post
I did'nt mark it as installed because I could'nt get it to work I tryed uploading the xml file and thats the error I got.
I mean't php sorry but the error is the same could you see if there is anything that I could do to fix it you hack looks 1st class
Reply With Quote
  #23  
Old 02-16-2007, 03:08 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BarryoBrien View Post
I mean't php sorry but the error is the same could you see if there is anything that I could do to fix it you hack looks 1st class

You need to upload php via FTP
Reply With Quote
  #24  
Old 02-16-2007, 09:31 PM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I purchased the addon and already received it via email. I unzipped it renamed the folder to mod_fpslideshow in order to match the directions and the path within slideshow.php. I uploaded the folder to my clientscript folder and chmod all .js files to 777. Next, I edited the slideshow.php file and only applied one forum number (110). I changed all the /forums path to /vb and I'm assuming here:

Code:
fopen("/var/www/forums/clientscript/mod_fpslideshow/mod_fpslideshow.js",'w');
I would change that to the direct path to the mod_fpslideshow.js file -- like this:

Code:
fopen("/home/domain/public_html/vb/clientscript/mod_fpslideshow/mod_fpslideshow.js",'w');
I uploaded 4 images to my new forum, and then created a php module within the vbacmps following the directions and activated the module, but for some reason I'm getting the following error:

Warning: Invalid argument supplied for foreach() in /modules/slideshow.php on line 257

The mod is also not playing nice with my skin/theme. It's throwing the header bar underneath the mod and nothing is aligning.

Did I miss something?

Here's a screenshot of the error - you can see here that it's not playing nice with my skin/theme either.
Reply With Quote
  #25  
Old 02-16-2007, 10:07 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If this module isn't working good with your style then you probably have a bug in your style.

did you also change the forums path in scripts ?
Also please check the following
Code:
$forumid=array(110);
You shall not have a comma if you only have one forum
Reply With Quote
  #26  
Old 02-16-2007, 10:35 PM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lizard King View Post
If this module isn't working good with your style then you probably have a bug in your style.
Well, I know there's no problem with the style I'm using because every other mod I've installed works fine...

Quote:
Originally Posted by Lizard King View Post
did you also change the forums path in scripts ?
Which scripts? I've searched all 4 .js files and the .css file and didn't see any paths to change.

Quote:
Originally Posted by Lizard King View Post
Also please check the following
Code:
$forumid=array(110);
You shall not have a comma if you only have one forum
[/quote]
Yea, I checked that and confirmed that there are no commas after the single forum number.

Note, I figured out a portion of my problem(s). For one, after unzipping the addon, it created a folder mod_fpslideshow_1.1 Folder, and within that folder is another folder: mod_fpslideshow. What I did was renamed the mod_fpslideshow_1.1 Folder to mod_fpslideshow and copied that folder into the clientscript directory. The final path ended up being /clientscript/mod_fpslideshow/mod_fpslideshow/

Once I figured out my blunder, I deleted the folders and just uploaded the sub-folder: mod_fpslideshow into the clientscript directory --- so now part of my problem was fixed, but I still had the Warning Error.

It turns out, this mod only works with ATTACHMENTS. I have the Geek Gallery Popup 4.00 and highslide mod(s) installed, so when I created the new forum, and applied images - I applied images using Geek Gallery Popup.

I re-applied an image as an attachment, and now the images work (sorta) along with the addon. Since my style is not fixed, the module resizes with the browser, so I need to figure out how to apply a 100% width w/out making it stretch outside the normal middle column boundaries.

And, the modules title bar is still displaying under the addon.

You can view the site here: http://www.neosmut.com the module is at the bottom (center)
Reply With Quote
  #27  
Old 02-16-2007, 11:15 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod rotates attachments for specific forums that you set.
Reply With Quote
  #28  
Old 02-16-2007, 11:17 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your page looks fine, so I gather you fix it. Also make sure that the vbadvanced module is not using any container. It's not using any title bar.

Use Module Shell Template: NO
Reply With Quote
  #29  
Old 02-16-2007, 11:53 PM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel View Post
Your page looks fine, so I gather you fix it. Also make sure that the vbadvanced module is not using any container. It's not using any title bar.

Use Module Shell Template: NO
If I wanted to apply a title bar and encase the entire mod within a template, I should be able to just create a template to include the title bar background etc... correct?
Reply With Quote
  #30  
Old 02-17-2007, 12:03 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The whole idea of the css <div> is to keep it free from tables. If you want to try, try it.
Reply With Quote
  #31  
Old 02-17-2007, 01:03 AM
jgommel's Avatar
jgommel jgommel is offline
 
Join Date: Jun 2005
Location: Ohio
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone have any suggestions on how I would go about doing this? I've been playing around with it for about an hour, and tried a few things like using the following line of code, which is found in other modules... eval('$home["$mods[modid]"][\'content\'] = "' . fetch_template('adv_portal_slideshow') . '";'); and then I created a template (adv_portal_slideshow) using the code below.

I also tried using creating the block manually using the following table code...

Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
	<thead>
	<tr>
		<td class="tcat">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('slideshow')"><img id="collapseimg_slideshow" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_slideshow.gif" alt="" border="0" /></a>
			<span class="smallfont"><strong>$vba_style[portal_blockbullet] slideshow Module</strong></span>
		</td>
	</tr>
	</thead>
	
	<tbody id="collapseobj_slideshow" style="$collapseobj_slideshow">
	<tr>
		<td class="alt1" align="center">
		
		</td>
	</tr>
	</tbody>

</table>
<br />
The problem I see is that the variables are not declared anywhere, so the code doesn't know what to do? I'm no programmer (by a long shot), but I've been able to figure out little things here and there... Thanks in advance for the help.
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 07:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10174 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_code
  • (6)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
  • (1)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_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