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 2
1
2
>
Showing results 1 to 25 of 39
Search took
0.00
seconds.
Search:
Posts Made By:
nsanden
Forum:
vB4 Design and Graphics Discussions
03-08-2010, 12:54 AM
Replies:
5
Wordpress / VB
Views:
3,075
Posted By
nsanden
Its possible but it requires php knowledge or who...
Its possible but it requires php knowledge or who knows maybe theres a vbulletin plugin you can find at this site that does it.
Forum:
vB4 Design and Graphics Discussions
03-06-2010, 07:10 PM
Replies:
1
.above_body css class
Views:
1,006
Posted By
nsanden
.above_body css class
Where the heck do you edit this in the style variable editor? It seems to be the only way to edit the header color but its not in the style variable editor? Very confused/frustrated.
Forum:
Forum and Server Management
08-02-2008, 04:44 PM
Replies:
1
Query taking a long time to run
Views:
1,326
Posted By
nsanden
Query taking a long time to run
This query in memberlist.php line 527 showed up in mysql slow query log (for good reason apparently...)
Has anyone else had this problem? Our vb3user table is only 17k rows.
Showing rows 0 -...
Forum:
vB3 General Discussions
03-26-2007, 10:38 PM
Replies:
2
Reporting posts - 60 second wait?
Views:
694
Posted By
nsanden
Hah, if only that worked :) Thanks, I...
Hah, if only that worked :)
Thanks, I appreciate it!
Forum:
vB3 General Discussions
03-26-2007, 10:27 PM
Replies:
2
Reporting posts - 60 second wait?
Views:
694
Posted By
nsanden
Reporting posts - 60 second wait?
I have some users complaining about this 60 second wait required to report another post. Is there a way to change that? Thanks!
Forum:
vBulletin 3.6 Add-ons
03-01-2007, 08:45 AM
Replies:
1,180
Major Additions -
ICash, Simple, stand alone point system.
Views:
255,985
Posted By
nsanden
Didn't get a chance to read this whole thread yet...
Didn't get a chance to read this whole thread yet but shouldn't points be deducted from a user when one of his threads is deleted?
Forum:
vBulletin 3.6 Add-ons
11-15-2006, 05:44 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Browser? OS? Are you installing the original code...
Browser? OS? Are you installing the original code in the first post or the version someone else posted later?
Forum:
vBulletin 3.6 Add-ons
11-08-2006, 02:07 AM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Yep, good point. Fixed!
Yep, good point. Fixed!
Forum:
vBulletin 3.6 Add-ons
10-13-2006, 08:06 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
How are you testing to see if it works? What...
How are you testing to see if it works? What browser are you using? So far only confirmed to work in Firefox and IE 6+ on Windows.
You might also check the demo link, I believe 3rd or so post in...
Forum:
vBulletin 3.6 Add-ons
10-02-2006, 06:39 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
If you can link me to the thread in your screen...
If you can link me to the thread in your screen shot that should be all i need. Of course if you installed another image resize hack and uninstalled mine, I won't be able to figure out the problem :)...
Forum:
vBulletin 3.6 Add-ons
10-02-2006, 06:07 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Ah I see. Well the screen shots help, but I...
Ah I see. Well the screen shots help, but I really need to view the page myself (so I can view the source).
Forum:
vBulletin 3.6 Add-ons
09-29-2006, 09:36 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Not possible currently. Could be done though. ...
Not possible currently. Could be done though.
That's true, it doesn't have a target="_blank" (which would make the image open in a new window) in the demo. This is because the demo is using a...
Forum:
vBulletin 3.6 Add-ons
09-29-2006, 09:27 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
It works for Firefox and Internet Explorer on...
It works for Firefox and Internet Explorer on Windows. I haven't tried it for any other browsers or OS's. That individual was using Safari on Mac, so it didn't surprise me that it didn't work.
...
Forum:
vBulletin 3.6 Add-ons
09-29-2006, 09:25 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Yep, look for: var strNewHTML = '<a href="'...
Yep, look for:
var strNewHTML = '<a href="' + img.src + '" target="_blank"><img width = "' + max_width + '" src="' + img.src + '" border=0 alt="" /></a>';
in the hack, and simply add to the end...
Forum:
vBulletin 3.6 Add-ons
09-28-2006, 05:10 AM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Change max_width = 700 to max_width = 600; and...
Change max_width = 700 to max_width = 600; and only images wider than 600 (thus not your signature images) will get resized down.
Forum:
vBulletin 3.6 Add-ons
09-28-2006, 05:06 AM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Nobody is making you install the hack. Feel free...
Nobody is making you install the hack. Feel free to uninstall it and find something else to suit your needs. I'm just trying to help get it working for you and anyone else that wants to use it.
...
Forum:
vBulletin 3.6 Add-ons
09-27-2006, 09:31 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
I have changed it a couple times. Just look...
I have changed it a couple times.
Just look for the: <style>#img_tag { display: none } </style> part and remove it from the headinclude template.
Forum:
vB3 Programming Discussions
09-27-2006, 09:12 PM
Replies:
2
Best way to create a reply to a thread
Views:
839
Posted By
nsanden
Perfect, exactly what I was looking for. Thanks.
Perfect, exactly what I was looking for. Thanks.
Forum:
vBulletin 3.6 Add-ons
09-27-2006, 08:25 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Yeah doesn't suprise me. Sorry :)
Yeah doesn't suprise me. Sorry :)
Forum:
vBulletin 3.6 Add-ons
09-27-2006, 08:21 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Try reinstalling the hack then. It will probably...
Try reinstalling the hack then. It will probably work.
Forum:
vBulletin 3.6 Add-ons
09-26-2006, 10:49 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Look at my previous reply to you....
Look at my previous reply to you. https://vborg.vbsupport.ru/showpost.php?p=1084023&postcount=16
Forum:
vB3 Programming Discussions
09-26-2006, 10:46 PM
Replies:
2
Best way to create a reply to a thread
Views:
839
Posted By
nsanden
Best way to create a reply to a thread
Has this been covered in an earlier thread?
I'd like to create a new reply to a thread from a plugin. Any suggestions as far as the approach? I assume theres a lot more to it than simply adding a...
Forum:
vBulletin 3.6 Add-ons
09-26-2006, 06:59 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
hmm strange. guess i'll take out the part that...
hmm strange. guess i'll take out the part that hides the images until they resize then.
Forum:
vBulletin 3.6 Add-ons
09-26-2006, 04:45 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
Is it only on your forum or also when you view...
Is it only on your forum or also when you view this thread? http://www.timesharetrap.com/forums/showthread.php?p=7&styleid=1#post7
There should be 2 images in that thread.
Forum:
vBulletin 3.6 Add-ons
09-26-2006, 04:39 PM
Replies:
78
Forum Display Enhancements -
Resize large [IMG] images and link them to original
Views:
14,683
Posted By
nsanden
What browser and OS are you using?
What browser and OS are you using?
Showing results 1 to 25 of 39
Page 1 of 2
1
2
>
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
08:03 AM
.
-- 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.01569 seconds
Memory Usage
2,033KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(54)
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.0008
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi