Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
  #21  
Old 06-15-2011, 10:44 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That seems something different. That does not pull images / text from CMS articles or forum posts. Or am I wrong about that? In any case: I installed it and it does not add the needed table to the database, and therefore it doesnt work for me.

BTW: your reviews section and a lot of other links do not work.
Reply With Quote
  #22  
Old 06-16-2011, 01:40 AM
strudinox's Avatar
strudinox strudinox is offline
 
Join Date: Mar 2010
Location: California
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
That seems something different. That does not pull images / text from CMS articles or forum posts. Or am I wrong about that? In any case: I installed it and it does not add the needed table to the database, and therefore it doesnt work for me.

BTW: your reviews section and a lot of other links do not work.
Yep, had some server errors but it's all cleaned up now so they should work.

But yes you are right on how this mod works. It doesn't automatically pull images from the CMS but that's ok because I didn't' want it to in the first place. Manually entering in the info allows me to link to both CMS articles as well as forum posts.

But it's a matter of personal preference, and if this doesn't work for you, then I agree, that a new mod needs to be made.
Reply With Quote
  #23  
Old 06-19-2011, 11:31 AM
chocolate angel's Avatar
chocolate angel chocolate angel is offline
 
Join Date: Dec 2007
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will the stand alone version of frontpage slideshow work on vb? http://www.frontpageslideshow.net/
Reply With Quote
  #24  
Old 06-19-2011, 11:41 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, that works with RSS. If you enable images and full text in RSS you invite scrapers to steal your content. That is a very big problem for me.
RSS is a workaround. Having something that works directly with vbulletin would be nice.
Reply With Quote
  #25  
Old 07-15-2011, 05:11 PM
apn3a apn3a is offline
 
Join Date: Oct 2004
Location: Athens Greece
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

+40 euros :-)

and work with vb advanced will be nice too
Reply With Quote
  #26  
Old 07-15-2011, 06:26 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SECTalk.com View Post
Hey guys,

Seems like I've got it working really well now:

http://www.sectalk.com/boards/section/food-11/

For now, I'm trying to figure out how to get a image to center inside the frame when it is overly large. Right now, it aligns the top left corner of the frame with the image.

And I will definitely share my code. Hopefully I can put this in a product with all the settings inside the admin cp.


Most script and/or classes are counting from 0,0 (top left edge) to crop the image at a specific width. Some others, more sophisticated they're allowing to specify this top-left point on your own. But again is not so good. You most probably want to crop it having center the center of the image. You need to make some runtime calculations:
  1. Get the image's width eg 700px
  2. Subtrack the desired width eg 700-600 = 100
  3. Divide by 2 (100/2 = 50)
  4. Get the image's height eg 400 px
  5. Subtrack the desired height eg 400-350 = 50
  6. Divide by 2 (50/2 = 25)
After it the topleft position is: 25,50 (25px from top, 50px from left). With these settings you can get from an image 700X400, a new one 600X350 cropped centered.

By the way, my partner Jeff Ledger is planing to release such a slider the upcoming week.

Maria
Reply With Quote
Благодарность от:
Sage Knight
  #27  
Old 07-15-2011, 07:11 PM
apn3a apn3a is offline
 
Join Date: Oct 2004
Location: Athens Greece
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ευχαριστούμε Μαρία :-)

Thanks a lot for the infos
Reply With Quote
  #28  
Old 07-16-2011, 02:49 AM
8thos's Avatar
8thos 8thos is offline
 
Join Date: Aug 2010
Location: Pensacola, FL
Posts: 772
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

subscrizzle
Reply With Quote
  #29  
Old 07-16-2011, 07:15 AM
S3Ponline S3Ponline is offline
 
Join Date: May 2010
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want a slider that can pull from a certain forum. I also want the ability to select certain threads. Maybe we need a “Promote to Slider” button

Oh, if anyone can pull this off then I’m in for a reasonable amount. I’ll pay good money for a slider that does what i want.
Reply With Quote
  #30  
Old 07-18-2011, 03:19 AM
The Rocketeer's Avatar
The Rocketeer The Rocketeer is offline
 
Join Date: Jun 2010
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just wanted to contribute to this topic and say that there are already plenty of lite and free sliders. Mainly for wordpress, why not convert them so we can use them with vB4? Check this out - http://www.wpwebhost.com/2009/12/10-...ordpress-blog/


We should use only this slider, simple, and goes well with the CMS/Blogs
http://www.php-help.ro/
Reply With Quote
Reply

Thread Tools
Display Modes

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 05:31 AM.


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.17194 seconds
  • Memory Usage 2,259KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete