Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
  #131  
Old 12-24-2011, 02:28 AM
mmoore5553 mmoore5553 is offline
 
Join Date: Aug 2008
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

interesting. I wondering when the demo will be available as i am interested in this also.
Reply With Quote
  #132  
Old 12-27-2011, 09:36 AM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know that I'm out of time, but this is because I'll add special Ajax plugins, but also to add more features. Pitty that vB's templating system doesn't helps a lot. As long as I can't add PHP in templates, I can't do many things. I have a very nice slider rating, which changes color as long as user moves the slider. Unfortunatelly it can't works with vB. Works, but using only one color as background.

In any case, I started the final step to build the main page. Here is a screenshot showing the top article.

Chris
Attached Images
File Type: jpg rev1.jpg (97.1 KB, 0 views)
Reply With Quote
  #133  
Old 12-27-2011, 12:59 PM
Jirinex Jirinex is offline
 
Join Date: Oct 2010
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

An importer from GARS should be TOP priority, otherwise is as good as nothing for a very big amount of forums.
Reply With Quote
  #134  
Old 12-27-2011, 04:19 PM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jirinex View Post
An importer from GARS should be TOP priority, otherwise is as good as nothing for a very big amount of forums.
Should be available at an extra cost of $25. Please note that this file will be encoded and locked by domain. The same applies to installation file for the main script. Other than this, all the core files are coming with 100% visible source code. I think that this is the best solution as you're having all the files with visible source code to modify them as you want, but from the other side it also protects my intellectual property by preventing multiple installation. Finally the installation files are one time use files.

Chris

--------------- Added [DATE]1325065354[/DATE] at [TIME]1325065354[/TIME] ---------------

Yesterday I spent my whole day installing vB3 and GARS. After lot of tests I realized why nobody wasted his time to build a bridge for it. The approach that Morgan has for rating (because this is the critical point), is, (always in my opinion) totally wrong. It's the first time that I've seen rating scale to be different per question in the same category. Even in different categories is not logic to have different rating scales.

Example: Let's say that you've a category for reviewing Software. In this category you've as rating questions:
- Features
- Design
- Usability
- Support
According to the way that GARS works, you can set Features to has rating 1-10, while in Design 1-5, Usability 1-7 etc etc.

Sure not all scripts are following the same scale. eg vB uses 1-5, iRater (as I seen) uses 1-10, I'm using 1-100 etc etc. But all scripts are using the same scale for all questions in all categories.

So the final point. The importer should works only if you used the default scale (1-5), or any scale (eg 1-10) but SAME for ALL questions, in ALL categories.

PS- There is a point that I haven't tested yet. To change the scale and then rebuild the ratings. If it changes accordinally the rating, should be ok, but you need to do an extra work before transfering data.

Chris
Reply With Quote
  #135  
Old 12-28-2011, 11:58 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChrisTERiS View Post
I have a very nice slider rating, which changes color as long as user moves the slider. Unfortunatelly it can't works with vB. Works, but using only one color as background.
I've added a rating slider based on YUI to my site (for reputation ratings). Its simply a matter of showing a blank star or a colored star on hover. Images come from a sprite. And set the rating on onclick. Or is this not what you mean?
Reply With Quote
  #136  
Old 12-28-2011, 03:13 PM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
I've added a rating slider based on YUI to my site (for reputation ratings). Its simply a matter of showing a blank star or a colored star on hover. Images come from a sprite. And set the rating on onclick. Or is this not what you mean?
The original script that I'll include in the PHP version is:
http://www.christeris.net/multislider_php/index.php

And a funny version of it is:
http://www.christeris.net/multislider_funny/index.php

The only version that can works with vB is:
http://www.christeris.net/multislider_vb/index.php

Chris
Reply With Quote
  #137  
Old 12-28-2011, 04:19 PM
bigtree bigtree is offline
 
Join Date: Jan 2009
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

simple is better imho. Stability and fast loading is always best.
Reply With Quote
  #138  
Old 12-29-2011, 04:06 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChrisTERiS View Post
The original script that I'll include in the PHP version is:
http://www.christeris.net/multislider_php/index.php

And a funny version of it is:
http://www.christeris.net/multislider_funny/index.php

The only version that can works with vB is:
http://www.christeris.net/multislider_vb/index.php

Chris
I think those are too complex. Why not just add rating stars?
Reply With Quote
  #139  
Old 12-29-2011, 04:17 PM
bigtree bigtree is offline
 
Join Date: Jan 2009
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm more than happy with stars. If this is too pretty, I will most likely pass on this. I just want a simple, very stable working review section that uses the vb editor.

I don't want pretty. Hope this helps.
Reply With Quote
  #140  
Old 12-31-2011, 09:12 AM
bigtree bigtree is offline
 
Join Date: Jan 2009
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice! Congrats one the fine work.
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 04:16 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.04373 seconds
  • Memory Usage 2,277KB
  • Queries Executed 12 (?)
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
  • (4)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
  • (2)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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_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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete