![]() |
Love this hack! I now have the message showing in my OT area only:
http://www.strategyzoneonline.com/fo...play.php?f=161 But, check this out: http://www.strategyzoneonline.com/fo...ad.php?t=30396 In this one thread, the default Dynamic Announcement seems to have been inserted as the message for a number of the posts. I'm baffled! |
Quote:
Edit : Turning off post caching (vb admin cp/options) may help. Give it a shot! |
Quote:
BTW - the problem is very interesting. If I look in the post table, the correct text IS present for the post in question. So ... where in the world is it pulling that text from??? I don't have that in my announcements anymore. Time to poke around some more. I like having this in global.php so I'd rather find the cause. Thanks for the very quick reply! Edit - hmm, the problem is in post_parsed. 26 records have "Hello Unregistered! Welcome to our board!" in the pagetext_html field. A rebuild of the post cache (via the AdminCP) fixed the problem. |
Great hack! Is there a way to specifically exclude spiders from seeing the "guests" annoucement messages?
Thanks, Brian |
Quote:
Rebuilding post_cache fixed the problem temprarily only. :( |
Any plans for a VB3.5 update?
|
I'd LOVE to have this again for vB 3.5 :)!
|
I need a few beta testers for 3.5 version. Anybody interested please email me.
I need someone who is: * Already using this hack in vb 3.0 version and familiar with the hack * Already upgraded his board to 3.5 (latest version ie RC3) or at least has a test 3.5 enviroment to test the hack. * Ready to install the hack to his board (or test board) * Let me know the results adn give me feedback Please contact me via PM or email and let me know your email adress if you meet ALL the conditions above and I'll send you the hack. 3.5 version is coded as a pluggin so it does not require you to hack your vb codes. You can easily install it through vb3.5 pluggin system and can also uninstall/disable it with 1 click. I've tested it in my localhost and it works fine but my own board is not upgraded to 3.5 yet, so I want to get a few confirmations from others before releasing the hack officially. Thanks! |
I am already running RC3 here with this hack working just fine ;) WINK! lol
Quote:
|
Quote:
|
HI:
Everything was working fine...until i moved a usergroup over to another usergroup and deleted the original usergroup. I updated the Dynamic thingy to replect the new usergroup's id. However, it doesn't seem to work anymore, like it I never installed the hack! I still see the templates there, and I still see the modofied files...does anyone have any idea what happened? I am using: [[($bbuserinfo[userid]==2)]]This is a test.[[/($bbuserinfo[userid]==2)]] Thanks... UPDATE: HA! Nevermind...it's 2:22AM and I copied /pasted from Logician's tutorial to "make sure i have the correct conditional" but I FORGOT to add the word "group" so that the correct code is: [[($bbuserinfo[usergroupid]==2)]]This is a test.[[/($bbuserinfo[usergroupid]==2)]] To reflect the USERGROUP and not just the USER!!! :D Goodnight all! Thanks for this cool hack! |
I can't close the pop up menu...something I did wrong?
|
Quote:
|
The hack for vb version 3.5 released here:
https://vborg.vbsupport.ru/showthread.php?t=97073 |
anyone know why in Firefox the popup is huge and why when I click close, the box doesn't go away?
|
Is there was way to display information from the userfield table? eg. $userfield[field18]==
|
Quote:
|
I'm trying to get this to work. It basically opens the message if their field is empty.
[[($bbuserinfo[usergroupid]==6 AND $bbuserfield[field18]==)]]Hello $bbuserinfo[username], please take a moment to update your user profile with your current information. Click the user CP link above, and then click Edit Profile. [[/($bbuserinfo[usergroupid]==6 AND $bbuserfield[field18]==)]] |
Quote:
|
Wouldn't this also work, Sinan?
Quote:
|
Quote:
|
Thanks, I tried that but it didn't work.
Quote:
|
Quote:
|
Correct, I tested it on myself first, and field 18 was empty. I even looked into the database to make sure the option cleared it.
Quote:
|
Need a little help with a conditional:
We currently have our boards set up so that new accounts must go through moderation before they can post, but right now the only way to tell whether there are accounts waiting for moderation is to log into the admin control panel (which I don't want the administrators to have to do every time). So what I'm asking is, is it possible to set up a conditional that displays when an administrator views the front page AND there are people in the "waiting moderation" group? I have this so far: [[(($bbuserinfo[usergroupid]==6) AND (!empty(insert conditional that checks for people in usergroup 4)))]] |
Quote:
|
Quote:
|
Any chance to make a random or rotating announcement?
|
ok, what's the suntax for checking if the users are NOT members of 2 secondary usergroups, but are members of any other primary group?
I've tried the below without any success (or I might have done something wrong along the way): Code:
[[(!$bbuserinfo[membergroupids]==9 AND !$bbuserinfo[membergroupids]==12)]] |
Quote:
content [[/(!is_member_of($bbuserinfo,9 ,12))]] |
Quote:
tried that, didn't get anything now... no popup. |
Quote:
|
I want to show the announcement to everyone, except these user groups: 5,6,7,22
any help? |
Quote:
I want to show the announcement to everyone, except these user groups: 5,6,7,22 [[/(!is_member_of($bbuserinfo,5 ,6 ,7, 22))]] |
Quote:
Thanks for your prompt reply, I tried the the above conditional and nothing shows up? Thanks |
ok, I checked and you both are right. Apparently the check works just for the primary usergroup. So you can use that one if you want to check primary usergroup of the user:
[[(in_array($bbuserinfo[usergroupid], array(5,6,7,22)))]] show if visitor's primary usergroup is 5 or 6 or 7 or 22 [[/(in_array($bbuserinfo[usergroupid], array(5,6,7,22)))]] OR [[(!in_array($bbuserinfo[usergroupid], array(5,6,7,22)))]] show if visitor's primary usergroup is NOT 5 or 6 or 7 or 22 [[/(!in_array($bbuserinfo[usergroupid], array(5,6,7,22)))]] I have no suggestion if you want to check secondary usergroup, sorry about it. |
I've upgraded from 3.09 to 3.51 and I would like to know how to remove this hack from the vbulleting options?
|
Quote:
|
All times are GMT. The time now is 07:47 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|