Page 1 of 1

Shoutbox for Registered Only

PostPosted: Tue Nov 11, 2008 3:01 am
Author: doswald
hi guys, i think my post was lost, i have this question 2 weeks ago about my concern, i want only registered users can post in the shoutbox and no Guests can post on it to force them identify themselves.

please help me i am still using version 132c

thanks a lot
doswald

Re: Shoutbox for Registered Only

PostPosted: Tue Nov 11, 2008 11:43 am
Author: Helter
open fisubice/shoutbox_body.tpl

FIND

Code: Select all
<form>{ERROR_BOX}


AFTER, ADD

Code: Select all
<BEGIN>


FIND (this is a partial find. the line is much longer)

Code: Select all
<iframe src="{U_SHOUTBOX_VIEW}"


BEFORE, ONE A NEW LINE, ADD

Code: Select all
<END>


go to acp/extreme styles/ and delete the style cache for fisubice. Do this for all installed themes
dont forget to click the "LINE NUMBER ON/OFF" link in the top of this textbox before copying text/code

Re: Shoutbox for Registered Only

PostPosted: Tue Nov 11, 2008 8:01 pm
Author: doswald
hi Helter, i know you ar the one who answered me lat time on this query. thanks for that man.

i have little concern about this. i cant find this

acp/extreme styles/ and delete the style cache for fisubice

and also, what do you mean by this mate?

Do this for all installed themes
dont forget to click the "LINE NUMBER ON/OFF" link in the top of this textbox before copying text/code


now after i follow adding/modifying shoutbox_body.tpl i noticed that text box was missing even i am logged in.

please assist again. thanks for the time

-doswald-

Re: Shoutbox for Registered Only

PostPosted: Tue Nov 11, 2008 10:51 pm
Author: Helter
shoutbox_body.tpl

Code: Select all
 <HEAD><link></HEAD><body> <form>{ERROR_BOX}<BEGIN><table><tr>             <td>                 <center><span>      <BEGIN>         <input>&nbsp         <input>     <END>     <BEGIN>                 {L_SHOUTBOX_LOGIN}     <END>                  <input></center>                 </span>                       <center>             </td></tr></table><END>          <iframe>         </iframe>    </form></body>  

Re: Shoutbox for Registered Only

PostPosted: Wed Nov 12, 2008 8:12 pm
Author: doswald
hi Helter, seems i cant find this

acp/extreme styles/ and delete the style cache for fisubice

and also, what do you mean by this mate?

Do this for all installed themes
dont forget to click the "LINE NUMBER ON/OFF" link in the top of this textbox before copying text/code


here's my Extreme Style caption

[photo]http://i19.photobucket.com/albums/b164/doswald/PHPBB/styles.jpg[/photo]

thanks for the patience.

regards

Re: Shoutbox for Registered Only

PostPosted: Wed Nov 12, 2008 11:47 pm
Author: Helter
Code: Select all
dont forget to click the "LINE NUMBER ON/OFF" link in the top of this textbox before copying text/code


this is a completely separate line and refers to the code box on this site

everything before this "Do this for all installed themes" needs to be done for all installed themes

Re: Shoutbox for Registered Only

PostPosted: Tue Mar 24, 2009 1:09 am
Author: doswald
hi Helter, got your point here. however i have a problem, when i try to put the code that you mentioned above, my text box as well as "Go" and "Refresh" button disappears even i'm logged on.

i followed also the acpextreme styles and delete the style cache for fisubice however i didn't found the deletion of style cache, all i have is under Styles Management> Manage Cache> clear cache (for fisubice)

please help as some anonymous continuous to post in my shoutbox in the homepage.

this is my shoutbox_body.tpl code

Code: Select all
<HEAD><link></HEAD><body> <form>{ERROR_BOX}<table><tr>             <td>                 <center><span>      <BEGIN>         <input>&nbsp         <input>     <END>     <BEGIN>                 {L_SHOUTBOX_LOGIN}     <END>                  <input></center>                 </span>                       <center>             </td></tr></table>          <iframe>         </iframe>    </form></body>


thanks mate, hope you can help me again.

cheers
doswald

Re: Shoutbox for Registered Only

PostPosted: Tue Mar 24, 2009 8:47 am
Author: Helter
by default the shoutbox is not visible to guests on the index. Have you changed this? or are they finding it on your portal page? If you use the shoutbox block on the portal page, you can set the permissions on who can view it in the blocks managment page in the acp

Re: Shoutbox for Registered Only

PostPosted: Tue Mar 24, 2009 3:54 pm
Author: doswald
thanks for the reply Helter, yes i put the shoutbox in the index/portal.

whenever i set permission to shoutbox block, yes guests cannot see the whole shoutbox but i want only the shoutbox viewable by guests but they cannot post on it, they should login to post messages.

cheers =)