Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-24-2003, 04:05 PM
ryancooper ryancooper is offline
 
Join Date: Jul 2002
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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:
Reply With Quote
  #2  
Old 03-24-2003, 05:32 PM
FlyingDutchman's Avatar
FlyingDutchman FlyingDutchman is offline
 
Join Date: Nov 2001
Location: The Netherlands
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #3  
Old 03-24-2003, 07:12 PM
ryancooper ryancooper is offline
 
Join Date: Jul 2002
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for you quick response!

Before I try it I have to ask,

Why don't you recommend doing it?
Reply With Quote
  #4  
Old 03-25-2003, 06:22 PM
ryancooper ryancooper is offline
 
Join Date: Jul 2002
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #5  
Old 03-26-2003, 04:17 AM
FlyingDutchman's Avatar
FlyingDutchman FlyingDutchman is offline
 
Join Date: Nov 2001
Location: The Netherlands
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #6  
Old 03-26-2003, 10:52 AM
ryancooper ryancooper is offline
 
Join Date: Jul 2002
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Ryan
Reply With Quote
  #7  
Old 03-26-2003, 02:23 PM
Rose's Avatar
Rose Rose is offline
 
Join Date: Nov 2001
Location: K-Town, Germany
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #8  
Old 03-26-2003, 02:46 PM
FlyingDutchman's Avatar
FlyingDutchman FlyingDutchman is offline
 
Join Date: Nov 2001
Location: The Netherlands
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Reply With Quote
  #9  
Old 03-26-2003, 06:26 PM
ryancooper ryancooper is offline
 
Join Date: Jul 2002
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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??
Reply With Quote
  #10  
Old 03-31-2003, 05:22 PM
ryancooper ryancooper is offline
 
Join Date: Jul 2002
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any luck with this?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:30 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.04458 seconds
  • Memory Usage 2,280KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete