vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Reader's name inside post (+) (https://vborg.vbsupport.ru/showthread.php?t=35220)

Lionel 02-21-2002 03:39 AM

will this work with 2.21? I'd like to use it for users who never post.

Jawelin 02-21-2002 06:51 AM

Quote:

Originally posted by Lionel
will this work with 2.21? I'd like to use it for users who never post.
I'm very interested in this option!!!
Could you tell me more how do you think to use to 'incentivate' posts ?
I have about one user by two with 0 posts and don't figure how to 'force' them to post something.
I wouldn't use too restrictions like attachment hack and so on...

Please, give some hint.
Thanks

Stretchr 02-21-2002 07:17 AM

Popular is great but I found out, over in the Lounge, that I was having someone's baby! I'm still trying to convince my wife that it's hers! :frus: :D
Quote:

Originally posted by Bald Bouncer
Ah I get it now....I suddenly thought I was populiar after reading this thread :D

Wolf42 02-21-2002 07:49 AM

SUPER!!!!! :D

THX!

Tho007 02-21-2002 07:53 AM

I have test this on 2.2.1
At the first post, this works great but then I have a Database error we pdatoon. I have repair any tables.
Bye

TECK 02-21-2002 08:28 AM

well.. fun is allowed at vB.org to.. right? ;)

voogru 02-21-2002 08:34 AM

{bbusername} is a silly bear!

Admin 02-21-2002 10:07 AM

Quote:

Originally posted by techno
yes, but i noticed that someone else had the same problem earlier and seems to have gotten it fixed.
If I weren't serious with my remark about PHP version I wouldn't post it, would I?

Admin 02-21-2002 10:08 AM

Quote:

Originally posted by SWFans.net
I think some of the variables ($fullpm) that are in that line are from other hacks. I just added the bbusername variable to my line in functions.php and it worked great.
Could be that the $fullpm was removed in version 2.2.2, because we are still running version 2.2.1 and that's where I test my hacks as well.

nuno 02-21-2002 10:12 AM

one of the best ever
i love this hack
thx Chen :)

Remi 02-21-2002 10:51 AM

Is there a way of restricting the for admins only!!

My users start abusing this nice hack, I don't want to remove it

SWFans.net 02-21-2002 11:58 AM

Quote:

Originally posted by FireFly

Could be that the $fullpm was removed in version 2.2.2, because we are still running version 2.2.1 and that's where I test my hacks as well.

Its possible, but I?m really not sure. I upgraded my forums to 2.2.2 via PPN?s hack he posted here, but don?t remember if that was a step.

Goes to check

Nope, I don?t see it in his update file as a change. Oddness.

Admin 02-21-2002 01:00 PM

Well, I can only guess, but maybe it's part of a hack (if it exists) that adds a "Your inbox is full" popup to pages, like "You have a new message". Or maybe that's already a feature... god I can't remember. :p

It's possible to limit this hack to admins, yes.
Replace this:
Code:

  $replacewords=array(0 => "$bbuserinfo[username]<!-- auto name hack -->");
with this:
Code:

  $replacewords=array(0 => iif($bbuserinfo['usergroupid']==6,"$bbuserinfo[username]<!-- auto name hack -->",'{bbusername}'));

Martin CX 02-21-2002 06:17 PM

Very cute hack Firefly. It'll be great fun trying it out. :D
Quote:

Originally posted by SWFans.net
And I think I may actually have a practical use for it at our forums. A great deal of our members are role players with multiple names. I may add that into the templates for forumdisplay to let people know exactly what name they are logged in as. :)
You don't need the hack to do that, though. Just use $username in the templates.

James Cridland 02-21-2002 07:56 PM

Totally pointless.

Great fun.

Although I hear {bbusername} is getting a bit sick of it.

techno 02-21-2002 08:20 PM

Quote:

Originally posted by FireFly

If I weren't serious with my remark about PHP version I wouldn't post it, would I?


Nope, I just didn't think that is what my problem was. Time to contact the server owner and tell him to upgrade!! :):)

Anyway's Firefly, its looks like a really fun hack.

NYI Fan 02-21-2002 08:54 PM

I have been holding off unleashing it on my forums cuz i want to think of something really good to get them with! I know 1 or 2 people posted what they did, anyone else actually implement this on their site yet and feel like sharing?

James Cridland 02-21-2002 09:34 PM

http://forums.mediauk.com/showthread.php?threadid=13307

