Jump to content


Toggle shoutbox Shoutbox

Warlock : (09 February 2012 - 11:45 AM) ROFLMMFAO@Theredbaron! :D
Theredbaron : (08 February 2012 - 09:16 PM) Posted Image
Warlock : (06 February 2012 - 09:07 PM) This will be my new toy this Saturday - http://www.bestbuy.c...6&skuId=2769576
Theredbaron : (06 February 2012 - 04:11 AM) Life, tiss full of FARK YOU! Moments.
Warlock : (05 February 2012 - 09:20 AM) LOL :D
Theredbaron : (05 February 2012 - 02:57 AM) Haha, that is the same for me, cept with newegg. :) I checked both stores, cause they are both "good" ones, but newegg was always cheaper for what I wanted, Also, hen I ordered my case it said it would be a week or so to get here, got here in 2 days.
Warlock : (04 February 2012 - 01:27 PM) I'm a Tiger fan but only because when ever I've looked for stuff, Tiger always had what I needed and usually cheaper than NewEgg. I even get great delivery time with Tiger. A lot faster than what's stated! :D
Theredbaron : (03 February 2012 - 07:07 PM) I ended up getting one that tiger didn't have, so :P to tiger.
Theredbaron : (03 February 2012 - 07:07 PM) No where near. Tiger is nothing compared to Newegg. When I built my computer, they only had like, 20 vid cards. Newegg had over 100.
Warlock : (03 February 2012 - 11:05 AM) Tiger and NewEgg are roughly the same. Same selection, same prices. LOL
Theredbaron : (02 February 2012 - 03:59 PM) Eh, more of a newegg man myself. Fark tiger. They have shitty selection.
Warlock : (02 February 2012 - 10:37 AM) Check places like Tiger Direct! :D They always have some great deals going on.
Theredbaron : (01 February 2012 - 08:43 PM) Last I checked they were up 20-30 plus. But I haven't checked in a bit. Not since about a week or two after the big floods.
Warlock : (01 February 2012 - 08:52 AM) I haven't seen much change in prices. I've seen a bunch go down. :D
Theredbaron : (31 January 2012 - 05:26 PM) The bad thing is that now all the prices are going up. DAMN YOU GOD! YOUR FLOODS MAKE ME SPEND MORE!
Warlock : (31 January 2012 - 11:02 AM) LOL :D
Theredbaron : (30 January 2012 - 05:07 PM) You sir, are an arse. Need me a new drive, or 10.
Warlock : (30 January 2012 - 12:43 PM) You asked for it - 128MB Lexar Jump Drive, 2GB Kingston DataTraveler, 4GB PNY Optima SDHC (Digital Camera), 32GB Class 10 Adata SDHC (Camcorder), 8GB SanDisk Micro SDHC (my DS), 2GB Micro SD (wife/daughter's DS), 32GB Transcend SDHC Class 10 (Wii - DML), two 2GB Kodak SD, four 2GB SanDisk SD, 4GB Micro SDHC (Wii). All those 2GB SD cards I had for my Rock Band 3 DLC until I was able to emulate the NAND! :D
Theredbaron : (29 January 2012 - 02:49 PM) Lol, yes. O, just remembered more. I also have a 4gb nano g1 and a 4gb nano g2
Warlock : (29 January 2012 - 01:25 PM) LOL No, I just own a lot of electronics! :D
Resize Shouts Area

Install Problems


6 replies to this topic

#1 shrewsbury

    Lurker

  • Members
  • 3 posts

Posted 26 August 2007 - 09:29 PM

Okay So I'm not sure if this is the place to be posting this but I'll do it anyways and someone can move it or tell me where else to post it before closing it?

Anyways, I'm trying to install the RPG Battle Mod on my website and it says it was made here so I've come for help.

I'm at the part where I'm supposed to edit this string in sources/action_public/topics.php

CODE
        $member['addresscard']     = $member['id'] ? $this->ipsclass->compiled_templates['skin_topic']->member_icon_vcard( $member['id'] ) : '';


by adding this after

CODE
        include("./sources/urpg/topic.php");


(it's the last step before editing the html of a few pages through the ACP)

Anyways, the code I'm supposed to find isn't even in that file and It's a freshly installed forum so there are no other modifications that have erased it etc.

So what am I supposed to do? The closest thing to that that I can find is

CODE
        {
            //-----------------------------------------
            // It's definitely a guest...
            //-----------------------------------------
            
            $poster = $this->ipsclass->set_up_guest( $row['author_name'] );
            $poster['members_display_name'] = $this->ipsclass->vars['guest_name_pre'] . $row['author_name'] . $this->ipsclass->vars['guest_name_suf'];
            $poster['_members_display_name'] = $this->ipsclass->vars['guest_name_pre'] . $row['author_name'] . $this->ipsclass->vars['guest_name_suf'];
            $poster['custom_fields']        = "";
            $poster['warn_text']            = "";
            $poster['warn_minus']            = "";
            $poster['warn_img']                = "";
            $poster['warn_add']                = "";
            $poster['addresscard']            = "";             <--- right there, the only place that even contains the words 'addresscard'
            $poster['message_icon']            = "";
            $poster['email_icon']            = "";
            $row['name_css']                = 'unreg';
        }


I'm using IPB 2.3.0 which it says is compatible.
[edit] i'm using Unreal RPG 1.0 Beta, it's the only one I could find on invisionize if there is a newer one o.o
[edit2] I see you guys are using IPB 2.3.1 so someone must know something, cmon sad.gif


Thanks in advance! happy.gif

Edited by shrewsbury, 27 August 2007 - 08:09 AM.


#2 alchemyfool

    Member

  • Members
  • PipPip
  • 29 posts
  • Gender:Male
  • Location:In front of the screen
  • Interests:Running Forums, Game servers, programming and studying in UNI
  • Favorite Games: SHADOWRUN, ET

Posted 28 August 2007 - 08:43 AM

i am using 2.2.2 i know its not the same version as yours but its earlier so yours still should have it
its about 4 pages down after what you copied
here is how mine looks:
CODE
        
        //-----------------------------------------
        // Ranks
        //-----------------------------------------
        
        foreach($this->ipsclass->cache['ranks'] as $k => $v)
        {
            if ($member['posts'] >= $v['POSTS'])
            {
                if (!$member['title'])
                {
                    $member['title'] = $this->ipsclass->cache['ranks'][ $k ]['TITLE'];
                }
                
                $pips = $v['PIPS'];
                break;
            }
        }
        
        //-----------------------------------------
        // Group image
        //-----------------------------------------
        
        if ( $this->ipsclass->cache['group_cache'][ $member['mgroup'] ]['g_icon'] )
        {
            $member['member_rank_img'] = $this->ipsclass->compiled_templates['skin_topic']->member_rank_img($this->ipsclass->cache['group_cache'][ $member['mgroup'] ]['g_icon']);
        }
        else if ( $pips )
        {
            if ( is_numeric( $pips ) )
            {
                for ($i = 1; $i <= $pips; ++$i)
                {
                    $member['member_rank_img'] .= "<{A_STAR}>";
                }
            }
            else
            {
                $member['member_rank_img'] = $this->ipsclass->compiled_templates['skin_topic']->member_rank_img( 'style_images/<#IMG_DIR#>/folder_team_icons/'.$pips );
            }
        }
        
        $member['member_joined']   = $this->ipsclass->compiled_templates['skin_topic']->member_joined( $this->ipsclass->get_date( $member['joined'], 'JOINED' ) );
        $member['member_group']    = $this->ipsclass->compiled_templates['skin_topic']->member_group( $group_name );
        $member['member_posts']    = $this->ipsclass->compiled_templates['skin_topic']->member_posts( $this->ipsclass->do_number_format( intval( $member['posts'] ) ) );
        $member['member_number']   = $this->ipsclass->compiled_templates['skin_topic']->member_number( $this->ipsclass->do_number_format($member['id']) );
        $member['profile_icon']    = $this->ipsclass->compiled_templates['skin_topic']->member_icon_profile( $member['id'] );
        $member['message_icon']    = $this->ipsclass->compiled_templates['skin_topic']->member_icon_msg( $member['id'] );
        $member['member_location'] = $member['location'] ? $this->ipsclass->compiled_templates['skin_topic']->member_location( $member['location'] ) : '';
        $member['email_icon']      = ! $member['hide_email'] ? $this->ipsclass->compiled_templates['skin_topic']->member_icon_email( $member['id'] ) : '';
        $member['addresscard']     = $member['id'] ? $this->ipsclass->compiled_templates['skin_topic']->member_icon_vcard( $member['id'] ) : '';
        include("./sources/urpg/topic.php");


#3 shrewsbury

    Lurker

  • Members
  • 3 posts

Posted 28 August 2007 - 10:57 AM

Nah it doesn't have it. I read up on the invisionize forums and 5 or 6 people confirmed it.

The thing that gets me though is that there is NO support on this website and they are running 2.3.1 so obviously they know how to mod it for 2.3.x already. rolleyes.gif

And I do all my editting through CuteFTP of my files so I just use the search funtion for the string or parts of.

#4 alchemyfool

    Member

  • Members
  • PipPip
  • 29 posts
  • Gender:Male
  • Location:In front of the screen
  • Interests:Running Forums, Game servers, programming and studying in UNI
  • Favorite Games: SHADOWRUN, ET

Posted 28 August 2007 - 04:35 PM

QUOTE(shrewsbury @ Aug 28 2007, 10:56 AM) <{POST_SNAPBACK}>
Nah it doesn't have it. I read up on the invisionize forums and 5 or 6 people confirmed it.

The thing that gets me though is that there is NO support on this website and they are running 2.3.1 so obviously they know how to mod it for 2.3.x already. rolleyes.gif

And I do all my editting through CuteFTP of my files so I just use the search funtion for the string or parts of.


first of all noone answering your post doesnt mean NO support
wait for a bit people have real lifes and might have problems in them


and ALL FTP and TEXT editors have a search function Cntrl + F



#5 shrewsbury

    Lurker

  • Members
  • 3 posts

Posted 28 August 2007 - 05:49 PM

QUOTE(alchemyfool @ Aug 28 2007, 04:34 PM) <{POST_SNAPBACK}>
first of all noone answering your post doesnt mean NO support
wait for a bit people have real lifes and might have problems in them
and ALL FTP and TEXT editors have a search function Cntrl + F



lots of editors do allow multi-line search, only single line. and tbh, I'm not sure what you speak of this "FTP editor"... ohmy.gif if you mean editing files through your FTP client, I would say the majority of them don't have that support.

and i've been waiting 3 days, pretty much means no support, and if you were to read anything on invisionize you would realize that everyone has the same problem with support, the creators have like half given up on this project and people have started working on it on their own and they've gotten farther in the creation and bug fix process than the creators.


#6 TommyTN

    Newbie

  • BANNED(Banned)
  • Pip
  • 5 posts

Posted 04 September 2007 - 09:42 PM

so complicated eh ?? @____@ !

#7 jschmidli

    Lurker

  • Members
  • 1 posts

Posted 14 November 2007 - 10:35 AM

I am confirming that this is a problem that has not been fixed.

The code you are looking for does not exist in the Topics file.

I am not a programmer but it looks like all of the member info has been moved to another file.

I have tried inserting the include code in different parts of the topics file I have but with no success.

anyone know how to get around this?



Thanks,
Joe





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users