vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - Welcome headers - Improve community registration rates (https://vborg.vbsupport.ru/showthread.php?t=119572)

Muellmann 03-19-2007 07:38 PM

:cool: awesome Ted! Thanks for your efforts on coding it.

majorvbuser 03-20-2007 11:04 AM

Thank's very much Ted S. Despite having dozens of mods on various forums, some hugely complicated and impressive in their own right, this might well create the most revenue long term and be the most useful mod I have ever had installed . Thanks for your time, stroke of genius.

powerbook 03-21-2007 10:53 PM

Did anyone try to get Flash working in these welcome headers instead of normal html or text?

Bubble #5 03-22-2007 04:34 AM

Yes.

Ted S 03-22-2007 04:50 AM

Quote:

Originally Posted by majorvbuser (Post 1207997)
Thank's very much Ted S. Despite having dozens of mods on various forums, some hugely complicated and impressive in their own right, this might well create the most revenue long term and be the most useful mod I have ever had installed . Thanks for your time, stroke of genius.

Thanks!

ksfrogman 03-22-2007 06:23 AM

If you look at the sample output attached...

https://vborg.vbsupport.ru/attachmen...6&d=1151192636

...you will notice that somehow, the administrator was able to indent the bulleted points. How did he do that? I've been trying everything under the sun for the past two hours, and cannot figure out how to code this in my guess message from within the Phrase Manager.

ksfrogman 03-22-2007 06:29 PM

^bump

Anyone?

Ted S 03-23-2007 01:01 AM

It's called an ordered list and is a basic HTML tag.
Code:

<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>item 3</li>
</ul>

And please, have a little patience before bumping a thread -- it hasn't even been a day.

somasimple 03-23-2007 07:24 AM

Hi All,

Perhaps I missed it but how to include a link to an existing forum in the phrase?

ksfrogman 03-23-2007 07:30 AM

Quote:

Originally Posted by Ted S (Post 1210033)
It's called an ordered list and is a basic HTML tag.
Code:

<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>item 3</li>
</ul>

And please, have a little patience before bumping a thread -- it hasn't even been a day.

Thanks for the response. Worked like a charm. I believe part of the problem is that the last time I actually programmed was in the days of the Digital PDP-11 and Apple II Plus, mostly in BASIC and FORTRAN. I get confused with the PHP, html, xhtml, vb code, etc. Images and quotes within the body of vBulletin text, for instance, employ the use of brackets, e.g., . I'm not sure what name is given to this latter type of code. In the Admin CP, when editting the header, it apparently uses html?


All times are GMT. The time now is 06:17 PM.

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.02257 seconds
  • Memory Usage 1,736KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete