Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 07:05 AM.


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