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.02
seconds.
Search:
Posts Made By:
imageconstrux
Forum:
vBulletin 4.x Styles
02-13-2016, 03:36 PM
Replies:
605
Suite Style -
Ultimate Green SEO Themes | vBSocial.com | vBulletin 4 Styles 2.28.2013
Views:
203,008
Posted By
imageconstrux
Hi Dave - I'm not seeing any screen...
Hi Dave -
I'm not seeing any screen captures as examples and I don't see any vbSEO-similar themes on your site, nor any screen caps I can see to determine if this will fit my needs.
Are you...
Forum:
vB3 General Discussions
09-29-2009, 11:56 PM
Replies:
2
If conditional: postbit background based on usergroup
Views:
469
Posted By
imageconstrux
Thanks HMBeaty - I was able to find the postbit...
Thanks HMBeaty - I was able to find the postbit legacy css mod and just needed to pull this bit of code:
"is_member_of($post, #)"
and it's all working perfectly. Thanks!
Forum:
vB3 General Discussions
09-29-2009, 08:07 PM
Replies:
2
If conditional: postbit background based on usergroup
Views:
469
Posted By
imageconstrux
If conditional: postbit background based on usergroup
I'm launching a forum that I want to delineate posts from professionals in the industry from those who aren't pros, and I'd like to do it via a different background color in the postbit (.alt3, if...
Forum:
Modification Requests/Questions (Unpaid)
09-08-2009, 07:12 PM
Replies:
8
I want to spam my own forum
Views:
1,100
Posted By
imageconstrux
Thanks for the thread link, Lynne. It appears...
Thanks for the thread link, Lynne. It appears that solution is over my head, as I read through most all of the 6 pages and can't see how to even implement it, or how to schedule posts. I'm sure it's...
Forum:
Modification Requests/Questions (Unpaid)
09-08-2009, 10:39 AM
Replies:
8
I want to spam my own forum
Views:
1,100
Posted By
imageconstrux
Yup.
Yup.
Forum:
Modification Requests/Questions (Unpaid)
09-08-2009, 12:43 AM
Replies:
8
I want to spam my own forum
Views:
1,100
Posted By
imageconstrux
Does that matter? It's not a warez site. ...
Does that matter?
It's not a warez site. It's a very mainstream topic, not at all related to things a younger person would have interest in. Not music, gadgets, clothes, etc.
Forum:
Modification Requests/Questions (Unpaid)
09-08-2009, 12:24 AM
Replies:
8
I want to spam my own forum
Views:
1,100
Posted By
imageconstrux
Thanks for the replies. Medtech - I found a mod,...
Thanks for the replies. Medtech - I found a mod, but it looks like it's for registration only and not for posting. I want to be able to schedule posts for the fake users. Is that the one you're...
Forum:
Modification Requests/Questions (Unpaid)
09-07-2009, 11:37 PM
Replies:
8
I want to spam my own forum
Views:
1,100
Posted By
imageconstrux
I want to spam my own forum
I've looked through vb.org and while it looks like many want a feature like this, none have it. I have a forum I launched a few months ago and I need to generate some content to make it look active....
Forum:
vBulletin 3.8 Add-ons
07-10-2009, 12:19 AM
Replies:
270
Statistics Modifications -
vBSEO LiveStats: On-Demand Search Engine Performance Reports - v.1.1.2
Views:
48,678
Posted By
imageconstrux
Mine seems pretty buggy. A single click on...
Mine seems pretty buggy.
A single click on the tab and it flashes orange but does not open, no matter how long I wait. A second click and it opens, but just shows a progress bar for as long as I...
Forum:
Forum and Server Management
06-23-2009, 01:45 AM
Replies:
10
Search Engine Optimization
Views:
1,387
Posted By
imageconstrux
@Canna - Why doesn't my plumbing work? It used...
@Canna - Why doesn't my plumbing work? It used to work yesterday.
Hard to know without being able to look at my house's plumbing, right? Post your URL and you have a better shot at getting some...
Forum:
vB3 General Discussions
06-17-2009, 04:05 PM
Replies:
0
Needle in a Haystack
Views:
463
Posted By
imageconstrux
Needle in a Haystack
I'm trying to find the CSS generated for the vB_Editor_QR_popup_forecolor_menu div. It is nowhere to be found in the various CSS files - anyone know where it is?
Forum:
vB3 General Discussions
05-25-2009, 07:56 PM
Replies:
0
Efficient coding of if condition
Views:
474
Posted By
imageconstrux
Efficient coding of if condition
I'm trying to figure out the best way to code an if statement inside a vb site's header template, that in English goes something like this:
if this script is NOT X or Y
Z code
else
if...
Forum:
vB3 General Discussions
05-14-2009, 10:09 PM
Replies:
0
Edit post description length for external RSS feed display
Views:
904
Posted By
imageconstrux
Edit post description length for external RSS feed display
I know this has been discussed once or twice, but the threads I found didn't seem to have any answers as to how to accomplish this -
I want more of the post content of the RSS feeds pulled to my...
Forum:
vB3 General Discussions
05-05-2009, 01:00 AM
Replies:
6
if statement as replacement variable
Views:
905
Posted By
imageconstrux
I'm an idiot. I just realized the problem...
I'm an idiot.
I just realized the problem was between my ears, not in the code. Your original suggestion worked fine. Thanks for your patience. :)
Forum:
vB3 General Discussions
05-04-2009, 11:00 PM
Replies:
6
if statement as replacement variable
Views:
905
Posted By
imageconstrux
That's the weird thing - I didn't put any phrases...
That's the weird thing - I didn't put any phrases in.
I changed the code in the templates to:
<if condition="$show['guest']">
<welcome>
</if>
Then I thought I might have been triggering...
Forum:
vB3 General Discussions
05-04-2009, 10:04 PM
Replies:
6
if statement as replacement variable
Views:
905
Posted By
imageconstrux
Good idea. I shoulda thought of that. :) ...
Good idea. I shoulda thought of that. :)
--------------- Added 1241478620 at 1241478620 ---------------
Hmm... Nope. That didn't work, either. I end up with html output of...
Forum:
vB3 General Discussions
05-04-2009, 06:50 PM
Replies:
6
if statement as replacement variable
Views:
905
Posted By
imageconstrux
if statement as replacement variable
I'm trying to show a welcome message to all users who are not registered or not logged in on forumhome, forumdisplay and showthread. I had originally placed code <if...
Forum:
vBulletin 3.6 Admin CP Styles
04-26-2009, 09:54 PM
Replies:
28
enlighten skin admin CP style (free)
Views:
21,415
Posted By
imageconstrux
I've updated the css - the changes are really...
I've updated the css - the changes are really pretty minor. Just swap out the old css for the new, then follow all the same instructions in the OP about implementing this CP.
I really love this...
Forum:
vBulletin Button Sets
04-25-2009, 04:12 PM
Replies:
21
Light Web 2.0 Buttons
Views:
40,123
Posted By
imageconstrux
Lorelei - I tried to contact you via your...
Lorelei -
I tried to contact you via your forum, but it doesn't allow new registrations. I tried to contact you via the contact form on your design site, but I haven't heard back. So I'm...
Forum:
vBulletin 3.8 Add-ons
03-28-2009, 06:12 PM
Replies:
30
Add-On Releases -
PicLens + MediaRSS feeds for albums
Views:
5,869
Posted By
imageconstrux
Works like a charm! Nice work. Can it be made...
Works like a charm! Nice work. Can it be made to create a feed for all albums? I'm wanting to pull a feed of all new album additions to a Wordpress blog on the same site.
Forum:
vB3 General Discussions
01-03-2008, 12:07 PM
Replies:
2
Truncating the display of a user profile field in postbit
Views:
695
Posted By
imageconstrux
Wow - worked like a charm. postbit_display_start...
Wow - worked like a charm. postbit_display_start was the hook location that did the trick.
Thanks for your help!
Forum:
vB3 General Discussions
01-03-2008, 01:34 AM
Replies:
2
Truncating the display of a user profile field in postbit
Views:
695
Posted By
imageconstrux
Truncating the display of a user profile field in postbit
I have a custom user profile field that when registering, needs to be about 40 characters long, but when I display it in the postbit $post[field18], I need to truncate it to 7 characters.
How...
Forum:
vBulletin 3.6 Add-ons
12-28-2007, 12:04 PM
Replies:
851
Miscellaneous Hacks -
NoSpam! - an alternative to CAPTCHA images
Views:
435,152
Posted By
imageconstrux
Hmmm.... Why was captcha...
Hmmm.... Why was captcha (http://en.wikipedia.org/wiki/Captcha) created in the first place?
Forum:
vBulletin 3.6 Add-ons
12-28-2007, 01:53 AM
Replies:
851
Miscellaneous Hacks -
NoSpam! - an alternative to CAPTCHA images
Views:
435,152
Posted By
imageconstrux
Wow, installed fast and appears to work perfectly...
Wow, installed fast and appears to work perfectly (and works alongside captcha image verification).
Loving it - I'll give it a few more days, then maybe I can actually stop moderating all new...
Forum:
vB3 General Discussions
12-20-2007, 04:39 PM
Replies:
3
Right Hand Column in Showthread
Views:
887
Posted By
imageconstrux
For anyone else looking into this, the problem...
For anyone else looking into this, the problem seems to lie in the spacer_open template, specifically the conditional for old IE browsers. While it shouldn't affect non IE or current (6+) IE...
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
09:44 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.01698 seconds
Memory Usage
2,043KB
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
(23)
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.0015
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(unspecified) fetch_permissions(247, 0, 1,''); -> cached fperms for forum 247
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(196, 0, 1,''); -> cached fperms for forum 196
(unspecified) fetch_permissions(196, 0, 1,''); -> cached fperms for forum 196
(unspecified) fetch_permissions(123, 0, 1,''); -> cached fperms for forum 123
(unspecified) fetch_permissions(123, 0, 1,''); -> cached fperms for forum 123
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi