Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-19-2010, 11:32 PM   #1
Eric
Confirmed User
 
Eric's Avatar
 
Industry Role:
Join Date: Dec 2000
Location: The Helm!
Posts: 8,818
Wordpress GURU's and Coders, question for you...

This a plugin or custom programming?

I think it is custom programming. There are a couple plug-ins that could do the sortable list, but the score dynamically changes on the fly with any new user activity.

http://mmohut.com/gamelist

Thanks for you input,
Eric
__________________
No One
Eric is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 12:02 AM   #2
harvey
Confirmed User
 
harvey's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: 127.0.0.1
Posts: 9,266
custom. it uses Lester Chan's wp-postrating but it seems customized as well, although I'm not sure what do you mean by "no user interaction" since there has to be user interaction of some sort (ie voting). I tried voting and had to reload the list to see the new values, although seeing values changing without reload could be done using AJAX/AHAH but it would be way more slow

(i'm no expert or guru, so you should wait for more expert opinions, paging Fris in 3-2-1....)
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

Last edited by harvey; 11-20-2010 at 12:04 AM..
harvey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 12:09 AM   #3
Eric
Confirmed User
 
Eric's Avatar
 
Industry Role:
Join Date: Dec 2000
Location: The Helm!
Posts: 8,818
Quote:
Originally Posted by harvey View Post
custom. it uses Lester Chan's wp-postrating but it seems customized as well, although I'm not sure what do you mean by "no user interaction" since there has to be user interaction of some sort (ie voting). I tried voting and had to reload the list to see the new values, although seeing values changing without reload could be done using AJAX/AHAH but it would be way more slow

(i'm no expert or guru, so you should wait for more expert opinions, paging Fris in 3-2-1....)
Sorry I didn't mean to confuse with the "On the Fly" comment. Yes it does take a refresh to get the rating to update.

Thanks for the heads up on the rating plug-in, hadn't found that one.

Don't see any need for the rating value to change without a refresh, as you stated that would just bog the system down and for no benefit.

Thanks harvey.

Anyone else want to weigh in?

E
__________________
No One
Eric is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 12:19 AM   #4
Boozer
So Fucking Banned
 
Join Date: Feb 2005
Posts: 3,134
Quote:
Originally Posted by harvey View Post
custom. it uses Lester Chan's wp-postrating but it seems customized as well, although I'm not sure what do you mean by "no user interaction" since there has to be user interaction of some sort (ie voting). I tried voting and had to reload the list to see the new values, although seeing values changing without reload could be done using AJAX/AHAH but it would be way more slow

(i'm no expert or guru, so you should wait for more expert opinions, paging Fris in 3-2-1....)
not sure how you are seeing updated ratings on the index page it appears to be cached
Boozer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 12:38 AM   #5
Eric
Confirmed User
 
Eric's Avatar
 
Industry Role:
Join Date: Dec 2000
Location: The Helm!
Posts: 8,818
Quote:
Originally Posted by Boozer View Post
not sure how you are seeing updated ratings on the index page it appears to be cached
If you select a game, I suggest Vindictus since it is new and has fewer votes and will mostlikely change from you giving it a hirer or lower score. Then go back to that gamelist page, you will see the score change upon Refresh
__________________
No One
Eric is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 12:56 AM   #6
Boozer
So Fucking Banned
 
Join Date: Feb 2005
Posts: 3,134
Quote:
Originally Posted by Eric View Post
If you select a game, I suggest Vindictus since it is new and has fewer votes and will mostlikely change from you giving it a hirer or lower score. Then go back to that gamelist page, you will see the score change upon Refresh
I did and it didnt
Boozer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 01:05 AM   #7
CaptainWolfy
Playa
 
CaptainWolfy's Avatar
 
Industry Role:
Join Date: Dec 2005
Location: Somewhere on the Earth
Posts: 8,439
It's custom written, but it would be possible to improvise with some of related posts plug in, since you can setup parameters how many posts do you want to be shown etc.. and the rest is just calling some values in the table! If i had to do something like that i would make static table and with names of the gamest etc.. and just call value of ratings in last column..
CaptainWolfy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 02:03 AM   #8
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
Quote:
Originally Posted by Eric View Post
This a plugin or custom programming?

I think it is custom programming. There are a couple plug-ins that could do the sortable list, but the score dynamically changes on the fly with any new user activity.

http://mmohut.com/gamelist

Thanks for you input,
Eric
sortable list would be easy to integrate using a jquery plugin, what kind of data did you want to populate, just post names? and alphabetically, with other headings?
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 05:54 AM   #9
Eric
Confirmed User
 
Eric's Avatar
 
Industry Role:
Join Date: Dec 2000
Location: The Helm!
Posts: 8,818
Quote:
Originally Posted by fris View Post
sortable list would be easy to integrate using a jquery plugin, what kind of data did you want to populate, just post names? and alphabetically, with other headings?
Very similar to the layout and the number of fields you see in that example. With the option to sort the entire table by each column individually. The post names will be the only item that links out though.
__________________
No One
Eric is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 06:02 AM   #10
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
Quote:
Originally Posted by Eric View Post
Very similar to the layout and the number of fields you see in that example. With the option to sort the entire table by each column individually. The post names will be the only item that links out though.
ill do up an example sometime today, and email you the link, to see if what its your after.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 06:18 AM   #11
Eric
Confirmed User
 
Eric's Avatar
 
Industry Role:
Join Date: Dec 2000
Location: The Helm!
Posts: 8,818
Quote:
Originally Posted by fris View Post
ill do up an example sometime today, and email you the link, to see if what its your after.
Would be awesome!
__________________
No One
Eric is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-20-2010, 01:44 PM   #12
Eric
Confirmed User
 
Eric's Avatar
 
Industry Role:
Join Date: Dec 2000
Location: The Helm!
Posts: 8,818
Nothing I love more then trying to figure this shit out and finding about 10 other plugin's you love, or find things that other sites have that now sending you on another quest to find new ways to do shit!
__________________
No One
Eric is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.