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 3
1
2
3
>
Showing results 1 to 25 of 63
Search took
0.00
seconds.
Search:
Posts Made By:
malmazan
Forum:
vB4 General Discussions
07-04-2020, 05:48 AM
Replies:
2
Re-use an old image in VB4 CMS
Views:
280
Posted By
malmazan
Yeah, i do that, but that does not provide the...
Yeah, i do that, but that does not provide the functionality of the native image
I did mention it to vB at the time that it would be a nightmare to re-use images, but they would not listen. Sad
Forum:
vB4 General Discussions
07-01-2020, 05:39 AM
Replies:
2
Re-use an old image in VB4 CMS
Views:
280
Posted By
malmazan
Re-use an old image in VB4 CMS
If you have thousands of images it is next to impossible to find an previously uploaded image in order to re-use it in a different article to the one that originally used it. You need to go though...
Forum:
vB4 Design and Graphics Discussions
12-01-2018, 04:47 AM
Replies:
15
threadid conditional - Not working the same?
Views:
3,648
Posted By
malmazan
In case I save somebody the time to do the...
In case I save somebody the time to do the research:
<vb:if condition="$threadinfo['threadid'] > '1234'">
This worked for me on the SHOWTHREAD template out of the box. I have used for the href...
Forum:
vB4 General Discussions
05-06-2017, 10:48 AM
Replies:
3
Template Conditional for threads by a specific author
Views:
719
Posted By
malmazan
That works, many thanks Dave
That works, many thanks Dave
Forum:
vB4 General Discussions
05-05-2017, 08:09 PM
Replies:
3
Template Conditional for threads by a specific author
Views:
719
Posted By
malmazan
Template Conditional for threads by a specific author
Hi all
I need to change the appearance of threads started by a specific author.
What would be the template conditional for that?
Ideally by user id number, else by author name. Since the...
Forum:
vB4 Design and Graphics Discussions
04-29-2017, 08:08 AM
Replies:
18
How do i center-align vbulletin page after applying custom width?
Views:
7,506
Posted By
malmazan
You can still keep a margin adding something like...
You can still keep a margin adding something like this to the additional.css template
html { margin: 0 2%;}
Forum:
vB4 General Discussions
10-23-2016, 05:36 PM
Replies:
0
Show unused images as thumbnails (not links) at the bottom of CMS articles
Views:
294
Posted By
malmazan
Show unused images as thumbnails (not links) at the bottom of CMS articles
Here's the info in case somebody needs it.
On packages\vbcms\item\content\article.php
Find $attach->process_attachments($viewinfo, $bbcode_parser->attachments, false, false, true, false, true);...
Forum:
vB4 General Discussions
05-01-2013, 11:14 AM
Replies:
3
Images for Facebook likes, CMS
Views:
447
Posted By
malmazan
Another option is to use something like as a meta...
Another option is to use something like as a meta tag:
<meta property="og:image" content="http://website.com/image.png"/>
but again I cannot figure out how to do this such that the url to the...
Forum:
vB4 General Discussions
04-25-2013, 09:53 AM
Replies:
3
Images for Facebook likes, CMS
Views:
447
Posted By
malmazan
Any pointers on this?
Any pointers on this?
Forum:
vB4 General Discussions
04-02-2013, 07:52 PM
Replies:
3
Images for Facebook likes, CMS
Views:
447
Posted By
malmazan
Images for Facebook likes, CMS
I want the right images to be selected by Facebook when liking of when posting automatically to my FB account via Twitterfeed.
For that I need to add rel="image_src" in the article images.
I've...
Forum:
vBulletin 4.x Add-ons
03-05-2013, 07:32 PM
Replies:
430
Miscellaneous Hacks -
Sidebar Anywhere (Formerly Sidebar for Activity Stream) by BOP5
Views:
103,920
Posted By
malmazan
I'm wondering how to make it work on tags.php,...
I'm wondering how to make it work on tags.php, which gets lots of hits. The problem is that there seems to be no template associated with that.
Forum:
vBulletin 4.x Add-ons
03-05-2013, 06:33 PM
Replies:
1,920
Add-On Releases -
Everywhere Sidebar 4 VB4
Views:
2,613,297
Posted By
malmazan
I'd like to show specific blocks in specific...
I'd like to show specific blocks in specific forums though
Forum:
vBulletin 4.x Add-ons
03-05-2013, 04:57 PM
Replies:
1,920
Add-On Releases -
Everywhere Sidebar 4 VB4
Views:
2,613,297
Posted By
malmazan
I'd think of buying this, but the developer has...
I'd think of buying this, but the developer has not been round here or his own forum for months, the link to the right thread is dead and the demo web site does no longer exist, so it is difficult to...
Forum:
vBulletin 4.x Template Modifications
02-17-2013, 10:53 AM
Replies:
6
Statistics Modifications -
Statistics by username in Google Analytics
Views:
7,554
Posted By
malmazan
Thanks for sharing this. Since vB does not...
Thanks for sharing this.
Since vB does not provide total views for a section, I have used
<vb:if condition="in_array($vbulletin->parentnode, array(5)) OR $vbulletin->nodeid == 5">
type...
Forum:
vB4 General Discussions
03-02-2012, 08:01 AM
Replies:
5
Plugin to capitalize username on registration
Views:
621
Posted By
malmazan
Actually, I was wrong, it DOES work. Somehow the...
Actually, I was wrong, it DOES work. Somehow the resulting user name shown on the screen was not capitalized, but the one that ended up on the database was.
That'll save me from having to edit a...
Forum:
vB4 General Discussions
02-29-2012, 10:26 AM
Replies:
5
Plugin to capitalize username on registration
Views:
621
Posted By
malmazan
Thanks for the help, though it does not seem to...
Thanks for the help, though it does not seem to have any effect (does not give an error either).
Forum:
vB4 General Discussions
02-28-2012, 07:25 AM
Replies:
5
Plugin to capitalize username on registration
Views:
621
Posted By
malmazan
userdata_presave I used the first two lines...
userdata_presave
I used the first two lines succesfully with v3.6, though it stopped working with v3.7
Forum:
vB4 General Discussions
02-27-2012, 05:00 PM
Replies:
5
Plugin to capitalize username on registration
Views:
621
Posted By
malmazan
Plugin to capitalize username on registration
Hi all:
I'm after a plugin that capitalizes the username on registration, as I require name and last name.
This is what I have:
$username = ucwords(strtolower($this->fetch_field('username')));...
Forum:
vBulletin 4.x Template Modifications
01-16-2012, 12:44 PM
Replies:
51
Show Thread Enhancements -
AddThis - Facebook Like, Tweet and Share buttons
Views:
24,320
Posted By
malmazan
I seem to have a problem with v4.1.9 and the FB...
I seem to have a problem with v4.1.9 and the FB button.
It kind of flickers when you clic on it and I could not publish in FF. Not much better in Chrome.
I placed the code exactly as explained...
Forum:
vBulletin 3.8 Add-ons
12-15-2011, 09:55 AM
Replies:
49
Login by username or email
Views:
25,575
Posted By
malmazan
I tried that on v4.1.8 and it seems to work fine....
I tried that on v4.1.8 and it seems to work fine. Thanks for sharing.
Forum:
vBulletin 3.8 Add-ons
12-14-2011, 08:53 PM
Replies:
49
Login by username or email
Views:
25,575
Posted By
malmazan
Did you change anything with respect to the...
Did you change anything with respect to the latest v3 versions? I'm getting this error on v4.1.8:
Fatal error: Cannot redeclare fetch_replaced_session_url() (previously declared in...
Forum:
vB4 General Discussions
11-30-2011, 08:18 PM
Replies:
5
Display a forum block only to certain usergroups
Views:
701
Posted By
malmazan
Would it be possible to have a Latest Threads...
Would it be possible to have a Latest Threads forum block where a usergroup was shown latest threads for some forums and another usergroup was shown latest threads for other forums?
Forum:
vBulletin 4 Articles
11-07-2011, 07:24 AM
Replies:
100
[HOW TO - vB4] How to Add Drop Down Navigation Items to the Navbar
Views:
76,122
Posted By
malmazan
I would love that too
I would love that too
Forum:
vBulletin 4 Articles
06-28-2011, 09:49 PM
Replies:
100
[HOW TO - vB4] How to Add Drop Down Navigation Items to the Navbar
Views:
76,122
Posted By
malmazan
It would be nice to know how to select...
It would be nice to know how to select background, text and hover colors so that they are different to the subNavBar ones.
I personally prefer this arrow: src="{vb:stylevar...
Forum:
vBulletin 3.5 Add-ons
12-14-2010, 04:38 PM
Replies:
241
Attached Image Watermark
Views:
54,225
Posted By
malmazan
Vote on vB.com to make watermarking a standard...
Vote on vB.com to make watermarking a standard feature:
http://tracker.vbulletin.com/browse/VBIV-5646
Showing results 1 to 25 of 63
Page 1 of 3
1
2
3
>
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:58 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.02393 seconds
Memory Usage
2,037KB
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
(31)
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.0013
(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
FULLTEXT Search
php_sapi_name(): fpm-fcgi