vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Portal Software - add alert if thread added + enter to forumdisplay (https://vborg.vbsupport.ru/showthread.php?t=192022)

salman22 09-26-2008 10:00 PM

add alert if thread added + enter to forumdisplay
 
hello every one ,

in last thread we learn how to add alert if any one add new Privat message

https://vborg.vbsupport.ru/showthread.php?t=191865

but today we will learn how to add alert when add newthread

and how to add alert when you login any forumdisplay
this is easy ..

first, add alert when add newthread

open template

newthread

Search for

PHP Code:

</head

add above

PHP Code:

<if condition="$forumid == 'XX'">
<
script type="text/javascript">
alert("Text");
</
script>
</if> 

and don't forget change XX

to forumdisplay number

save edit

now when enter forumdisplay open template

search for

PHP Code:

</head

add above

PHP Code:

<if condition="$forumid == 'XX'">
<
script type="text/javascript">
alert("Text");
</
script>
</if> 

and don't forget change XX

to forumdisplay number

Do not forget to replace the text you want

thanx and I wait your comments

salman22

Masiello 09-28-2008 09:54 AM

I think this is very usefull, especially when need to respect different rules per forum, I test it out soon, thanks for share!

Masiello 09-28-2008 10:03 AM

Works great :)

abouahmed 09-28-2008 10:55 AM

i don't understand what is:

and don't forget change XX

to forumdisplay number

apiasto 09-28-2008 11:00 AM

wow small hack but very usefull thnx man.salman let me get this right.if i wanna add this alert on different forums i have to keep adding the same phrase with different forum id's

apiasto 09-28-2008 11:03 AM

Quote:

Originally Posted by abouahmed (Post 1632173)
i don't understand what is:

and don't forget change XX

to forumdisplay number

xx stands for forum id where u wanna add this hack and forum display id # from adress bar

Masiello 09-28-2008 11:17 AM

Quote:

Originally Posted by abouahmed (Post 1632173)
i don't understand what is:

and don't forget change XX

to forumdisplay number

you view this from form manager, just hover the mouse on the forum you want to do this and write the correspond number.

abouahmed 09-28-2008 11:52 AM

thanks

now i understand

thanks again


All times are GMT. The time now is 11:18 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.00966 seconds
  • Memory Usage 1,730KB
  • 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
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete