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 128
Search took
0.01
seconds.
Search:
Posts Made By:
Seductor
Forum:
vB4 Programming Discussions
07-07-2013, 05:49 PM
Replies:
8
Understanding how to preregister variables.
Views:
1,046
Posted By
Seductor
There were not luck for the plugin. Despite it is...
There were not luck for the plugin. Despite it is hooked to parse_templates, it still does not show anything... this is crazy, uh?
--------------- Added 1373223942 at 1373223942 ---------------
...
Forum:
vB4 Programming Discussions
07-07-2013, 04:05 PM
Replies:
8
Understanding how to preregister variables.
Views:
1,046
Posted By
Seductor
I don't want to do it, but in that case, could I...
I don't want to do it, but in that case, could I do...?
<vb:each from="my_attr" value="entry">
{vb:raw entry}
</vb:each>
--------------- Added 1373218964 at 1373218964 ---------------
...
Forum:
vB4 Programming Discussions
07-07-2013, 02:44 PM
Replies:
8
Understanding how to preregister variables.
Views:
1,046
Posted By
Seductor
kh99, could you givfe me an example about the...
kh99, could you givfe me an example about the second way, please?
I have a question about my example. I don't want to render my own template, I want to use the FORUMHOME template. So, could I skip...
Forum:
vB4 Programming Discussions
07-07-2013, 11:32 AM
Replies:
8
Understanding how to preregister variables.
Views:
1,046
Posted By
Seductor
Understanding how to preregister variables.
Hi there,
I'm trying to understand how to preregister varaibles. In this example, I'm using FORUMHOME. This is my plugin:
https://vborg.vbsupport.ru/external/2013/07/60.png
And this is my...
Forum:
vBulletin 4.x Add-ons
07-06-2013, 04:55 PM
Replies:
74
Administrative and Maintenance Tools -
Auto Purge Threads
Views:
29,111
Posted By
Seductor
Sorry guys, it should be working for 4.2.1. I'll...
Sorry guys, it should be working for 4.2.1. I'll try to improve this plugin soon :)
Forum:
vB4 Programming Discussions
07-06-2013, 02:41 PM
Replies:
2
Best way to register a variable.
Views:
438
Posted By
Seductor
I tried to use forumhome_start and...
I tried to use forumhome_start and parse_templates and I had in the template the following code:
<vb:each from="youtubeimg" value="singleimage">
<img src="{vb:raw singleimage}">
</vb:each>
Forum:
vB4 Programming Discussions
07-06-2013, 10:08 AM
Replies:
2
Best way to register a variable.
Views:
438
Posted By
Seductor
Best way to register a variable.
Hi there,
I want to pass two variables to the Forumhome template. I'm doing a Youtube Slider:
http://pastebin.com/pCA6MpAx
My variables are two arrays, $youtubeimg and $youtubelink. I have...
Forum:
vBulletin 4.x Add-ons
12-01-2012, 03:08 PM
Replies:
307
Add-On Releases -
vBulletin-Glossary
Views:
73,821
Posted By
Seductor
What do you mean, I still use it.
What do you mean, I still use it.
Forum:
vBulletin 4.x Add-ons
11-30-2012, 12:41 PM
Replies:
307
Add-On Releases -
vBulletin-Glossary
Views:
73,821
Posted By
Seductor
Hi there! I bring a new update! If you use...
Hi there!
I bring a new update! If you use PHP5, you will find the following error:
PHP Error : Assigning the return value of new by reference is deprecated
If you use PHP4, you need to do...
Forum:
vB4 Programming Discussions
09-09-2012, 04:35 PM
Replies:
15
Format raw birthday.
Views:
1,763
Posted By
Seductor
@Scanu, I'm sure. Take a look at this. I'm using...
@Scanu, I'm sure. Take a look at this. I'm using TMS:
PHPMyAdmin:
https://vborg.vbsupport.ru/external/2012/09/37.png
TMS::
https://vborg.vbsupport.ru/external/2012/09/38.png
Code:...
Forum:
vB4 Programming Discussions
09-09-2012, 12:58 PM
Replies:
15
Format raw birthday.
Views:
1,763
Posted By
Seductor
It is in the postbit_legacy template. But when I...
It is in the postbit_legacy template. But when I vardumped it, it was in the plugin (I don't know any way to do a var_dump or similar within the template).
Forum:
vB4 Programming Discussions
09-09-2012, 12:03 PM
Replies:
15
Format raw birthday.
Views:
1,763
Posted By
Seductor
No, it is not: <div>City: {vb:raw...
No, it is not:
<div>City: {vb:raw post.field11}</div>
* Seductor seems puzzled.
Forum:
vB4 Programming Discussions
09-09-2012, 11:41 AM
Replies:
15
Format raw birthday.
Views:
1,763
Posted By
Seductor
(Do you think it could be useful If I release it...
(Do you think it could be useful If I release it as a add-on?)
One last question: I've tried to display $post.userfield11, which is a string(19), but nothing is shown.
Array
(
...
...
Forum:
vB4 Programming Discussions
09-09-2012, 11:29 AM
Replies:
15
Format raw birthday.
Views:
1,763
Posted By
Seductor
At least, it works. But I wish I could register...
At least, it works. But I wish I could register it in $post instead of using my own variable. Could I do $post['eur_birthday'] = $eur_birthday, in order to do {vb:raw post.eur_birthday}?
Forum:
vB4 Programming Discussions
09-09-2012, 11:13 AM
Replies:
15
Format raw birthday.
Views:
1,763
Posted By
Seductor
I think I'll take this option, because the...
I think I'll take this option, because the birthday is not being displayed and I want to change the output format.
March 04, 1976 it's shown by {vb:raw post.birthday} as: 03-04-1976.
So, I...
Forum:
vB4 Programming Discussions
09-07-2012, 09:25 PM
Replies:
15
Format raw birthday.
Views:
1,763
Posted By
Seductor
Format raw birthday.
Is there any way to format a birthday in European format?
European Format (e.g., 25-04-98): d-m-y
Now it is in American format:
[birthday] => 03-04-1976
[birthday_search] => 1976-03-04...
Forum:
vB4 Programming Discussions
09-07-2012, 09:13 PM
Replies:
4
Registring a variable.
Views:
798
Posted By
Seductor
Of course, that was the problem. Thanks a lot, it...
Of course, that was the problem. Thanks a lot, it works.
Forum:
vB4 Programming Discussions
09-07-2012, 09:00 PM
Replies:
4
Registring a variable.
Views:
798
Posted By
Seductor
Thanks kh99. Then, I do: <vb:if...
Thanks kh99. Then, I do:
<vb:if condition="in_array($post[userid], $my_buddylist)">
$post[email] asd
</vb:if>
But it doesn't seem to work. The condition seems to be always false. How could...
Forum:
vB4 Programming Discussions
09-07-2012, 08:41 PM
Replies:
4
Registring a variable.
Views:
798
Posted By
Seductor
Registring a variable.
Hello:
I'm trying to register a variable. It will need to check whenever a visitor belong to the poster buddy list, so...
$new_buddylist = array();
$new_buddylist = explode(' ',...
Forum:
Modification Requests/Questions (Unpaid)
09-05-2012, 08:41 PM
Replies:
3
Query Parameters in Google Custom Search
Views:
2,270
Posted By
Seductor
If anyone is interested, Digital Point Analytics...
If anyone is interested, Digital Point Analytics can do it.
Forum:
vB4 Programming Discussions
09-04-2012, 02:29 PM
Replies:
3
About caching templates.
Views:
716
Posted By
Seductor
Could it be the pre-cache? I took a template from...
Could it be the pre-cache? I took a template from here:
https://vborg.vbsupport.ru/showthread.php?t=62164
But never cared about the pre-cache. Could it be that?
Forum:
vB4 Programming Discussions
09-04-2012, 01:14 PM
Replies:
3
About caching templates.
Views:
716
Posted By
Seductor
About caching templates.
Hello:
I have read this:
https://vborg.vbsupport.ru/showthread.php?t=228078
And it says:
I did what it says and I have added a plugin at hook cache_templates for my BESTUSERS template:...
Forum:
vB4 General Discussions
09-03-2012, 08:09 PM
Replies:
2
How to remove the personal site link from the popup?
Views:
533
Posted By
Seductor
I didn't thought about it, thanks betterthanyours.
I didn't thought about it, thanks betterthanyours.
Forum:
vB4 General Discussions
09-03-2012, 06:59 PM
Replies:
2
How to remove the personal site link from the popup?
Views:
533
Posted By
Seductor
How to remove the personal site link from the popup?
Hello there:
How could I remove the personal site link from the popup that is show in FORUMDISPLAY and in the users profile?
For example:
https://vborg.vbsupport.ru/external/2012/09/58.png
...
Forum:
vB4 Programming Discussions
08-24-2012, 12:46 PM
Replies:
2
Doing maths with variables.
Views:
599
Posted By
Seductor
It worked! Thansk!
It worked! Thansk!
Showing results 1 to 25 of 128
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
03:41 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.03164 seconds
Memory Usage
2,047KB
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.0030
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(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(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(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(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi