vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Welcome headers - Improve community registration rates (https://vborg.vbsupport.ru/showthread.php?t=201564)

Ted S 02-24-2009 12:12 PM

What exactly do you think is wrong?

If you want to remove the double header follow the install file instructions... Or is your issue something else?

A.Chakery 02-24-2009 12:37 PM

1 Attachment(s)
Quote:

Originally Posted by Ted S (Post 1753268)
What exactly do you think is wrong?

If you want to remove the double header follow the install file instructions... Or is your issue something else?

thnx for your reply

I have 2 problems :

1.I wanna remove the double header , I didnt understand the instructions (Scroll about 20 lines until you find the code)

2.plz take a look at attached picture , I wanna change the login table with the notices table.


Really thnx for your answer.

Ted S 02-24-2009 03:28 PM

[quote=UIQarena;1753282
1.I wanna remove the double header , I didnt understand the instructions (Scroll about 20 lines until you find the code)
[/quote]

There's really no other way I can explain this to you... You have to open the template and remove the existing code as the instructions explain. If you don't remove it there will be two headers.

Quote:

2.plz take a look at attached picture , I wanna change the login table with the notices table.
Move the welcome headers variable to the end of the navbar template and the order will be switched.

A.Chakery 02-24-2009 04:38 PM

Quote:

Originally Posted by Ted S (Post 1753407)
There's really no other way I can explain this to you... You have to open the template and remove the existing code as the instructions explain. If you don't remove it there will be two headers.



Move the welcome headers variable to the end of the navbar template and the order will be switched.

really thnx

Would U plz just tell me I have to delete which line(s).?

Coz I dont understand I have to start counting from which line ? (plz plz plz take look at my forum home temp.)

I will be so thankfull if u help me

thnx again

imedic 02-24-2009 05:01 PM

Code:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        <!-- no cache headers -->
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Cache-Control" content="no-cache" />
        <!-- end no cache headers -->
        $headinclude
        <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar

<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
        <td class="alt1">
                <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
        </td>
</tr>
</table>
<!-- / guest welcome message -->
<br />
</if>


<!-- main -->

You need to delete the red text. The rest remains. I have copied from top just a part of the text( from <!-- main --> leave all in place - not copied here). Check the box save in history just in case. Hope this helps. :)

I have another problem.
I have installed on fresh board with 3 stiles (none parent) and edited 2 of them for this mod. (default one and another one)

Before the mod I did not get the vb notices. After the install I get this mode notices (below navbar as instructed) and I get also the vb regular notice !!!
I have checked several times my edits and no luck. I cannot get rid of the old notices. Of course I have deleted the above code.
I have even rebuild Styles.
Any clue where to look?

A.Chakery 02-24-2009 05:47 PM

really tnx imedic

Good luck bro

Ted S 02-24-2009 06:42 PM

Quote:

Originally Posted by UIQarena (Post 1753467)
really thnx

Would U plz just tell me I have to delete which line(s).?

Coz I dont understand I have to start counting from which line ?

I will be so thankfull if u help me

thnx again

The exact code to remove is listed in the install file assuming it has not been edited.

What lines those are or aren't will depend on other changes to your templates thus counting is not the best way to find it.

Ted S 02-24-2009 06:44 PM

Quote:

I have another problem.
I have installed on fresh board with 3 stiles (none parent) and edited 2 of them for this mod. (default one and another one)

Before the mod I did not get the vb notices. After the install I get this mode notices (below navbar as instructed) and I get also the vb regular notice !!!
I have checked several times my edits and no luck. I cannot get rid of the old notices. Of course I have deleted the above code.
I have even rebuild Styles.
Any clue where to look?
Are you using the 3.8 version of the mod or the 3.6 version?

imedic 02-24-2009 07:07 PM

the 3.6 version , did not get very clear what last one do , and since I was very happy with previous ...
From your question I understand the answer. I will use last version and see.

EDIT: But of cors it worked. :) Many thanks. This is a must have hack (maibe even first to install like I did)
Should I mention v. fast support :D

doraj 03-12-2009 09:36 AM

Hello Ted, is your Mod compatible with Adsense?
Because when I create new advice, and I insert text and some adsense banner, it doesn't work!

I see an error on bottom of page...

According to you, what is the problem?

Ted S 03-12-2009 02:43 PM

This modification is a set of default phrases for an internal vBulletin system (the notices system). If you're trying to use the notices for other content and having problems you'd need to contact vBulletin support as I can only support the notices created by this modification.

Burnt 03-24-2009 04:47 AM

Can you have this on just certain pages? I only really want this on the forums part and not my vbadvanced portal front. http://tacclan.info

Ted S 03-24-2009 01:24 PM

Use the 3.6 version of this addon and you can customize where it shows with template conditionals.

Carlos X 04-04-2009 06:19 PM

Quote:

Originally Posted by logicSix (Post 1745003)
where is the 3.8 download? the zip file is a 3.7.

I was just asking the same thing.

Not installing this until I see a full 3.8 version.

KevinL 04-04-2009 06:24 PM

Quote:

Originally Posted by Carlos X (Post 1783867)
I was just asking the same thing.

Not installing this until I see a full 3.8 version.

Read the first post near the bottom...

Ted S 04-04-2009 09:15 PM

Quote:

Originally Posted by Carlos X (Post 1783867)
I was just asking the same thing.

Not installing this until I see a full 3.8 version.

Just because 3.8 is a different forum doesn't mean it requires different code... The 3.7 version is the 3.8 version. There's no differances in the core vbulletin code that impacts the mod thus no need for different code in the mod.

VBUsers 04-06-2009 11:53 PM

I installed this but dont see anything. Im not sure if im missing something. i dont see anything now

Ted S 04-07-2009 01:42 AM

Quote:

Originally Posted by VBUsers (Post 1785432)
I installed this but dont see anything. Im not sure if im missing something. i dont see anything now

Have you enabled it in any forums?

MarlinNut 04-07-2009 02:59 AM

I made the appropriate mods to the FORUMHOME template, which does remove the old messages, and installed the product, which does make the new notices show up in the notice manager. However, even though they're enabled, I don't ever see the messages appear. Is there some preference outside the Notice Manager that needs to be enabled?

ph03nIX 04-07-2009 03:30 AM

Quote:

Originally Posted by MarlinNut (Post 1785507)
I made the appropriate mods to the FORUMHOME template, which does remove the old messages, and installed the product, which does make the new notices show up in the notice manager. However, even though they're enabled, I don't ever see the messages appear. Is there some preference outside the Notice Manager that needs to be enabled?

I had the same problem, I had to go to the Notice Manager and change the display orders. I think by default they are 1, 11, 21 and 31, I changed them to 1, 2, 3 and 4 and then it worked. Not sure if it'll work for you but it's probably worth a try.

Linux123 04-07-2009 02:35 PM

I can't find the template bit in FORUMHOME. It is not there lol :S

Step 1 I mean.

Ted S 04-07-2009 05:21 PM

Quote:

Originally Posted by Linux123 (Post 1785775)
I can't find the template bit in FORUMHOME. It is not there lol :S

Step 1 I mean.


Do you have a custom style?

MarlinNut 04-08-2009 03:52 AM

Quote:

Originally Posted by ph03nIX (Post 1785520)
I had the same problem, I had to go to the Notice Manager and change the display orders. I think by default they are 1, 11, 21 and 31, I changed them to 1, 2, 3 and 4 and then it worked. Not sure if it'll work for you but it's probably worth a try.

That did it - outstanding! Thanks for the help!

2fast4ya 04-11-2009 03:23 AM

I have installed according to directions, but the notices aren't showing up for any viewers. I log out, and am looking for the "Guest" message, and don't see it.

Ted S 04-11-2009 06:02 AM

Have you tried viewing the notices in the manager and resaving them to insure they're inserted?

2fast4ya 04-11-2009 04:00 PM

That worked, thank you... *installed*

HappyFeet 04-11-2009 06:20 PM

Installed... Thanks!:up:

hobsdv 06-01-2009 08:15 PM

installed and looks great thanks

floggerss 06-01-2009 10:10 PM

How do i add images, to the message?? Like this forum

www.downtwarez.com

Ted S 06-01-2009 10:36 PM

You would want to use the 3.6 (old) version of this addon and simply edit the templates to include your images.

afflictionaoc 06-14-2009 07:11 PM

I have installed according to the directions (running version 3.8) and the message are not showing up. They show up on the default vbulletin template, but not my custom template. How do I make this work?

Ted S 06-15-2009 03:22 AM

Insure that your custom style uses the proper variables to call in the notices block from vbulletin. These can be found in the default style.

barryhynd 06-15-2009 05:31 AM

Hiya, many thanks for your work on this, I'm also having no luck in getting the notices to display, I've tried the re-install and re-save the notices tips above but still getting nothing. The template has been changed from the default, but having had a look I can't see anything missing (apart from the <if condition"$show[guest']"> block. Can you give me a pointer to what the notices block looks like (or where in the vb templates it should be)? I have asked google, but it seems I must be asking the wrong questions :(.

Many thanks

Ted S 06-15-2009 03:58 PM

The notices hook is native to vbulletin and can be found at the end of the header template. I don't have the code in front of me but you can find it in the template or I can dig for it in a day or two.

Rideharder 06-15-2009 09:56 PM

Quote:

Originally Posted by ph03nIX (Post 1785520)
I had the same problem, I had to go to the Notice Manager and change the display orders. I think by default they are 1, 11, 21 and 31, I changed them to 1, 2, 3 and 4 and then it worked. Not sure if it'll work for you but it's probably worth a try.

Thanks it worked for me!

LI_Pets 06-21-2009 10:30 AM

I deleted this
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="760"

align="left" >
<tr>
<td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
</table>
<!-- / guest welcome message -->After install on 3.8.3

added plugin

notices show nothing?

Ted S 06-21-2009 03:20 PM

Try creating a test notice and see if it shows up at all.

If not you are missing the notices code in your templates.

If so reorder the notices this mod created which often activates them.

LI_Pets 06-21-2009 06:08 PM

I looked again and I see this mod was in before at 4.2????

I'm using 3.8.3

Ted S 06-22-2009 04:45 AM

Quote:

Originally Posted by LI_Pets (Post 1834234)
I looked again and I see this mod was in before at 4.2????

I'm using 3.8.3

Huh?

LI Pets 06-22-2009 02:46 PM

What I'm saying it appears that version 4.2 was included with 3.8.3 is that possible?


All times are GMT. The time now is 10:16 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.01574 seconds
  • Memory Usage 1,829KB
  • 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)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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