![]() |
two possibilities come to mind:
a) you do not have the jquery1.4.4.js file in the vbulletin folder This would mean search Code:
<script type="text/javascript" src="clientscript/jquery/jquery-1.4.4.min.js"></script> Code:
<script type="text/javascript" src="' .$slider_img_filepath. 'jquery-1.6.1.min.js"></script> Just delete that line. Two jquery files on one page are unnecessary and unfortunately break the jquery execution. Code:
<script type="text/javascript" src="clientscript/jquery/jquery-1.4.4.min.js"></script> If it isn't - update your version. |
Quote:
|
Thanks, I had multiple (about five or 6) instances of jQuery running.
|
Same to me =/
Everything work fine....except images, that dont appear. =/ |
Sorry Alfa1, i'll check that attachment issue more thouroughly sometime next week when our new cms is finally live.
@ Aramist - please check out post #41 maybe it's a javascript thing - or are your article images attachments - or do the images show up in the folder you specified - or does the fallback image work if you set this switch on yes I'll rewrite the first post sometime around tuesday, clean it up a bit and provide a (hopefully) usefull faq in the first comment. |
- please check out post #41 maybe it's a javascript thing
I've already done that - or are your article images attachments no - or do the images show up in the folder you specified the folder i've specified keeps empty.. - or does the fallback image work if you set this switch on yes It works fine I'm sure the problem is in the image creation, cause your condition to use a sample image in case the image creation fail is working. But i haven't figured out why... =/ =/ Ty |
Do you have php GD installed?
Is the folder you've specified writeable? If both answers are yes please comment out //ob_start(); and //ob_end_clean() and post the debug message, if there is one. |
Ohhh...how stupid I am..
I had removed //picture width and height !same as in the CSS FILE! $maxwidth = 650; $maxheight = 250; that was the problem...now works fine Good jog !! Other question: How can i point the DB query to get article from one exclusive cms category? Ty a lot man :D |
Great to hear that. =)
category or section? i'll write down the category code (untested) Code:
$query = sprintf(" nodecategory.categoryid = X AND is your categoryid - you have to look that one up. For example: /content/category/31-esport.html Category esports on our site has the ID 31. in addition, delete that line: Code:
$categories = explode(',' , $article['GROUP_CONCAT( category.category )']); |
Oh TY !
I had to include category.categoryid in select option. Now works like a charm !! TY a lot Dude! 5 star rated for the mod and for the support! |
All times are GMT. The time now is 05:11 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|