![]() |
if you start getting into scrolling stuff that really slows sites down... i would def. uninstall if this goes scroilling....
|
No just an option to include it, naturally you can turn it off if you dont want it on. Or even if it included a box at the bottom that changes the affiliate every 10 seconds or so..
|
Hey I got a little feature-suggestion:
-Commenting system |
Quote:
why wouldnt you just go with it like he has it on the vbadvanced module each time you refresh it shows a different site... cause when you have it changeing like that it will slow things down |
Quote:
yeah that would really be nice to see... this way other users can basiclly see what they think and feel about the other site |
request for category , porsible ??
|
Quote:
Than you for this good hack ! |
Yeah site category (such as Gaming, Movies, etc) - that would be nice too!
|
Category system is on my list of things to add. I also plan to add an option that allows you to add a random site to the forum home, note this will be optional and can be turned off in the AdminCP.
|
yeah it has came a long way since i first installed it doing nice work....
|
Quote:
|
ok I have had to run the last 2 queries above and with the last one I got this error.
An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '; ALTER TABLE `toplist_sites` ADD `votes` INT( 10 ) DEFAULT It still wont show any ratings. in the admin cp under toplist sites, it dont show the ratings either, but when you click to view the individual site, it shows in there. |
Hmm looks like your missing part of the query.
Try this: [sql] ALTER TABLE `toplist_sites` ADD `votes` INT( 10 ) DEFAULT '0' NOT NULL AFTER `rating_total`; [/sql] |
nope that didn't work either..
An error occurred while attempting to execute your query. The following information was returned. error number: 1054 error desc: Unknown column 'rating_total' in 'toplist_sites' I got that error running that on its own. I changed the other query and got the first error again. |
Hmm, looks like your missing that field also, run these queries:
[sql] ALTER TABLE `toplist_sites` ADD `rating_total` INT( 10 ) DEFAULT '0' NOT NULL AFTER `out`; ALTER TABLE `toplist_sites` ADD `votes` INT( 10 ) DEFAULT '0' NOT NULL AFTER `rating_total`; ALTER TABLE `toplist_sites` ADD `rating_average` INT( 10 ) DEFAULT '0' NOT NULL AFTER `votes`; [/sql] Sorry for the trouble, not sure why the plugin system didn't execute those queries. Once you run those it should work. |
I am idiot, I didn't realize that these needed to be run seperately.
All seems to work now except it wont accpt the earlier attempts at voting. |
If you know who voted, and for what site, you can easily add their votes by editing the database..
|
error:
Code:
Database error in vBulletin 3.5.0: |
That means you already have that one in the database, just edit the .xml file and remove that query from the install code, and try it again, it should work after you do that.
|
Code:
Invalid SQL: |
So i work now, i'm changed manual in database the query
Good, i'm a error, the link which the hack gives us does not work home and to the others also, the page di link is white and reloads ceaselessly |
Huh? What link?
Also, [sql] ALTER TABLE `toplist_sites` ADD `status` VARCHAR( 20 ) DEFAULT 'active' NOT NULL AFTER `out`;; [/sql] There are 2 ;'s in that, that is why it didn't work. |
this link for example:
Code:
<a href="http://www.yoursite.com/forum/in.php?id=1" target="_BLANK">yoursite</a> |
Did you set your IN Click URL in the AdminCP on the settings page? You need to set it to like your forums url or your main site's url.
|
i have one problem i followed instruction in the other post but did not work maybe you can look at this when trying the rating system.
Quote:
|
Quote:
So Derekivey, i'm stupid :p, i work ! File Attach: French Language for Version 1.0.4 ;) |
Thanks for Translating it Allan :).
@nievesidenshop: Manually execute these queries in the AdminCP or PHPMyAdmin, sorry for the inconvenience, for some reason the product system isn't executing them. [sql] CREATE TABLE `YOUR_TABLE_PREFIX_toplist_ratings` ( `id` int(10) NOT NULL auto_increment, `site_id` int(10) NOT NULL default '0', `username` varchar(255) NOT NULL default '', `rating` int(1) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM; ALTER TABLE `YOUR_TABLE_PREFIX_toplist_sites` ADD `rating_total` INT( 10 ) DEFAULT '0' NOT NULL AFTER `out`; ALTER TABLE `YOUR_TABLE_PREFIX_toplist_sites` ADD `votes` INT( 10 ) DEFAULT '0' NOT NULL AFTER `rating_total`; ALTER TABLE `YOUR_TABLE_PREFIX_toplist_sites` ADD `rating_average` INT( 10 ) DEFAULT '0' NOT NULL AFTER `votes`; [/sql] Please replace YOUR_TABLE_PREFIX_ with the prefix you use for your tables (if you use one, if not just delete YOUR_TABLE_PREFIX_). |
ok having problems now..trying to uninstalled and reinstalled producted?
uninstalled ok, when trying to reinstall got this error: Database error in vBulletin 3.5.1: Quote:
|
Quote:
yea didn't see this message...ok i did run that but it was still giving me an error so i uninstalled it and try to installed it again and the error below ...soory didn't see that.. |
Ok, for those of you who had problems with the database, I have uploaded a new zip file. Please try importing the .xml file in it. I had the install code set for version 1.0.3, when it should have been 1.0.4. It should now execute the queries. If anyone still has problems, please let me know.
Thanks, Derek |
ok wow that was close got it to work.. new product and all working great 1 thing i notice maybe minor to validated site i should receive email which i chose to do never received it.. i'll play around with it ....THANKS FOR YA HELP :rolleyes:
|
Ok, I'll take a look and see if I have that problem. I'll get back to you about it.
Derek |
Hmm, I can't reproduce that. Make sure you have 'Email When A New Site Is Added That Requires Validation' set to 'No'.
|
I've been looking for something like this to switch my old topsites list over to, and I love when things are integrated with vB so thanks ;)
[high]* Dan clicks install[/high] |
No Problem.
BTW everyone, I plan to have another release out later this week for more features in my to do list. Depends though if I have lots of school work, if I do, It might get delayed till like next week sometime. |
OK the hack has been updated. It's working fine now.
|
thats good news :)
Also can we have a feature added so Admin can add in as many sites as they want please? |
Yeah, I'll add that into the AdminCP. I'm also thinking about having it show who added the site to everyone on the Toplist page.
|
can that be made an option as well the admin can set please?
Is the add-on for the forum home ready to be added as well? |
Yeah I'll have an option for that.
Yes, the forum home addon will be in the next release. |
All times are GMT. The time now is 09:35 AM. |
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:
|