vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Dynamic Announcements: Programmable Forum Home Announcement/Message with conditionals (https://vborg.vbsupport.ru/showthread.php?t=97073)

GamerJunk.net 05-23-2006 10:35 PM

With default settings...I enable this and it makes my forumhome go blank.

Raptor 05-24-2006 12:47 AM

installed - a great hack

is there any way for the pop up to show on all pages not just forumhome ?

RFViet 06-05-2006 02:51 PM

I want the announcement to be displayed on every page , what should i do ??

D.Ilyin 06-06-2006 10:20 AM

Quote:

Originally Posted by RFViet
I want the announcement to be displayed on every page , what should i do ??

First of all you should read first post:
Quote:

Hacks of Hack:
* For CMPS Integration see here
* French Translation by Allan : https://vborg.vbsupport.ru/showpost....&postcount=143
* Nested Conditionals by dc3dreamer : https://vborg.vbsupport.ru/showpost....&postcount=175
* Hack Annoucement appears in all vb pages:
https://vborg.vbsupport.ru/showthrea...498#post911498
or that post that post

redlabour 06-08-2006 04:06 PM

Will it work in the Future with vBulletin 3.6 ?

ShadowWeaver 06-10-2006 01:10 PM

hi,

actually i'm not getting this to work if i just want to show the message to users who are not primary but just secondary users in that group.

is there a way to do that?

ubblite 06-14-2006 02:55 AM

Quote:

Originally Posted by redlabour
Will it work in the Future with vBulletin 3.6 ?

It's working for me with vb3.6 beta 2.

ROTPAR 06-19-2006 04:45 PM

Quote:

Originally Posted by RasMasta
With default settings...I enable this and it makes my forumhome go blank.

Same here :(

ROTPAR 06-20-2006 09:50 AM

is there anyone who can helpme out with this problem ?

Canis Firebrand 06-20-2006 10:41 AM

What other hacks do you have installed?

I have 3.5.4 installed with about 10 hacks in place already. Added in this one, enabled it and it works quite nicely.

Maybe another hack you have installed is conflicting?

ROTPAR 06-20-2006 11:07 AM

Vbseo but I can?t figure out, what the problem could be :(

Logician 06-20-2006 02:18 PM

Quote:

Originally Posted by ROTPAR
Vbseo but I can?t figure out, what the problem could be :(

Do you use any conditionals? Set announcement as "Hello" and see if it will help?

tanyeri24 06-20-2006 05:10 PM

Quote:

After how many hours the pop-up announcement should show up for the same user? (Enter 0 to show it everytime the user visits homepage)
If we enter 0,25 (or 0.25) means after all 15 minutes?

sorry I found my answer:
https://vborg.vbsupport.ru/showpost....&postcount=164

ROTPAR 06-22-2006 04:03 PM

1 Question...how can I do it, that all Guests get the popup on all forums except 1...So 1 Forum Section should be without the popup! the rest should have it :)

skoenig 06-23-2006 04:30 AM

I've got this excellent product/hack installed and it all works perfectly.

I'm trying to use $vbphrases so that I can get the messages translated and house them all in one place easily (I read it was BBcode parsed but I thought I'd give it a shot!).

I used this:
Code:

[[($bbuserinfo[usergroupid]==1)]]<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>[[/($bbuserinfo[usergroupid]==1)]]
To replicate the initial welcome for guests and for the most part it works perfectly except for the variables and line breaks which don't get replaced properly.

Has anyone else tried this and is it working for them. I guess more importantly should it work at all (i'm guessing not)?

Thanks for your help.

Regards

Steph

Logician 06-23-2006 06:18 AM

Quote:

Originally Posted by skoenig
I've got this excellent product/hack installed and it all works perfectly.

I'm trying to use $vbphrases so that I can get the messages translated and house them all in one place easily (I read it was BBcode parsed but I thought I'd give it a shot!).

I used this:
Code:

[[($bbuserinfo[usergroupid]==1)]]<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>[[/($bbuserinfo[usergroupid]==1)]]
To replicate the initial welcome for guests and for the most part it works perfectly except for the variables and line breaks which don't get replaced properly.

Has anyone else tried this and is it working for them. I guess more importantly should it work at all (i'm guessing not)?

Thanks for your help.

Regards

Steph

Sorry, this wont work.

skoenig 06-23-2006 07:31 AM

I figured. I kinda half got it to work but looking at the code it's a whole bunch of hassle to pre-parse it.

It doesn't matter really because I can use the standard welcome message banner thing anyway and the rest is taken care of by your excellent product/hack!

Regards

Steph

RoryF 06-23-2006 12:02 PM

Is there anyway i can get this to work in the UserCP and how could i add this to other pages aswell?

skoenig 06-23-2006 08:59 PM

OK I'm sure you get lots of suggestions.

I understand it displays the first matching string in the list. That makes sense.

Is there anyway to expand the messages so that we can add a random switch...maybe in combination dc3dreamers excellent recursion hack....

Something like $dfharandom==3 so that any messages with the same random id number will be selected from randomly (assuming the rest of the conditionals are true for those messages)?

I'm guessing this is a lot of work though since you exit the parsing at the first logical true, right? Would enable us to do tips and such like from a library of little messages...

Also how could we do a date test such as Christmas and Easter?

Regards

Steph

emforum 06-24-2006 09:40 AM

I uploaded "functions_dfha.php" into vb's /includes/ folder.

I Edited forumhome/forumhome template and replace the code

Uploaded xml file as product

No what i didnt understand is,,

Login to your vb admin cp, go to settings page and configure your announcements in "Dynamic Forum Announcements" settings.

I logged in to admin control pannel, where is the settings page???

emforum

Logician 06-24-2006 09:41 AM

Quote:

Originally Posted by emforum
I uploaded "functions_dfha.php" into vb's /includes/ folder.

I Edited forumhome/forumhome template and replace the code

Uploaded xml file as product

No what i didnt understand is,,

Login to your vb admin cp, go to settings page and configure your announcements in "Dynamic Forum Announcements" settings.

I logged in to admin control pannel, where is the settings page???

emforum

in vb options

skoenig 06-24-2006 04:08 PM

@emforum - Scroll to the bottom of the drop down list you'll see Dynamic... thats where you edit the annoucements.

BTW is there anyway to make the edit boxes for the conditionals/strings wider/tall by default?

morrow 07-07-2006 06:48 PM

Nice hack... had it installed for a while but unfortunately, Photopost no longer functions when this product is enabled. Once I disabled the product, Photopost fired right back up again.

I noticed someone else asked about this but didn't get a response. Does anyone have this working with VBA/Photopost?

Thanks

*I'll leave it installed until tomorrow night. I'll fool around with it a little and if I figure anything out, I'll be sure to post the results. Too bad, I really liked this one!

Logician 07-07-2006 07:43 PM

Quote:

Originally Posted by morrow
Nice hack... had it installed for a while but unfortunately, Photopost no longer functions when this product is enabled. Once I disabled the product, Photopost fired right back up again.

I noticed someone else asked about this but didn't get a response. Does anyone have this working with VBA/Photopost?

Thanks

*I'll leave it installed until tomorrow night. I'll fool around with it a little and if I figure anything out, I'll be sure to post the results. Too bad, I really liked this one!

Interesting experience, I cant think of why. Frankly speaking I installed it to a few boards which already use photopost but I didn't have such a problem.

morrow 07-07-2006 07:54 PM

Quote:

Originally Posted by Logician
Interesting experience, I cant think of why. Frankly speaking I installed it to a few boards which already use photopost but I didn't have such a problem.

Possibly my directory structure?

root
- /vBulletin
- /photopost

Photopost is installed into a seperate directory than vBulletin. Could that possibly have something to do with it? Any ideas. My site is, http://www.njflyfishing.com Maybe after seeing the site, something will click. Keep in mind that the hack is disabled.

Logician 07-07-2006 08:00 PM

Quote:

Originally Posted by morrow
Possibly my directory structure?

root
- /vBulletin
- /photopost

Photopost is installed into a seperate directory than vBulletin. Could that possibly have something to do with it? Any ideas. My site is, http://www.njflyfishing.com Maybe after seeing the site, something will click. Keep in mind that the hack is disabled.

Are you using "photopost" or "vbpicgallery"? I dont have any experience with the latter.

Also please make sure you use the original (supported) version of the hack which displays announcement in forum home page only. If you installed unsupported version (which displays announcement in all pages), I'm not sure what kind of problems it can cause with other hacks and scripts.

morrow 07-08-2006 04:10 AM

I'm using Photopost.

Ok, so vba would not be considered supported? If not, I'll remove it from my vba template.

R-n-R 07-08-2006 08:44 PM

I just installed this Plug-in last night and so for I have been getting good reviews, thansk for the script!

I did have a couple of my members make a suggestion that the annoucements be able to be shown on the "New Posts" page results as that is how they have my forum bookedmarked.

Would this be possible?

paul41598 08-03-2006 07:31 PM

Is there a way to use this multiple times? I see you can use this a max of twice, one for the forumhome and one for the popup. What if I want two popups? Or wahtever

bang 08-15-2006 07:51 PM

does this work on 3.6?

Logician 08-16-2006 09:47 PM

Quote:

Originally Posted by bang
does this work on 3.6?

Yes, it should

UZFRED 08-21-2006 05:37 PM

Please update the thread to 3.6.0 to stop confusion and confirm compatibility ;).

mlucek 08-26-2006 11:49 PM

How does this hack compare to

Welcome headers - Improve community registration rates

https://vborg.vbsupport.ru/showthread.php?t=119572

There's definitely overlap in some of the functionality, though your hack seems a bit more flexible ??

TIA

Logician 08-30-2006 05:04 PM

Quote:

Originally Posted by mlucek
How does this hack compare to

Welcome headers - Improve community registration rates

https://vborg.vbsupport.ru/showthread.php?t=119572

There's definitely overlap in some of the functionality, though your hack seems a bit more flexible ??

TIA

As you said: Similiar concepts but mine allows you to create ANY announcement with conditionals while Ted's is easier to configure for users if you are not after a flexible solution but happy with a few message pre-configured for your convenience.. They are both easy to install hack so I'd say, install both and make your decision according to your needs..

vampireus 09-01-2006 05:57 AM

Installed on vB 3.6, "general table announcement" works but "popup announcement" don't :(

Logician 09-01-2006 06:39 PM

Quote:

Originally Posted by UZFRED
Please update the thread to 3.6.0 to stop confusion and confirm compatibility ;).

I've tested and confirmed the hack is compatible with 3.6.x too as it is. No changes needed, hack thread updated to stress this point..

Logician 09-01-2006 06:40 PM

Quote:

Originally Posted by vampireus
Installed on vB 3.6, "general table announcement" works but "popup announcement" don't :(

It works fine for me. You probably don't see it because you didn't wait for 12 hours (default option) before revisiting the site. Set pop-up frequency setting to 0 and you'll see it.

amcd 09-19-2006 05:41 PM

hi,
thx for the hack.. installed and its workin beautifully...

i want the dynamic popup to be shown also on a particular forum page (not just home). what can I do for that?
I inserted the same code (as in forumhome) in the header template, but it doesnt work. am a n00b at this, and am sure am missing something basic. can u please help me out... thx.

azn_romeo_4u 09-22-2006 02:49 AM

anyways to show the annoucement once per day? or per x amount of day?

nimonogi 09-22-2006 08:29 AM

Can this hack used for showing rules if a member starting a new thread in a certain forum?


All times are GMT. The time now is 04:25 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.01463 seconds
  • Memory Usage 1,830KB
  • 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
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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