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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 82
Search took
0.00
seconds.
Search:
Posts Made By:
Spyike
Forum:
vB4 Programming Discussions
08-09-2011, 08:55 AM
Replies:
3
Array vb3 > vb4
Views:
608
Posted By
Spyike
That's what I thought originally, however: ...
That's what I thought originally, however:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(5025) : eval()'d code on line 195
Forum:
vB4 Programming Discussions
08-09-2011, 08:39 AM
Replies:
3
Array vb3 > vb4
Views:
608
Posted By
Spyike
Array vb3 > vb4
<if condition="in_array($thread['threadid'], $personalstickys)">
What would be the proper conditional for this in vb4?
Forum:
vB4 General Discussions
08-06-2011, 03:19 AM
Replies:
3
Member Banned somehow
Views:
418
Posted By
Spyike
A third-party plugin COULD have caused this...
A third-party plugin COULD have caused this somehow, but I doubt it. She probably mistakenly banned the user. If she changed her password, she should be fine.
Forum:
vB4 General Discussions
08-05-2011, 08:08 PM
Replies:
2
Additional Usergroups
Views:
675
Posted By
Spyike
Your explanation is quite vague... ...
Your explanation is quite vague...
Additional usergroups and permissions work with "Yes" and "No".
Yes always overrides No, regardless if the group is primary or additional. You would need to...
Forum:
vB4 General Discussions
08-05-2011, 08:04 PM
Replies:
5
More Fun and Games to be Certain I Never Get Bored
Views:
875
Posted By
Spyike
The antivirus is most likely not a...
The antivirus is most likely not a "false-positive" if its an iframe injectable...
Does MS Security essentials show you the link/script that you are being directed to?
You are going to need to...
Forum:
vB4 General Discussions
08-05-2011, 06:47 AM
Replies:
2
How to make sectionals not ban via modcp?
Views:
442
Posted By
Spyike
If I understand you correctly, you do not wish...
If I understand you correctly, you do not wish for the banning options to be accessible via ModCP -- if I am correct in saying so, you could remove the option from the cp itself (Thus, they have no...
Forum:
vB4 General Discussions
08-05-2011, 05:02 AM
Replies:
3
Custom dropdown in title? Is there a mod that does this?
Views:
347
Posted By
Spyike
Add the appropriate markup around the prefix when...
Add the appropriate markup around the prefix when creating or editing it.. (rich text)
EX: <b>PREFIX</b>
Forum:
vB4 General Discussions
08-05-2011, 04:45 AM
Replies:
7
Request Thanks/Groan
Views:
769
Posted By
Spyike
I don't believe vbSEO has a thanks system... just...
I don't believe vbSEO has a thanks system... just "likes". I may be overlooking my features in vbSEO.
Forum:
vB4 General Discussions
08-05-2011, 04:42 AM
Replies:
6
how to display a "closed" message at the end of title?
Views:
589
Posted By
Spyike
Are you looking to change the entire markup of...
Are you looking to change the entire markup of the thread or only the "Closed" text?
Forum:
vB4 General Discussions
08-05-2011, 04:37 AM
Replies:
7
Request Thanks/Groan
Views:
769
Posted By
Spyike
No, Abe1 only has the mod for vb3. The above link...
No, Abe1 only has the mod for vb3. The above link is for thanks only. I ported the Groan hack from vb3 to vb4 but cannot release it due to it being his original code.
Forum:
vB4 General Discussions
08-05-2011, 04:29 AM
Replies:
7
Request Thanks/Groan
Views:
769
Posted By
Spyike
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=231666" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=231666</a>
Enjoy.
Forum:
vB4 General Discussions
08-04-2011, 11:23 PM
Replies:
2
vb.org Like system
Views:
641
Posted By
Spyike
The product that I believe you are referring to...
The product that I believe you are referring to is vBSEO -- they use the hear as the icon for "likes", although you can easily change it.
Check out the link below to see if that is what you are...
Forum:
vB4 General Discussions
08-04-2011, 08:52 PM
Replies:
2
Little error on forum!
Views:
312
Posted By
Spyike
No Thread specified. If you followed a valid...
No Thread specified. If you followed a valid link, please notify the administrator
I took a look at that thread, as well as others, and was unable to reproduce the js error you are showing...
...
Forum:
vB4 General Discussions
08-04-2011, 08:50 PM
Replies:
4
How to remove the space between forum title and threads?
Views:
576
Posted By
Spyike
Check your current template and search for...
Check your current template and search for threadlist to be sure there is no css attribute with margin or padding, if not,
Add the following to your additional.css template:
.threadlist {
...
Forum:
vB4 General Discussions
08-04-2011, 08:47 PM
Replies:
3
Custom dropdown in title? Is there a mod that does this?
Views:
347
Posted By
Spyike
vBulletin Prefix's will appear in the title (if...
vBulletin Prefix's will appear in the title (if selected), by default, in vBulletin 4.
Forum:
vB4 General Discussions
08-04-2011, 06:07 AM
Replies:
5
Child Style
Views:
644
Posted By
Spyike
Yes I am sure and have tried this.....
Yes I am sure and have tried this.....
Forum:
vB4 General Discussions
08-04-2011, 05:32 AM
Replies:
3
RSS feed won't work
Views:
883
Posted By
Spyike
google.com is not a valid rss feed URL... ...
google.com is not a valid rss feed URL...
http://en.wikipedia.org/wiki/RSS
Forum:
vB4 General Discussions
08-04-2011, 04:39 AM
Replies:
8
Change default allowed birthdate year?!
Views:
993
Posted By
Spyike
What I posted may look hard, but it is very easy....
What I posted may look hard, but it is very easy. Navigate to PHPMYADMIN via cPanel , Plesk, or whatever panel your server is using. You can copy and paste the contents I posted above and you will...
Forum:
vB4 General Discussions
08-04-2011, 02:43 AM
Replies:
7
Postbit Legacy Field Not Visible
Views:
581
Posted By
Spyike
Fixed this for LuDawgs.. He created an admin...
Fixed this for LuDawgs.. He created an admin account and I adjusted plugin as such. Enjoy
Forum:
vB4 General Discussions
08-04-2011, 02:26 AM
Replies:
4
How to add Quick Navigation to New Posts page?
Views:
571
Posted By
Spyike
I am unfamiliar with QuickNav, but find and copy...
I am unfamiliar with QuickNav, but find and copy the contents in the template it is currently in, and then paste it into the new posts template
Forum:
vB4 General Discussions
08-04-2011, 02:02 AM
Replies:
7
Postbit Legacy Field Not Visible
Views:
581
Posted By
Spyike
PM'd you.
PM'd you.
Forum:
vB4 General Discussions
08-03-2011, 08:34 PM
Replies:
8
Change default allowed birthdate year?!
Views:
993
Posted By
Spyike
Go to PHPMYADMIN and execute the following query:...
Go to PHPMYADMIN and execute the following query:
SELECT *
FROM `user`
WHERE `birthday` LIKE '%1901%'
LIMIT 0 , 30
When the list of results comes up, you can easily see which users you can...
Forum:
vB4 General Discussions
08-03-2011, 08:24 PM
Replies:
2
DigitalPoint Pop ups
Views:
436
Posted By
Spyike
You would need a custom modification or script...
You would need a custom modification or script which is NOT a part of vbulletin itself. Check out https://vborg.vbsupport.ru/forumdisplay.php?f=198
OR simply google "pop up script" and look for a...
Forum:
vB4 General Discussions
08-03-2011, 08:22 PM
Replies:
3
Banning IP State-Wide
Views:
441
Posted By
Spyike
You cannot successfully ban a certain state from...
You cannot successfully ban a certain state from your board. A variety of ISP's are used, thus, you cannot ban by IP range. In addition, the hostnames are different for each IP/ISP as well..
You...
Forum:
vB4 General Discussions
08-03-2011, 08:21 PM
Replies:
24
Avatar and Profile Picture Not Visible
Views:
2,331
Posted By
Spyike
So with all plugins disabled did it work...
So with all plugins disabled did it work correctly...?
Showing results 1 to 25 of 82
Page 1 of 4
1
2
3
>
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
10:57 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.02172 seconds
Memory Usage
2,035KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(3)
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.0014
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
FULLTEXT Search
php_sapi_name(): fpm-fcgi