Oh, it's funny... even when people have realised what's going on, others don't realise... !!

This is the funniest hack I've installed... :)

James Cridland 02-21-2002 09:42 PM

The effect is rather spoilt by the <--! AUTO NAME HACK --> thing, so I removed that from the version I installed. The funniest bit is page 2, where two users both quote and reply to the text, saying how kind it is of me... !

NYI Fan 02-21-2002 10:04 PM

HI James
thanks for the link, and if you dont mind, where did you remove it from? (I would love to do the same)

Scott MacVicar 02-22-2002 07:29 AM

FireFly its my "you have a full pm box please empty me" hack to pester people with full pm boxes to remove some. So the $fullpm is from that.

danielillo 02-22-2002 10:50 AM

Will it work on 2.0.3 forum?

Thanks,

Daniel.

James Cridland 02-22-2002 12:27 PM

One of our forum guides says... "I think you could have more fun if you had a random generator version!! That could really confuse people!!"

Mark Hewitt 02-22-2002 12:51 PM

bwhaha great! I've posted my joke thread ;).

But I do actually have a serious use for this. For putting the forum name inside a post. (As I use cobranding on my forums)

The info I need is contained within the $bbuserinfo array. How can I alter the code so that it supports two replacements?

Rose 02-22-2002 04:48 PM

I assume if you aren't using .php3 (and you are using the default .php ext.) then that is the right version?

I've looked around a bit and I still can't see why it's not coming up right. I don't have any errors, just no cool hack. *lol*

Counts steps - Make two changes to functions.php & Upload.

Is that it?

Unless it has something to do with the fullpm hack, which I don't have, so I removed that bit of text from the coding. Would that effect it?

Rose 02-23-2002 02:09 PM

Anyone have a suggestion? I've edited the two places in my functions.php, uploaded, and tried it out. I see the actual string { bbusername } (without spaces, of course). I logged in as a regular member to see if it was my status, but the same thing. :s

SWFans.net 02-25-2002 01:41 AM

Quote:

Originally posted by Martin CX
You don't need the hack to do that, though. Just use $username in the templates.
Tried that and had it fail in 2.2.2. It displays other member's usernames for me when I go into the forum when just using that variable.

Admin 02-25-2002 05:09 AM

$bbuserinfo[username], SWFans.net.

DWZ 03-11-2002 09:07 AM

this could become a bit of fun :)

Matt 03-11-2002 05:42 PM

I installed the hack on the board but the problem is it seems to muckup the postbit template. :( The user title on any posts I use it in comes out as "-" and it goes to display the away image instead of my edited online/offline postbit templates. The rest looks the same.

Any idea what causes this?

DarkReaper 03-12-2002 01:53 AM

Um..I'm confused. What exactly does this do...?

Zaphod 03-14-2002 02:30 PM

I have found it does not work with the new security refinements in vb 2.2.x But was able to come up with a easy workaround.

Modify this :
PHP Code:

$findwords=array(=> '{bbusername}'); 

to use :
PHP Code:

$findwords=array(=> '=bbusername='); 

and use =bbusername= in your posts.

hope this helps :classic:

Cloughie 03-15-2002 03:22 PM

hey i did this..

the {bbusername} works in the thread title but not in the actual thread..

any ideas why?

Admin 03-15-2002 05:03 PM

Install the fix by smachol in the sticky thread in this forum.

simon 03-31-2002 02:32 PM

will this work with 2.2.4 ???

Admin 03-31-2002 04:18 PM

Yes.

Steve Machol 04-02-2002 02:23 AM

Just as note to let everyone know I used this hack with predictably funny results as a April Fool's Day joke on my board. I combined it with Scott Pakin's automatic complaint-letter generator and the resulting thread set a one day record for responses and views on my forums.

You can see the results here:

http://www.optiboard.com/forums/show...&threadid=4330

Admin 04-02-2002 04:54 AM

LOL I created a monster. :D Nice going Steve.

CeleronXL 04-07-2002 09:35 PM

Sorry to bring this back up again, but are there only two steps to this? All I see is two changes two changes to functions.php and it ends there.... It doesn't say save and reupload, so I'm not sure if it ends there....

CeleronXL 04-07-2002 11:38 PM

Well? I'd really like to install it, but it seems like there has to be more than what I just said above....


All times are GMT. The time now is 03:19 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.01268 seconds
  • Memory Usage 1,814KB
  • 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
  • (2)bbcode_php_printable
  • (8)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