vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - News Slideshow (https://vborg.vbsupport.ru/showthread.php?t=139529)

maroceve 02-26-2007 05:02 PM

Hmmm that's totally wierd ? i just logged off and i see the images.

Lionel 02-26-2007 05:12 PM

I can't see the full source of your images. Are you using the filesystem?

maroceve 02-26-2007 05:13 PM

Quote:

Originally Posted by Lionel (Post 1191265)
I can't see the full source of your images. Are you using the filesystem?

what do you mean by filesystem ?

Lionel 02-26-2007 05:16 PM

Are you storing images in database?

maroceve 02-26-2007 05:17 PM

well i am not using any "particual way" to do that...i just attached the images using the the attchment method and also highslide ...

The images on my calendar event posts are just linked into my www.maroceve.com/html/ folder...

Lionel 02-26-2007 05:20 PM

ok try to edit slideshow.php

PHP Code:

src=\"/forums/attachment.php?attachmentid=".$pic['attach'].

and try

PHP Code:

src=\"/forums/attachments/".$pic['attach'

also remember to adjust the "396" in that line above that to your set width

maroceve 02-26-2007 05:28 PM

i replaced and got this :(

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/maroceve/public_html/forums/modules/slideshow.php on line 283

Lionel 02-26-2007 05:30 PM

please post the full line 283

maroceve 02-26-2007 05:32 PM

$foto="<div class=\"slide\">\n<div align=\"center\" class=\"slide-inner\">\n<a href=\"/forums/showthread.php?t=".$pic['tid']."\"><img alt=\"read full article\" width=\"400\" src="/forums/attachments/".$pic['attach']

Lionel 02-26-2007 05:36 PM

try that (make sure the folder name is attachments or change the code below with proper name)

PHP Code:

$foto="<div class=\"slide\">\n<div align=\"center\" class=\"slide-inner\">\n<a href=\"/forums/showthread.php?t=".$pic['tid']."\"><img alt=\"read full article\" width=\"400\" src="/forums/attachments/".$pic['attach']."\"> 



All times are GMT. The time now is 04:13 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.01332 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete