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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 146
Search took
0.00
seconds.
Search:
Posts Made By:
Abhik
Forum:
vB4 General Discussions
11-23-2012, 08:25 AM
Replies:
0
Deleting Attachments Older than 1 Year?
Views:
580
Posted By
Abhik
Deleting Attachments Older than 1 Year?
Hi,
Is there any easy way to delete attachments older than 1 year?
I know I can go to Admin CP and search for attachments uploads prior to a certain date and delete them from there, but I have...
Forum:
vB4 General Discussions
02-26-2012, 09:27 AM
Replies:
1
Guest No Permission Message on Custom Pages?
Views:
507
Posted By
Abhik
Anyone? Please?
Anyone? Please?
Forum:
vB4 General Discussions
02-26-2012, 09:26 AM
Replies:
7
How Do I Mass Prune Threads using Command Line?
Views:
1,296
Posted By
Abhik
Thanks.. :) But I have managed to do it using...
Thanks.. :)
But I have managed to do it using the default prune tool.
What I did is decreased the memory limit in php config and used 8GB memory using ini_set for thread.php file in admin cp.
Run...
Forum:
vB4 General Discussions
02-22-2012, 04:45 PM
Replies:
4
Can I install 2 vb forums on same host?
Views:
398
Posted By
Abhik
If they are on two different domains, yes, you...
If they are on two different domains, yes, you then need to have two licenses.
Forum:
vB4 General Discussions
02-22-2012, 03:08 PM
Replies:
7
How Do I Mass Prune Threads using Command Line?
Views:
1,296
Posted By
Abhik
Well, if I do a DELETE from threads, it'll delete...
Well, if I do a DELETE from threads, it'll delete all the thread, but what about posts in those threads? Won't they left on database? :(
Forum:
vB4 General Discussions
02-22-2012, 03:05 PM
Replies:
3
how do I add a staffs accound to my vb account?
Views:
573
Posted By
Abhik
<a...
<a href="https://members.vbulletin.com/membersupport_priority.php" target="_blank">https://members.vbulletin.com/member...t_priority.php</a>
Add your staff's email there and ask them to register at...
Forum:
vB4 General Discussions
02-22-2012, 02:59 PM
Replies:
4
Image issues
Views:
416
Posted By
Abhik
Style Manager > Click on GO button on your...
Style Manager > Click on GO button on your template.
Then click on ImagePaths.
Forum:
vB4 Programming Discussions
02-22-2012, 02:51 PM
Replies:
3
Display message for guests under post
Views:
618
Posted By
Abhik
At SHOWTHREAD template find the <div...
At SHOWTHREAD template find the
<div id="pagination_bottom" class="pagination_bottom">
Place your code just before that.
Forum:
vB4 General Discussions
02-21-2012, 04:45 PM
Replies:
4
Image issues
Views:
416
Posted By
Abhik
Check if Image Directory paths are rightly filled...
Check if Image Directory paths are rightly filled in Stylevers.
Forum:
vB4 General Discussions
02-21-2012, 04:04 PM
Replies:
1
Guest No Permission Message on Custom Pages?
Views:
507
Posted By
Abhik
Guest No Permission Message on Custom Pages?
Hello,
How do I enable the default guest no permission message along with login box in my custom pages?
Here is what I need.
https://vborg.vbsupport.ru/external/2012/02/23.png
There must be...
Forum:
vB4 General Discussions
02-20-2012, 02:03 AM
Replies:
7
How Do I Mass Prune Threads using Command Line?
Views:
1,296
Posted By
Abhik
What should be the query?
What should be the query?
Forum:
vB4 General Discussions
02-19-2012, 06:45 PM
Replies:
7
How Do I Mass Prune Threads using Command Line?
Views:
1,296
Posted By
Abhik
How Do I Mass Prune Threads using Command Line?
Hello,
Is there any way to mass prune threads from selected forums from command line?
I have near 5000K (5000000) threads to prune, but Admin CP option gives me memory outage error though I have...
Forum:
vB4 Programming Discussions
02-19-2012, 11:31 AM
Replies:
7
Assistance in determining the location to place the code ... (post content)
Views:
559
Posted By
Abhik
Posts are stored in 'post' table, but what...
Posts are stored in 'post' table, but what exactly you want to retrieve?
Forum:
vB4 Programming Discussions
02-19-2012, 11:30 AM
Replies:
3
Display message for guests under post
Views:
618
Posted By
Abhik
The postbit_signature_start or the...
The postbit_signature_start or the postbit_messagearea_start template hook is probably the best place.
You can use this condition to show a message only to guests.
<vb:if...
Forum:
vB4 Programming Discussions
02-18-2012, 10:11 AM
Replies:
7
Check Thread Starter Usergroup and Execute Code
Views:
764
Posted By
Abhik
Hello Lynne, sorry for replying late. My goal...
Hello Lynne, sorry for replying late.
My goal is to highlight the threadbit in a separate color if the thread started by a member belongs to a specific group.
That's it.
Forum:
vB4 General Discussions
02-16-2012, 05:40 PM
Replies:
3
Searching a "tutorial plugin" for vbulletin 4
Views:
556
Posted By
Abhik
That's probably a custom mod/template...
That's probably a custom mod/template modification.
Forum:
vB4 Programming Discussions
02-16-2012, 04:36 PM
Replies:
7
Check Thread Starter Usergroup and Execute Code
Views:
764
Posted By
Abhik
Thanks Lynne, What that query should be? Sorry,...
Thanks Lynne,
What that query should be? Sorry, but I am totally lost here.
Forum:
vB4 Programming Discussions
02-15-2012, 07:20 AM
Replies:
7
Check Thread Starter Usergroup and Execute Code
Views:
764
Posted By
Abhik
Well, its in a template, the threadbit template...
Well, its in a template, the threadbit template actually.
Forum:
vB4 Programming Discussions
02-14-2012, 05:16 PM
Replies:
7
Check Thread Starter Usergroup and Execute Code
Views:
764
Posted By
Abhik
Check Thread Starter Usergroup and Execute Code
Hello,
How do I check the thread starter's usergroup and execute code based on that?
I mean, something like this:
<vb:if condition="is_member_of($threadstarter, 5,6,7,9)">
........
<vb:else...
Forum:
vB4 General Discussions
02-13-2012, 07:45 PM
Replies:
1
if condition="$forum[forumid] ==X Not Working in SHOWTHREAD Template
Views:
1,978
Posted By
Abhik
if condition="$forum[forumid] ==X Not Working in SHOWTHREAD Template
Hello,
I am trying to show information on showthread template based on some particular forums.
I am using
<vb:if condition="$forum[forumid] == XX">
......
......
</vb:if>
But its not...
Forum:
vB4 Programming Discussions
02-13-2012, 06:00 PM
Replies:
6
Validating Datamanager Values?
Views:
623
Posted By
Abhik
Awesome!! :) Now the columns are being...
Awesome!! :)
Now the columns are being populated.
One more problem,
I am using
<h2 class="blockhead">Domain Details</h2>
<div class="blockbody formcontrols">
<h3 class="blocksubhead">The Domain...
Forum:
vB4 Programming Discussions
02-13-2012, 05:20 PM
Replies:
6
Validating Datamanager Values?
Views:
623
Posted By
Abhik
I am getting two blank fields.. Is that normal? ...
I am getting two blank fields.. Is that normal?
Shouldn't it be filled from the values from the text fields?
http://i41.tinypic.com/1qg9r8.png
I am trying to display the info in showthread...
Forum:
vB4 Programming Discussions
02-13-2012, 04:51 PM
Replies:
6
Validating Datamanager Values?
Views:
623
Posted By
Abhik
Thanks, Now it get saved without any error. How...
Thanks,
Now it get saved without any error. How do I check if they got saved properly?
Also, how may I call them in my templates?
$post['domainforsalename']
and/or
{vb:raw...
Forum:
vB4 Programming Discussions
02-13-2012, 04:10 PM
Replies:
6
Validating Datamanager Values?
Views:
623
Posted By
Abhik
Validating Datamanager Values?
Hello,
I have added two simple html text fields in newthread template and now want to save them using datamanager and show them in the showthread template.
First, I have placed them in GPC Array...
Forum:
vBulletin 4 Articles
02-13-2012, 10:20 AM
Replies:
27
[HOW TO] Add additional fields
Views:
12,038
Posted By
Abhik
How to save this data in database instead of...
How to save this data in database instead of post?
Thanks
Showing results 1 to 25 of 146
Page 1 of 6
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
12:04 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.01849 seconds
Memory Usage
2,050KB
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.0024
(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(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(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(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(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(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(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(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(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
FULLTEXT Search
php_sapi_name(): fpm-fcgi