The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
Ted S
Forum:
vBulletin 4.x Add-ons
12-02-2016, 06:47 PM
Replies:
1,325
Add-On Releases -
[AJAX] Helpful Answers - Allow users to rate individual posts
Views:
218,888
Posted By
Ted S
This addon does not provide the functionality you...
This addon does not provide the functionality you described. You could certainly use it as a base to modify into something that accomplishes your goals but it's going to take some development effort,...
Forum:
vBulletin 4.x Add-ons
05-31-2016, 05:53 PM
Replies:
1,325
Add-On Releases -
[AJAX] Helpful Answers - Allow users to rate individual posts
Views:
218,888
Posted By
Ted S
Try copying those templates over to the mobile...
Try copying those templates over to the mobile style. Odds are the script is running fine, it just doesn't have the templates to pull up
Forum:
vBulletin 4.x Add-ons
05-31-2016, 05:33 PM
Replies:
1,325
Add-On Releases -
[AJAX] Helpful Answers - Allow users to rate individual posts
Views:
218,888
Posted By
Ted S
Do you see the same "helpfulanswers_" templates...
Do you see the same "helpfulanswers_" templates appearing in your mobile style as the desktop themes?
If so, open up the template for your rating style (topten, etc) and add some characters to the...
Forum:
vBulletin 4.x Add-ons
05-11-2015, 02:10 PM
Replies:
600
Show Thread Enhancements -
Limited Guest Viewing -- Motivate Guests to Register
Views:
165,952
Posted By
Ted S
What makes you believe Google is not crawling...
What makes you believe Google is not crawling your site due to the modification? What had you set it to?
Forum:
vBulletin 4.x Add-ons
04-30-2015, 03:53 AM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
X is the id of the thread you're looking at...
X is the id of the thread you're looking at reviews for (shown in the url). You could also use productid to figure it out that way.
Whichever you go with, you have to change it to an actual value...
Forum:
vBulletin 4.x Add-ons
04-29-2015, 03:11 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
Do you use table prefixes? if so, you need to...
Do you use table prefixes? if so, you need to include them into the query.
Forum:
vBulletin 4.x Add-ons
04-28-2015, 08:59 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
This is not going to be fun as I can't replicate...
This is not going to be fun as I can't replicate so I apologize but I'm going to have to try making changes and have you try them out. Try this version of the addon to start.
REPLACE IT WITH THE...
Forum:
vBulletin 4.x Add-ons
04-28-2015, 08:50 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
Hrm, if you look in the table pf_product (via...
Hrm, if you look in the table pf_product (via phpmyadmin, mysql or just through your vbulletin query manager), do you see any value on that thread id?
SELECT * FROM pf_product WHERE threadid = X;...
Forum:
vBulletin 4.x Add-ons
04-25-2015, 05:01 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
Does this bug continue if you write a second...
Does this bug continue if you write a second review? Any errors with the posting process along the way?
Will dig in to the breaktags more tomorrow or monday.
Forum:
vBulletin 4.x Add-ons
04-24-2015, 08:42 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
No, you would be adding it to the HTML code (the...
No, you would be adding it to the HTML code (the field name is "rating").
Remove:
<div class="blockrow">
<label for="rating">{vb:phrase...
Forum:
vBulletin 4.x Add-ons
04-23-2015, 10:59 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
Do you allow HTML or BBCode on the forum reviews...
Do you allow HTML or BBCode on the forum reviews post to? Can you try toggling both on / off to see if it helps?
Remove it from the template and add a hidden form field with a value of 1 in...
Forum:
vBulletin 4.x Add-ons
04-16-2015, 11:16 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
The problem is that the value being posted is...
The problem is that the value being posted is negative. Sounds like the counter didn't go up properly and needs to be reset to 1 if the content is still there to delete or 0 if it's been cleared.
...
Forum:
vBulletin 4.x Add-ons
04-16-2015, 11:13 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
There's a forum here for coding support...
There's a forum here for coding support discussions that may be a good place to try.
The addon supports custom fields but it's pretty basic. You can't change them by category for example but...
Forum:
vBulletin 4.x Add-ons
04-13-2015, 01:06 AM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
It's all displayed via a template so, assuming...
It's all displayed via a template so, assuming you don't want to add any fields, editing is as quick as you can change the html and corresponding css.
Forum:
vBulletin 4.x Add-ons
03-27-2015, 06:49 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
The addon uses relative paths and assumes...
The addon uses relative paths and assumes everything is hosted on the same domain as most forums are. You'll need to resync images / update the databsse if you moved the structure around.
Forum:
vBulletin 4.x Add-ons
03-12-2015, 05:26 PM
Replies:
600
Show Thread Enhancements -
Limited Guest Viewing -- Motivate Guests to Register
Views:
165,952
Posted By
Ted S
Not the message, the actually cookie named lgv...
Not the message, the actually cookie named lgv that should increment as you view threads. If that's not the case, that's where we start.
Forum:
vBulletin 4.x Add-ons
03-09-2015, 03:55 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
Delete all the files you uploaded including those...
Delete all the files you uploaded including those in the includes/ folder.
Forum:
vBulletin 4.x Add-ons
03-08-2015, 04:06 AM
Replies:
600
Show Thread Enhancements -
Limited Guest Viewing -- Motivate Guests to Register
Views:
165,952
Posted By
Ted S
What are your settings? Do you see the LGV cookie...
What are your settings? Do you see the LGV cookie get set and updated for your site?
Forum:
vBulletin 4.x Add-ons
02-08-2015, 10:39 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
Rename the file. Search template manager and...
Rename the file.
Search template manager and phrase manager for all current names and do the same in actual script just in case!
Forum:
vBulletin 3.7 Add-ons
12-29-2014, 10:14 PM
Replies:
407
Add-On Releases -
Limited Guest Viewing -- Motivate Guests to Register
Views:
128,874
Posted By
Ted S
Not a clue.
Not a clue.
Forum:
vBulletin 4.x Add-ons
12-08-2014, 04:19 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
There's nothing that it shows in forumhome other...
There's nothing that it shows in forumhome other than forums.
Forum:
vBulletin 4.x Add-ons
11-28-2014, 10:18 PM
Replies:
1,325
Add-On Releases -
[AJAX] Helpful Answers - Allow users to rate individual posts
Views:
218,888
Posted By
Ted S
And everything in the mod should be set to...
And everything in the mod should be set to phrases :D
Forum:
vBulletin 4.x Add-ons
11-21-2014, 02:52 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
Gotcha. You could use that query though it...
Gotcha.
You could use that query though it will add more load as it's coming up on every view to those pages.
To minimize, run it on logged in users only (simple check that there is a userid...
Forum:
vBulletin 4.x Add-ons
11-21-2014, 02:50 PM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
What ones did you add in (so I can be sure to...
What ones did you add in (so I can be sure to port it to the next update)?
Forum:
vBulletin 4.x Add-ons
11-21-2014, 06:32 AM
Replies:
1,853
Major Additions -
Product Review Forums ? Research, Review & Compare Items
Views:
280,774
Posted By
Ted S
Not sure where you want to use this? Can you...
Not sure where you want to use this? Can you rephrase or provide a url (remove your domain if you wish, I just need the forum part)?
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
02:28 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.04044 seconds
Memory Usage
2,080KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(75)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.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_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0116
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi