vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Unregistered / Not Logged In can use smilies box (https://vborg.vbsupport.ru/showthread.php?t=50755)

ryancooper 03-24-2003 04:05 PM

Unregistered / Not Logged In can use smilies box
 
Hello,
As VB is right not if you are Unregistered or Not Logged In the smilies box does not show on hte side of the posting. I would like to allow all users to have the option to use smilies no matter what there user group.

Can someone do this for me?

Thanks,
ryan :classic:

FlyingDutchman 03-24-2003 05:32 PM

this might work, although i wouldn't recommend doing this...

in newthread.php, FIND:
PHP Code:

if ($foruminfo[allowsmilies]) {
      if (
$bbuserinfo[showvbcode] && $allowvbcodebuttons)
      
$vbcode_smilies getclickysmilies();
    eval(
"\$disablesmiliesoption = \"".gettemplate("newpost_disablesmiliesoption")."\";");
  } else {
    
$disablesmiliesoption="";
  }
  if (
$bbuserinfo[showvbcode] && $allowvbcodebuttons)
    
$vbcode_buttons getcodebuttons();

  
getforumrules($foruminfo,$permissions); 

REPLACE that with:
PHP Code:

$vbcode_smilies '';
  
$vbcode_buttons '';
  if (
$foruminfo[allowsmilies]) {
    
      
$vbcode_smilies getclickysmilies();
    eval(
"\$disablesmiliesoption = \"".gettemplate("newpost_disablesmiliesoption")."\";");
  } else {
    
$disablesmiliesoption="";
  }
  if (
$bbuserinfo[showvbcode] && $allowvbcodebuttons)
    
$vbcode_buttons getcodebuttons();

  
getforumrules($foruminfo,$permissions); 




open newreply.php, FIND:
PHP Code:

  $vbcode_smilies '';
  
$vbcode_buttons '';
  if (
$foruminfo[allowsmilies]) {
    if (
$bbuserinfo[showvbcode] && $allowvbcodebuttons) {
      
$vbcode_smilies getclickysmilies();
    }
    eval(
"\$disablesmiliesoption = \"".gettemplate("newpost_disablesmiliesoption")."\";");
  } else {
    
$disablesmiliesoption="";
  }
  if (
$bbuserinfo[showvbcode] && $allowvbcodebuttons) {
    
$vbcode_buttons getcodebuttons();
  }

  
getforumrules($foruminfo,$permissions); 

REPLACE that with:
PHP Code:

  $vbcode_smilies '';
  
$vbcode_buttons '';
  if (
$foruminfo[allowsmilies]) {
    
      
$vbcode_smilies getclickysmilies();
    
    eval(
"\$disablesmiliesoption = \"".gettemplate("newpost_disablesmiliesoption")."\";");
  } else {
    
$disablesmiliesoption="";
  }
  if (
$bbuserinfo[showvbcode] && $allowvbcodebuttons) {
    
$vbcode_buttons getcodebuttons();
  }

  
getforumrules($foruminfo,$permissions); 



it *should* work...

ryancooper 03-24-2003 07:12 PM

Thanks for you quick response!

Before I try it I have to ask,

Why don't you recommend doing it?

ryancooper 03-25-2003 06:22 PM

Well i tried it and it puts teh smilies box in but when i click htem it just jumps to the top of the page?

I also noticed that the smilies are linked to

http://www.talkdisney.com/forums/new...ead&forumid=4#

Any thing else that has to be added? :surprised:

Ryan

FlyingDutchman 03-26-2003 04:17 AM

uhm, i'll look into this today...
i was afraid for something like this to happen ;)
anyway, i'll post it here if i find a way to do it...

ryancooper 03-26-2003 10:52 AM

Awesome, thank you so much for you time and help.

Ryan

Rose 03-26-2003 02:23 PM

Do you have it set so unregistered members can post? If they can post, I'd think the smilies box would show up. But I may be misunderstanding.

FlyingDutchman 03-26-2003 02:46 PM

Quote:

Today at 05:23 PM Rose said this in Post #7
Do you have it set so unregistered members can post? If they can post, I'd think the smilies box would show up. But I may be misunderstanding.

indeed you are ;)
no vbcode boxes (and that includes the smilies box ;)) show up for guests...

btw, sorry for not looking into this today, but i've had no time :(
sorry! :ermm:

ryancooper 03-26-2003 06:26 PM

Quote:

Today at 04:23 AM Rose said this in Post #7
Do you have it set so unregistered members can post? If they can post, I'd think the smilies box would show up. But I may be misunderstanding.

If i set it so unregistered users can post no smilies box comes up. With the above modifications the smilies box does come up but when you click them it shoots you back to the same page.

Seems like a javascript or something is not loaded??

ryancooper 03-31-2003 05:22 PM

Any luck with this?

ryancooper 04-10-2003 10:58 PM

Anyone else want to take a shot at this??? Please. . .


All times are GMT. The time now is 01:09 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.01165 seconds
  • Memory Usage 1,755KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete