vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin CMS Widgets - [WIDGET] Slider (https://vborg.vbsupport.ru/showthread.php?t=233909)

cory_booth 01-25-2010 11:28 PM

Quote:

Originally Posted by Sleeter (Post 1964934)
The only problem I still have is the links from the thread title in the slideshow to the thread it came from. I want to remove that link completely since members will not be able to see the private forum. Any idea how to accomplish that?

Thanks for the compliment and I am sorry you had to spend a day messing around :-)

OK, so for the link:
In the slider.php find this line:
PHP Code:

$centerhtml .="<h2><a href='".$link."'>".$titleContent."</a></h2>"

The key is the $link - you can do one or the other:

Change the line to:
PHP Code:

$centerhtml .="<h2>".$titleContent."</h2>"

To drop the link reference

or change the line to:
PHP Code:

$centerhtml .="<h2><a href='http://yourlink.com'>".$titleContent."</a></h2>"

To insert your own link to send the user

cory_booth 01-25-2010 11:39 PM

Quote:

Originally Posted by nomoreturn@hotm (Post 1965192)
1st of all thanks for giving us such a nice mod i installed and my images are not showed up so i did this as you told and still images not showing please help me to fix this thanks

Hey man... I checked your site:
www.mastdunya.com right?

Your attachment.php is at the root...

So you should drop those changes and put back to:
PHP Code:

$link "../showthread.php?t=".$threadid."";
$imagepath "../attachment.php?attachmentid=".$pic['attach']; 

Did you upload slider to the correct directory? /clientscript

murekhalir 01-26-2010 01:53 AM

Make it show articles.. instead?

cory_booth 01-27-2010 06:29 PM

Quote:

Originally Posted by murekhalir (Post 1966719)
Make it show articles.. instead?

Yeah that would be nice...
I'll look into it in the future...

Bacon Butty 01-28-2010 11:47 AM

Would be great if it could be placed on the forum home like here

murekhalir 01-30-2010 08:34 AM

There any way to just make it 100% customizable, with a click-through link?

Or does it already do that. I'll give it a try.

nomoreturn 01-30-2010 04:38 PM

Quote:

Originally Posted by cory_booth (Post 1966641)
Hey man... I checked your site:
www.mastdunya.com right?

Your attachment.php is at the root...

So you should drop those changes and put back to:
PHP Code:

$link "../showthread.php?t=".$threadid."";
$imagepath "../attachment.php?attachmentid=".$pic['attach']; 

Did you upload slider to the correct directory? /clientscript

Thanks i fix it as you mention and now its working once again thanks for wonderfull slide

Bisha 01-31-2010 09:21 PM

nice, thanks

TimberFloorAu 01-31-2010 11:15 PM

Quote:

Originally Posted by nomoreturn@hotm (Post 1970625)
Thanks i fix it as you mention and now its working once again thanks for wonderfull slide


Its not working mate

Datenpapst 02-07-2010 02:47 PM

I am using this one:
http://testforum.c-arena.com/demoslideshow.php

atm as an iframe

My code in the admincp is:

HTML Code:

ob_start();

require_once './demoslideshow.php';

$output=ob_get_contents();
ob_end_clean();

Still got the problem :(


All times are GMT. The time now is 06:02 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.02202 seconds
  • Memory Usage 1,749KB
  • 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
  • (1)bbcode_html_printable
  • (5)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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