Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Welcome block Add-on for vbAdvanced Details »»
Welcome block Add-on for vbAdvanced
Version: 1.00, by tomshawk tomshawk is offline
Developer Last Online: Jan 2016 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-16-2004 Last Update: Never Installs: 2
 
No support by the author.

Updated Instruction file: The block now looks like the rest of the homepage and not just a box.

Hello;

As requested by neogen at vBulletin.nl in this thread

Here is my Welcome block for vbAdvanced

I thought up the idea but I got major help from TYorke on this in the vbAdvanced thread.

What it does it place a block on your homepage, where you can post a welcome to all of your users, and links to important information if you'd like.

I have set up some links, one to my Legal Information pages, and one to my new games section

You can see a demo at my site http://www.tomshawk.com

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 01-25-2004, 12:24 AM
Lee Wisener Lee Wisener is offline
 
Join Date: Oct 2003
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad to help
Reply With Quote
  #13  
Old 01-30-2004, 12:24 PM
alzibub alzibub is offline
 
Join Date: Mar 2003
Location: UK
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice & easy addon - thanks !!!

*installed*
Reply With Quote
  #14  
Old 01-30-2004, 10:56 PM
dpakman91 dpakman91 is offline
 
Join Date: Jan 2004
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i went through all of the necessary modifications as stated in the instructions, and while i don't get any error messages, it just didn't do anything. any thoughts? the website it's on is:

www.thevividedge.com
Reply With Quote
  #15  
Old 01-31-2004, 05:41 PM
dpakman91 dpakman91 is offline
 
Join Date: Jan 2004
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can anybody help me on this? i rechecked everything, and still nothing.
Reply With Quote
  #16  
Old 02-02-2004, 03:29 AM
tomshawk's Avatar
tomshawk tomshawk is offline
 
Join Date: Jul 2003
Location: California
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dpakman91
i went through all of the necessary modifications as stated in the instructions, and while i don't get any error messages, it just didn't do anything. any thoughts? the website it's on is:

www.thevividedge.com
Strange, It appears the welcome block is not the only thing not working at the moment.

The center news and the recent threads blocks are not working either, of course you may have the recent threads block disabled, and you may have no posts in the forum you chose for your news. I'd start with getting the rest working first, then we can get the block working.

But, my first guess would be the

PHP Code:
 $welcome 
has not been added to the index template yet.

Sorry and hope that helps
Reply With Quote
  #17  
Old 02-23-2004, 05:23 PM
fasteddie fasteddie is offline
 
Join Date: Jan 2004
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tomshawk
Strange, It appears the welcome block is not the only thing not working at the moment.

The center news and the recent threads blocks are not working either, of course you may have the recent threads block disabled, and you may have no posts in the forum you chose for your news. I'd start with getting the rest working first, then we can get the block working.

But, my first guess would be the

PHP Code:
 $welcome 
has not been added to the index template yet.

Sorry and hope that helps
Love this little add-on. Took a few tries, but I finally got it looking like the way I want.

http://www.yorkietalk.com
Reply With Quote
  #18  
Old 04-15-2004, 12:06 AM
Lurk Lurk is offline
 
Join Date: Feb 2004
Location: Garden Grove, CA
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a lot easier and should make everything look perfect (for the index_welcome template)

Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" 

class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b><DIV ALIGN=CENTER>YOUR TITLE GOES HERE</b></div></span></td>
</tr>
<tr>
<td class="$getbgrow"><span class="smallfont">

YOUR CONTENT GOES HERE

</span>
</td>
</tr>
</table>
<br />
That should help...
i just got that from the custom templates in adv_index... i just modified the code a little.
Reply With Quote
  #19  
Old 05-03-2004, 12:53 PM
Intex Intex is offline
 
Join Date: Apr 2002
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tomshawk
Updated Instruction file: The block now looks like the rest of the homepage and not just a box.

Hello;

As requested by neogen at vBulletin.nl in this thread

Here is my Welcome block for vbAdvanced

I thought up the idea but I got major help from TYorke on this in the vbAdvanced thread.

What it does it place a block on your homepage, where you can post a welcome to all of your users, and links to important information if you'd like.

I have set up some links, one to my Legal Information pages, and one to my new games section

You can see a demo at my site http://www.tomshawk.com

Tomshawk - nice hack. Just looking at your homepage. Is that just a standard bit of DHTML coding used for your news scroller? Where do you get it?
Reply With Quote
  #20  
Old 05-15-2004, 01:59 AM
Joe Price Joe Price is offline
 
Join Date: May 2004
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I Added the hack and get nothing on my main page, what info do you need me to post to help? the site is gloryandthegold.com
Reply With Quote
  #21  
Old 07-19-2004, 02:14 AM
tomshawk's Avatar
tomshawk tomshawk is offline
 
Join Date: Jul 2003
Location: California
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Intex
Tomshawk - nice hack. Just looking at your homepage. Is that just a standard bit of DHTML coding used for your news scroller? Where do you get it?
WOW, sorry for being so late on this, J33Z

Been rather crazy at my own site.

Intex:

Yes, That is "err" was a DHTML script displaying scrolling news. I removed it, because it slowed down the site to much and alot of users with different browsers. (i.e. Opera, Mozilla, Firefox) said it messed up the layout pretty badly

You can get it here though, if you still want it https://vborg.vbsupport.ru/showthread.php?t=60135

Joe Price:
I hit your site and at the moment it appears you dont have it installed.
Again, I know it's been a while.
Let me know if you are still interested.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:41 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.04696 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete