vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   CommBull (Community Bulletin) (https://vborg.vbsupport.ru/showthread.php?t=66334)

welo 11-23-2004 09:20 AM

Quote:

Originally Posted by joeychgo
How about the ability to send a TEST email out?

Assign yourself to your own usergroup, uncheck everyone else, send test email.

joeychgo 11-23-2004 09:40 AM

I guess that would work -- thanks for the idea.

I think I found a bug --- at least I might have --

If I store my CSS as a file - I lose the style in the newsletter -

grandeur_69 11-23-2004 11:09 AM

yea, i actually just discovered that myself ... as 99.9% of the users of vB don't do this, it's not something i was in a rush to fix

joeychgo 11-23-2004 09:07 PM

Quote:

Originally Posted by grandeur_69
yea, i actually just discovered that myself ... as 99.9% of the users of vB don't do this, it's not something i was in a rush to fix


I found it cuz im also trying to speed up my board

welo 11-23-2004 09:19 PM

This should help with that. :)

futureye 11-24-2004 08:20 AM

can any body write here
the modify the profile.php

but the steps are not clear to me
am adminstarting an arabic site
right to left

grandeur_69 11-25-2004 08:03 AM

permanent fix for using css as a file:
in includes/adminfunctions_template.php

find:
Code:

if (preg_match('#^<link rel="stylesheet" type="text/css" href="(clientscript/vbulletin_css/style-\w{8}-0*' . $styleid . '\.css)" />$#', $csscontents, $match))
replace with:
Code:

if (preg_match('#^<link rel="stylesheet" type="text/css" href="'.$vboptions['bburl'].'/(clientscript/vbulletin_css/style-\w{8}-0*' . $styleid . '\.css)" />$#', $csscontents, $match))
and, find:
Code:

$QUERY[] = "css = '" . addslashes("<link rel=\"stylesheet\" type=\"text/css\" href=\$cssfilename\" />") . "'";
replace with:
Code:

$QUERY[] = "css = '" . addslashes("<link rel=\"stylesheet\" type=\"text/css\" href=\"{$vboptions['bburl']}/$cssfilename\" />") . "'";
cheers

welo 11-25-2004 01:53 PM

Tested and confirmed. Thanks man. Works like a charm.

Toneboy 12-04-2004 06:58 PM

Another question (different from my usual, recurring one!), which template do you need to edit to change some of the standard text?

Specifically I want to permanently change the line, "Currently, community updates are sent weekly." to "Currently, community updates are sent monthly."

Thanks.

grandeur_69 12-05-2004 01:05 PM

you'll find all the phrase information in the file commbull_phrases.php


All times are GMT. The time now is 11:58 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.01351 seconds
  • Memory Usage 1,735KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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