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 2
1
2
>
Showing results 1 to 25 of 46
Search took
0.00
seconds.
Search:
Posts Made By:
Yonatan
Forum:
vBulletin 4.x Add-ons
02-13-2012, 05:08 PM
Replies:
2,881
Miscellaneous Hacks -
Rotating Banner System
Views:
558,345
Posted By
Yonatan
Hey, Where I can set: <param name="wmode"...
Hey,
Where I can set:
<param name="wmode" value="transparent">
For Flash ads?
Thanks!
Forum:
vB4 Programming Discussions
05-30-2011, 09:44 PM
Replies:
8
Get CMS Section via Plugin
Views:
1,107
Posted By
Yonatan
Sorry for jumping this thread. I've been...
Sorry for jumping this thread.
I've been searching for working code but I didn't find anything.
Can anyone give me some example for working code?
Thanks!
Forum:
vB4 Programming Discussions
12-25-2010, 07:57 PM
Replies:
8
Get CMS Section via Plugin
Views:
1,107
Posted By
Yonatan
Of course I have more lines in that plug in(I...
Of course I have more lines in that plug in(I just put the ones who related to this issue).
This is my whole code:
$tabselected = '';
$tablinks = '';
if (($_GET['r'] == 3) && (THIS_SCRIPT...
Forum:
vB4 Programming Discussions
12-25-2010, 09:06 AM
Replies:
8
Get CMS Section via Plugin
Views:
1,107
Posted By
Yonatan
I'm expecting from this plugin to behavior like...
I'm expecting from this plugin to behavior like any other default tabs - so if I'm on this tab, the Home tab will unselected and if I'm viewing in some article that related to this section id, this...
Forum:
vB4 Programming Discussions
12-24-2010, 04:39 PM
Replies:
8
Get CMS Section via Plugin
Views:
1,107
Posted By
Yonatan
1) process_templates_complete. 2) Because those...
1) process_templates_complete.
2) Because those 2 issue's:
https://vborg.vbsupport.ru/showpost.php?p=2022201&postcount=249
https://vborg.vbsupport.ru/showpost.php?p=2025212&postcount=251
Forum:
vB4 Programming Discussions
12-24-2010, 01:22 PM
Replies:
8
Get CMS Section via Plugin
Views:
1,107
Posted By
Yonatan
Get CMS Section via Plugin
Hello!
I had some issue at version 4.0.3 that I can't get the section ID.
It's been discussed already:
http://www.vbulletin.com/forum/showthread.php/348708-Get-CMS-section-in-plugin-code...
Forum:
vBulletin 4 Articles
04-16-2010, 02:57 PM
Replies:
543
[HOW TO - vB4] Create a New Tab in the navbar
Views:
112,512
Posted By
Yonatan
I know it. But for now, It's better than...
I know it.
But for now, It's better than nothing ;)
Forum:
vBulletin 4 Articles
04-16-2010, 12:42 PM
Replies:
543
[HOW TO - vB4] Create a New Tab in the navbar
Views:
112,512
Posted By
Yonatan
Try using $_GET to detect the section. you...
Try using $_GET to detect the section.
you can using this example:
$tabselected = '';
$tablinks = '';
if (($_GET['r'] == 10) && (THIS_SCRIPT == 'vbcms'))
{
...
Forum:
vB4 General Discussions
04-15-2010, 10:39 AM
Replies:
2
Forum Breadcrumbs Issue
Views:
525
Posted By
Yonatan
Thanks a lot! Now I understand for what you...
Thanks a lot!
Now I understand for what you meant about creating hook :)
Thanks again ;)
Forum:
vB4 General Discussions
04-14-2010, 04:30 PM
Replies:
2
Forum Breadcrumbs Issue
Views:
525
Posted By
Yonatan
Forum Breadcrumbs Issue
Hello!
when I set the index as default script(instead of forum) in:
Settings -> Forums Home Page Options -> Script Name for Forum Home Page
...
Forum:
vBulletin 4 Articles
04-02-2010, 06:13 PM
Replies:
1,120
[HOW TO - vB4] Create your own vBulletin page
Views:
256,642
Posted By
Yonatan
Lynne, Can you check my post? I still...
Lynne,
Can you check my post?
I still have a problem with the section condition.
Thanks!
Forum:
vBulletin 4 Articles
03-31-2010, 11:34 AM
Replies:
543
[HOW TO - vB4] Create a New Tab in the navbar
Views:
112,512
Posted By
Yonatan
I got this error: when I used this code. ...
I got this error:
when I used this code.
this is my code:
$tabselected = '';
$tablinks = '';
if (in_array($this->content->getNodeId(), 5))
Forum:
vBulletin 4 Articles
03-31-2010, 10:55 AM
Replies:
543
[HOW TO - vB4] Create a New Tab in the navbar
Views:
112,512
Posted By
Yonatan
I linking to section in vBulletin!
I linking to section in vBulletin!
Forum:
vBulletin 4 Articles
03-31-2010, 10:03 AM
Replies:
543
[HOW TO - vB4] Create a New Tab in the navbar
Views:
112,512
Posted By
Yonatan
I did it. but the problem is that when I press in...
I did it. but the problem is that when I press in this button the navbar still selects the Forum tab, because I can't do a condition in this section:
if (THIS_SCRIPT == 'yourpage')
{
...
Forum:
vBulletin 4 Articles
03-30-2010, 09:05 PM
Replies:
543
[HOW TO - vB4] Create a New Tab in the navbar
Views:
112,512
Posted By
Yonatan
And what if I want to link into section like: ...
And what if I want to link into section like:
content.php?r=5
instead of clean php page?
Forum:
vB4 Design and Graphics Discussions
03-19-2010, 04:33 PM
Replies:
2
Delete Sub Navbar
Views:
533
Posted By
Yonatan
Delete Sub Navbar
Hello!
How can I delete the sub navbar from the default template?
To give you some perspective, here is the picture before the deleting:...
Forum:
Modification Graveyard
06-25-2009, 06:31 AM
Replies:
444
Administrative and Maintenance Tools -
vB Database Backup (Lite)
Views:
68,914
Posted By
Yonatan
This is unattached. That error showing...
This is unattached.
That error showing because Safe Mod turn on on his server.
turn off it and the problem will be solved ;)
Forum:
Modification Graveyard
05-26-2009, 04:56 AM
Replies:
444
Administrative and Maintenance Tools -
vB Database Backup (Lite)
Views:
68,914
Posted By
Yonatan
Safe Mode is turn on in your server and block...
Safe Mode is turn on in your server and block this function, so you you need to turn off the Safe Mode if it's your own server, or contact to your hosting support.
It's is a automatically...
Forum:
vBulletin 3.8 Add-ons
04-28-2009, 04:37 PM
Replies:
72
Show Thread Enhancements -
Latest x Threads by User
Views:
19,311
Posted By
Yonatan
Great Mod! But why you use your own $vbphrase...
Great Mod!
But why you use your own $vbphrase instead of default $vbphrase(i.e. - $vbphrase[lxt_views] instead of $vbphrase[views])?
Forum:
vBulletin 3.8 Add-ons
03-10-2009, 11:39 AM
Replies:
88
Miscellaneous Hacks -
Add rel="nofollow" Attribute To URLs - Reduce Spam - Increase Pagerank
Views:
50,351
Posted By
Yonatan
Thanks :) Mark As Installed & Nominated :)
Thanks :)
Mark As Installed & Nominated :)
Forum:
vBulletin 3.8 Add-ons
02-26-2009, 01:13 PM
Replies:
256
New Posting Features -
Automatic Thread Tagger for vB3.8
Views:
97,451
Posted By
Yonatan
And what about my other question? :o
And what about my other question? :o
Forum:
vBulletin 3.8 Add-ons
02-26-2009, 12:56 PM
Replies:
256
New Posting Features -
Automatic Thread Tagger for vB3.8
Views:
97,451
Posted By
Yonatan
GO to ACP -> Maintenance -> Update Counters -...
GO to ACP -> Maintenance -> Update Counters - Then go to "Delete Auto Tags" and run it.
Now go to "Auto Tag Threads" and run it.
Good Lock :)
- - - - - - - -
Phalynx.
Please change the...
Forum:
vBulletin 3.8 Add-ons
02-12-2009, 12:40 PM
Replies:
256
New Posting Features -
Automatic Thread Tagger for vB3.8
Views:
97,451
Posted By
Yonatan
:erm:
:erm:
Forum:
vBulletin 3.8 Add-ons
02-11-2009, 06:15 PM
Replies:
256
New Posting Features -
Automatic Thread Tagger for vB3.8
Views:
97,451
Posted By
Yonatan
ACP -> vBulletin Options -> Tagging Options...
ACP -> vBulletin Options -> Tagging Options (Automatic Thread Tagger)
Forum:
vBulletin 3.8 Add-ons
02-11-2009, 03:53 PM
Replies:
256
New Posting Features -
Automatic Thread Tagger for vB3.8
Views:
97,451
Posted By
Yonatan
I don't find it. Can you tell me where is it? ...
I don't find it.
Can you tell me where is it?
--Edit--
I was find that.
But after i run it (Delete Auto Tags) &(Auto Tag Threads) i don't see new tags :S (it's delete the tags but not creat...
Showing results 1 to 25 of 46
Page 1 of 2
1
2
>
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
07:05 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.02327 seconds
Memory Usage
2,034KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(51)
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.0011
(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(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(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(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(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(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi