vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Upcoming Events Format (https://vborg.vbsupport.ru/showthread.php?t=222472)

Front Range 4x4 09-04-2009 05:33 PM

Upcoming Events Format
 
Anyone able to tell me how to chnge the </div><div> tags in Upcoming Events so I can condense them a bit?

TIA!

--------------- Added [DATE]1252091306[/DATE] at [TIME]1252091306[/TIME] ---------------

Never mind.

I used the variable replacement and changed </div><div> to &nbsp;&nbsp;&bull;&nbsp;&nbsp; which gives the Upcoming Events which I moved to the top of Forumhome a much more compact appearance.

I have been unable to find anywhere else this replacement occurred so far.

Front Range 4x4 10-07-2009 07:34 PM

Changing what I did for a better "look" when moving the upcoming event to the top of the page.

I used the variable replacement and changed </div><div> to <br /> which gives the Upcoming Events a line by line display.

I used code similar to this below the navbar:

<!-- upcomingevents -->
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="1" width="100%" align="center">
<tr>
<td bgcolor="xxxxxxx" valign="top">
$upcomingevents
</td>
</tr>
</table>
<!-- /upcomingevents -->

Then I used the "Events on Forum Pages" mod by Farcaster so the upcoming events show on all pages. Yes, it works on 3.8.4

HTH!


All times are GMT. The time now is 09:00 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.01191 seconds
  • Memory Usage 1,707KB
  • 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)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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