Quote:
Originally Posted by valendono
any forum example ?
|
Sorry, this was for the CMS and I certainly have a long way to go before it is ready to template and use hooks to place in the forum home.
Quote:
Originally Posted by pablete
|
Opps... Yep this is why I put this out here for the pros... The code is set for no /forum/
So to fix, check slider.php
Find these two lines:
PHP Code:
$link = "../showthread.php?t=".$threadid."";
$imagepath = "../attachment.php?attachmentid=".$pic['attach'];
and make:
$link = "../forum/showthread.php?t=".$threadid."";
$imagepath = "../forum/attachment.php?attachmentid=".$pic['attach'];
You may need to adjust this line:
PHP Code:
require_once('./includes/class_bbcode.php');
as well
Quote:
Originally Posted by Sleeter
Slideshow is working but images are causing all kinds of strange display (breaking out of the frame). Needs to be able to auto re-size images or only show portions of images and fill the entire frame. Cool start though. I am desperate for a slideshow like this.
Any idea how could I go about getting rid of the small preview images section completely?
|
1. Images, yeah I make sure my event posts have 400px or less... I'll have to investigate resizing...
2. Drop the tabs... Hmmm, try this: near the bottom of slider.php.
between tabhtml and centerhtml add
tabhtml ='';
Quote:
Originally Posted by Datenpapst
actually i am just using your widget code, because already got a working slideshow software, but when i use it, somehow the forum goes to the left and the size of the font becomes smaller. Maybe some tags not closed or something missing?
|
So you mean you are pulling in another .php file? Hmmm... No I have one div and one center and both are closed at the end.
You could simply drop the div and center statements and see if that helps?
Quote:
Originally Posted by dacho
we can use it also on the CMS with CMS content ?
|
That'd be great, but not right now...
It pulls from a forum and not the CMS.
NOTE:
Folks thanks for the feedback and I am truly sorry if this is a struggle. Again, I had this and other ideas of mine posted in the Programming section here but I got no feed back... So I posted this here to see what people thought.
I will do my very best to get this thing up to snuff, but this is also tagged as a free project so if someone else is faster at this than me - go for it...