Sub Menu
Links Menu
Online Users

In total there are 327 users online :: 2 registered, 0 hidden and 325 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot] based on users active over the past 60 minutes

Shoutbox and another Q

Support for IntegraMOD 141

Moderator: Integra Moderator

Shoutbox and another Q

PostAuthor: Lycanth » Tue Sep 27, 2011 10:58 pm

Two very quick questions.

#1: How do I make the shoutbox useable and viewable by guests? Yes, I would like guests to be able to use it and am well aware of the risk of spam <img>

#2: I no longer really use the portal page, so what do i change so my url redirects to the index page instead of portal as it is currently doing?

my site is at http://www.nextincantation.com

Oh, make that three, heh.

#3: How hard is it to upgrade to IM3? Because I really want my members to be able to have 'switch/sub accounts' and have found none that work for phpbb2.

Lycanth
Members
Members
 
Posts: 65
Likes: 0 post
Liked in: 0 post
Joined: Mon Nov 12, 2007 5:20 pm
Cash on hand: 0.00
Location: Australia

Re: Shoutbox and another Q

PostAuthor: Helter » Fri Sep 30, 2011 1:42 pm

OPEN YOUR TEMPLATE/index_body.tpl

FIND
Code: Select all
<BEGIN>
<Start>


REPLACE WITH
Code: Select all
<Start>


FIND
Code: Select all
<End>

<END>


REPLACE WITH
Code: Select all
<End>


OPEN FORUM ROOT/shoutbox.php

FIND
Code: Select all
         if ($userdata['user_id']==ANONYMOUS)
         {
            $is_auth['auth_delete'] = 0;
            $is_auth['auth_post'] = 0;

REPLACE WITH
Code: Select all
         if ($userdata['user_id']==ANONYMOUS)
         {
            $is_auth['auth_delete'] = 0;
            $is_auth['auth_post'] = 1;


OPEN FORUM ROOT/shoutbox_view.php
FIND
Code: Select all
         if ($userdata['user_id']==ANONYMOUS)
         {
            $is_auth['auth_delete'] = 0;
            $is_auth['auth_post'] = 0;


REPLACE WITH
Code: Select all
         if ($userdata['user_id']==ANONYMOUS)
         {
            $is_auth['auth_delete'] = 0;
            $is_auth['auth_post'] = 1;


OPEN FORUM ROOT/shoutbox_max.php
FIND
Code: Select all
         if ($userdata['user_id']==ANONYMOUS)
         {
            $is_auth['auth_delete'] = 0;
            $is_auth['auth_post'] = 0;


REPLACE WITH
Code: Select all
         if ($userdata['user_id']==ANONYMOUS)
         {
            $is_auth['auth_delete'] = 0;
            $is_auth['auth_post'] = 1;
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3


Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot]

cron