vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

HappyPike 12-08-2008 03:33 AM

Quote:

Originally Posted by AURFSCAN (Post 1680657)
Hey guys,

I added MEGAUPLOAD to it , now its better than ever

https://vborg.vbsupport.ru/showpost....&postcount=126

thx Darren

Does it automatically put the megaupload download link in the "Link to a file" field?

AURFSCAN 12-08-2008 04:46 AM

1 Attachment(s)
No sorry , I couldnt work that out,

My members are pretty smart. I made a how to post for them link

and updated the upload section

Xphusion 12-09-2008 01:40 AM

Feature Request: The Ability to Add an Agreement they have to accept before they download a file but the agreement can be attatched to specific files and whole catagories

IE : before some one downloads a file they have to accept somthing like this..

I agree not to distribute this file in any way shape or form.

Then it would have a Tick box [] accept [] decline ..if they decline they will not be allowed to download the file

tlwwolfseye 12-10-2008 11:48 AM

Does that Mod work with 3.7.4 PL1 ? Before I try to install it I would like to know if its working fine with that Version.

Also one other question about the features of the Mod.

1.) Can user upload files ?
2.) If User can upload files, can the user that did also later edit the file in case there was something needed to be changed, without starting a new File again so there would be.

Thanks in advance.

Wolfseye

OCPerformance 12-10-2008 11:13 PM

Yes it works.

tlwwolfseye 12-11-2008 08:21 AM

Ok installed it and works. ;) Thanks.

But when I try to import files of a folder, i got a OPEN BASE_DIR error.

Code:

Warning: opendir() [function.opendir]: open_basedir restriction in effect. File(/var/www/vhosts/mydomain.com/httpdocs/board/download/aw2maps-import/) is not within the allowed path(s): (/var/www/vhosts/mydomain.com/httpdocs:/tmp) in [path]/acp/downloadadmin.php on line 290

Warning: opendir(/var/www/vhosts/mydomain.com/httpdocs/board/download/aw2maps-import/) [function.opendir]: failed to open dir: Operation not permitted in [path]/acp/downloadadmin.php on line 290

My PHPINFO shows the following for that parameter:

Code:

open_basedir        /var/www/vhosts/mydomain.com/httpdocs:/tmp        no value
Any ideas how to fix that ?
And I tried with an other Download Script (not vB) that I could mass-add Files there without the problems with the OPEN BASE_DIR setting. Why is that different here with the Import, which is kinda the same ???

P.S: Original Domain is replaced with "mydomain.com"


Also there is something I don?t find from the Manual. How to make the Uploaded Files show up on a Users Profile.

That is what the Manual says I should look for in MEMBERINFO template.

Code:

<fieldset class="fieldset">
                <legend>$vbphrase[posts]</legend>
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                <tr>
                    <td>
                        $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
                    </td>
                </tr>
                <if condition="$vboptions['profilelastpost']">
                <tr>
                    <td>
                            $vbphrase[last_post]:<br />
                            <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
                            $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
                    </td>
                </tr>
                </if>
                <tr>
                    <td><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
                </tr>
                <tr>
                    <td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
                </tr>
                </table>
            </fieldset>

Which isn?t in my template (THEME: DARKNESS2)
See below.

Code:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude

$usercss
$memberinfo_css
<style type="text/css" id="vbulletin_tabctrl_css">
@import url("clientscript/vbulletin_tabctrl.css?v=$vboptions[simpleversion]");
<if condition="$show['rtl']">@import url("clientscript/vbulletin_tabctrl_rtl.css?v=$vboptions[simpleversion]");</if>
</style>

<script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script>

<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>

<if condition="$userinfo['userid'] == $bbuserinfo['userid']">
<script type="text/javascript" src="clientscript/vbulletin_profilefield_edit.js?v=$vboptions[simpleversion]"></script>
</if>
<script type="text/javascript">
<!--
vbphrase['server_failed_respond_try_again'] = "$vbphrase[server_failed_respond_try_again]";
vbphrase['edit_value'] = "$vbphrase[edit_value_js]";

<if condition="$show['post_visitor_message']">
function goto_post_pm()
{
        vB_TabCtrls['profile_tabs'].switch_tab('visitor_messaging');
        fetch_object('visitor_messaging').scrollIntoView();

        var textarea = fetch_object('visitor_message_form_textarea');
        if (textarea)
        {
                textarea.focus();
                textarea.select();
        }
        return false;
}
</if>
-->
</script>

</head>
<body>

$header
$navbar


<!-- begin user css -->
<div id="usercss" class="floatcontainer">

<div id="content_container">
        <div id="content">

                <div id="main_userinfo" class="floatcontainer">
                        <table cellpadding="0" cellspacing="0" border="0" width="100%">
                        <tr>
                                <if condition="$prepared['profilepicurl']">
                                        <td id="profilepic_cell" class="tborder alt2"><img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /></td>
                                </if>
                                <td valign="top" width="100%" id="username_box"<if condition="$prepared['profilepicurl']"> class="profilepic_adjacent"</if>>
                                        <if condition="$prepared['rank'] OR $prepared['reputationdisplay']">
                                                <div id="reputation_rank">
                                                        <if condition="$prepared['reputationdisplay']">
                                                                <div id="reputation">$prepared[reputationdisplay]</div>
                                                        </if>
                                                        <if condition="$prepared['rank']">
                                                                <div id="rank">$prepared[rank]</div>
                                                        </if>
                                                </div>
                                        </if>
                                        <h1>$prepared[musername] $prepared[onlinestatus]</h1>
                                        <if condition="$prepared['usertitle']">
                                                <h2>$prepared[usertitle]</h2>
                                        </if>
                                </td>
                        </tr>
                        </table>

                        <!-- link bar -->
                        <div class="tborder content_block" id="link_bar">
                                <if condition="$prepared['myprofile'] OR $show['contactlinks'] OR $show['userlists'] OR $show['usernotes'] OR can_moderate()">
                                        <ul class="thead block_row block_title list_no_decoration floatcontainer">
                                                <if condition="$prepared['myprofile']">
                                                        <if condition="$show['can_customize_profile']">
                                                                <li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=customize">$vbphrase[customize_profile]</a></li>
                                                        </if>
                                                <else />
                                                        <if condition="$show['usercss_switch']">
                                                                <li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=switchusercss&amp;hash=$bbuserinfo[logouthash]&amp;u=$prepared[userid]">$usercss_switch_phrase</a></li>
                                                        </if>
                                                </if>

                                                <if condition="$show['contactlinks']">
                                                        <li class="thead" id="minicontact"><a href="#contactinfo">$vbphrase[send_message]</a> <script type="text/javascript">vBmenu.register("minicontact");</script></li>
                                                </if>

                                                <if condition="$show['userlists']">
                                                        <li class="thead" id="userlists"><a href="profile.php?$session[sessionurl]do=buddylist&amp;nojs=1">$vbphrase[user_lists]</a> <script type="text/javascript">vBmenu.register("userlists");</script></li>
                                                </if>

                                                <if condition="$show['usernotes']">
                                                        <li class="thead"><a href="usernote.php?$session[sessionurl]u=$prepared[userid]">$vbphrase[user_notes] ($prepared[usernotecount])</a></li>
                                                </if>

                                                <if condition="$show['edit_profile']">
                                                        <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                                </if>
                                        </ul>
                                </if>

                                <!-- current activity -->
                                <if condition="$prepared['lastactivitydate'] OR $prepared['action']">
                                        <div class="alt2 smallfont block_row" id="activity_info">
                                                <if condition="$prepared['lastactivitydate']">
                                                        <div id="last_online">
                                                                <span class="shade">$vbphrase[last_activity]:</span> $prepared[lastactivitydate]<if condition="!$show['detailedtime']"> <span class="time">$prepared[lastactivitytime]</span></if>
                                                        </div>
                                                </if>
                                                <if condition="$prepared['action']">
                                                        <span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]
                                                </if>
                                        </div>
                                </if>
                                <!-- / current activity -->

                        </div>
                        <!-- / link bar -->

                        <!-- user list menu -->
                        <ul id="userlists_menu" class="vbmenu_popup list_no_decoration" style="display: none">
                                <li class="thead first"><phrase 1="$prepared[username]">$vbphrase[user_lists]</phrase></li>
                                <if condition="$prepared['canbefriend']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=friend&amp;u=$prepared[userid]"><if condition="$prepared['requestedfriend']">$vbphrase[confirm_friendship_request]<else />$vbphrase[add_to_friends_list]</if></a>
                                        </li>
                                </if>
                                <if condition="$prepared['isfriend']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=friend&amp;u=$prepared[userid]">$vbphrase[remove_from_friends_list]</a>
                                        </li>
                                </if>
                                <if condition="$show['addbuddylist']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[add_to_contacts]</a>
                                        </li>
                                </if>
                                <if condition="$show['removebuddylist']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[remove_from_contacts]</a>
                                        </li>
                                </if>
                                <if condition="$show['addignorelist']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[add_to_ignore_list]</a>
                                        </li>
                                </if>
                                <if condition="$show['removeignorelist']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[remove_from_ignore_list]</a>
                                        </li>
                                </if>
                        </ul>

                        <if condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email'] OR $prepared['hasimdetails']">
                                <!-- contact popup menu -->
                                <ul id="minicontact_menu" class="vbmenu_popup list_no_decoration" style="display:none">
                                        <if condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email']">
                                                <li class="thead first"><phrase 1="$prepared[username]">$vbphrase[send_message_to_x]</phrase></li>
                                        </if>
                                        <if condition="$show['post_visitor_message']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="visitormessage.php?$session[sessionurl]do=message&amp;u=$prepared[userid]" onclick="return goto_post_pm();"><phrase 1="$prepared[username]">$vbphrase[post_a_visitor_message_for_x]</phrase></a></li></if>
                                        <if condition="$show['pm']">
                                                <li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="private.php?$session[sessionurl]do=newpm&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_private_message_to_x]</phrase></a></li>
                                        </if>
                                        <if condition="$show['email']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></li></if>
                                        <if condition="$prepared['hasimdetails']">
                                                <li class="thead<if condition="!$show['post_visitor_message'] AND !$show['pm'] AND !$show['email']"> first</if>">$vbphrase[instant_messaging]</li>
                                                <if condition="$prepared['icq']">
                                                        <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_icq.gif" />  <a href="#" dir="ltr" onclick="imwindow('icq', '$prepared[userid]', 500, 450); return false;"><phrase 1="$prepared[username]">$vbphrase[send_icq_message_to_x]</phrase></a></li>
                                                </if>
                                                <if condition="$prepared['aim']">
                                                        <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_aim.gif" /> <a href="#" dir="ltr" onclick="imwindow('aim', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_aim_message_to_x]</phrase></a></li>
                                                </if>
                                                <if condition="$prepared['msn']">
                                                        <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_msn.gif" /> <a href="#" dir="ltr" onclick="imwindow('msn', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_msn_message_to_x]</phrase></a></li>
                                                </if>
                                                <if condition="$prepared['yahoo']">
                                                        <li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_yahoo.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('yahoo', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_yahoo_message_to_x]</phrase></a></li>
                                                </if>
                                                <if condition="$prepared['skype']">
                                                        <li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('skype', '$prepared[userid]', 400, 285); return false;"><phrase 1="$prepared[username]">$vbphrase[send_skype_message_to_x]</phrase></a></li>
                                                </if>
                                        </if>
                                </ul>
                                <!-- / contact popup menu -->
                        </if>
        </div>

        <div id="profile_tabs">
                $template_hook[profile_left_first]
                $blocks[visitor_messaging]
                $blocks[aboutme]
                $blocks[stats]
                $blocks[friends]
                $blocks[infractions]
                $blocks[contactinfo]
                $template_hook[profile_left_last]
        </div>

        <script type="text/javascript">
        <!--
        vBulletin.register_control("vB_TabCtrl", "profile_tabs", "$selected_tab", "&raquo;", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
        //-->
        </script>

</div>
</div>

<div id="sidebar_container">
        <!-- sidebar -->
        $template_hook[profile_right_first]
        $blocks[stats_mini]
        $template_hook[profile_right_mini]
        $blocks[friends_mini]
        $blocks[albums]
        $template_hook[profile_right_album]
        $blocks[groups]
        $blocks[visitors]
        $template_hook[profile_right_last]
        <!-- / sidebar -->
</div>

<!-- end usercss -->
</div>

$footer

</body>
</html>

What now ? :confused:

Digital Jedi 12-11-2008 11:33 AM

Quote:

Originally Posted by tlwwolfseye (Post 1682982)
Ok installed it and works. ;) Thanks.

But when I try to import files of a folder, i got a OPEN BASE_DIR error.

Code:

Warning: opendir() [function.opendir]: open_basedir restriction in effect. File(/var/www/vhosts/mydomain.com/httpdocs/board/download/aw2maps-import/) is not within the allowed path(s): (/var/www/vhosts/mydomain.com/httpdocs:/tmp) in [path]/acp/downloadadmin.php on line 290
 
Warning: opendir(/var/www/vhosts/mydomain.com/httpdocs/board/download/aw2maps-import/) [function.opendir]: failed to open dir: Operation not permitted in [path]/acp/downloadadmin.php on line 290

My PHPINFO shows the following for that parameter:

Code:

open_basedir    /var/www/vhosts/mydomain.com/httpdocs:/tmp    no value
Any ideas how to fix that ?
And I tried with an other Download Script (not vB) that I could mass-add Files there without the problems with the OPEN BASE_DIR setting. Why is that different here with the Import, which is kinda the same ???

P.S: Original Domain is replaced with "mydomain.com"


Also there is something I don?t find from the Manual. How to make the Uploaded Files show up on a Users Profile.

That is what the Manual says I should look for in MEMBERINFO template.

Code:

<fieldset class="fieldset">
                <legend>$vbphrase[posts]</legend>
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                <tr>
                    <td>
                        $vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
                    </td>
                </tr>
                <if condition="$vboptions['profilelastpost']">
                <tr>
                    <td>
                            $vbphrase[last_post]:<br />
                            <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
                            $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
                    </td>
                </tr>
                </if>
                <tr>
                    <td><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
                </tr>
                <tr>
                    <td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
                </tr>
                </table>
            </fieldset>

Which isn?t in my template (THEME: DARKNESS2)
See below.

Code:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
 
$usercss
$memberinfo_css
<style type="text/css" id="vbulletin_tabctrl_css">
@import url("clientscript/vbulletin_tabctrl.css?v=$vboptions[simpleversion]");
<if condition="$show['rtl']">@import url("clientscript/vbulletin_tabctrl_rtl.css?v=$vboptions[simpleversion]");</if>
</style>
 
<script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script>
 
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
 
<if condition="$userinfo['userid'] == $bbuserinfo['userid']">
<script type="text/javascript" src="clientscript/vbulletin_profilefield_edit.js?v=$vboptions[simpleversion]"></script>
</if>
<script type="text/javascript">
<!--
vbphrase['server_failed_respond_try_again'] = "$vbphrase[server_failed_respond_try_again]";
vbphrase['edit_value'] = "$vbphrase[edit_value_js]";
 
<if condition="$show['post_visitor_message']">
function goto_post_pm()
{
    vB_TabCtrls['profile_tabs'].switch_tab('visitor_messaging');
    fetch_object('visitor_messaging').scrollIntoView();
 
    var textarea = fetch_object('visitor_message_form_textarea');
    if (textarea)
    {
        textarea.focus();
        textarea.select();
    }
    return false;
}
</if>
-->
</script>
 
</head>
<body>
 
$header
$navbar
 
 
<!-- begin user css -->
<div id="usercss" class="floatcontainer">
 
<div id="content_container">
    <div id="content">
 
        <div id="main_userinfo" class="floatcontainer">
            <table cellpadding="0" cellspacing="0" border="0" width="100%">
            <tr>
                <if condition="$prepared['profilepicurl']">
                    <td id="profilepic_cell" class="tborder alt2"><img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /></td>
                </if>
                <td valign="top" width="100%" id="username_box"<if condition="$prepared['profilepicurl']"> class="profilepic_adjacent"</if>>
                    <if condition="$prepared['rank'] OR $prepared['reputationdisplay']">
                        <div id="reputation_rank">
                            <if condition="$prepared['reputationdisplay']">
                                <div id="reputation">$prepared[reputationdisplay]</div>
                            </if>
                            <if condition="$prepared['rank']">
                                <div id="rank">$prepared[rank]</div>
                            </if>
                        </div>
                    </if>
                    <h1>$prepared[musername] $prepared[onlinestatus]</h1>
                    <if condition="$prepared['usertitle']">
                        <h2>$prepared[usertitle]</h2>
                    </if>
                </td>
            </tr>
            </table>
 
            <!-- link bar -->
            <div class="tborder content_block" id="link_bar">
                <if condition="$prepared['myprofile'] OR $show['contactlinks'] OR $show['userlists'] OR $show['usernotes'] OR can_moderate()">
                    <ul class="thead block_row block_title list_no_decoration floatcontainer">
                        <if condition="$prepared['myprofile']">
                            <if condition="$show['can_customize_profile']">
                                <li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=customize">$vbphrase[customize_profile]</a></li>
                            </if>
                        <else />
                            <if condition="$show['usercss_switch']">
                                <li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=switchusercss&amp;hash=$bbuserinfo[logouthash]&amp;u=$prepared[userid]">$usercss_switch_phrase</a></li>
                            </if>
                        </if>
 
                        <if condition="$show['contactlinks']">
                            <li class="thead" id="minicontact"><a href="#contactinfo">$vbphrase[send_message]</a> <script type="text/javascript">vBmenu.register("minicontact");</script></li>
                        </if>
 
                        <if condition="$show['userlists']">
                            <li class="thead" id="userlists"><a href="profile.php?$session[sessionurl]do=buddylist&amp;nojs=1">$vbphrase[user_lists]</a> <script type="text/javascript">vBmenu.register("userlists");</script></li>
                        </if>
 
                        <if condition="$show['usernotes']">
                            <li class="thead"><a href="usernote.php?$session[sessionurl]u=$prepared[userid]">$vbphrase[user_notes] ($prepared[usernotecount])</a></li>
                        </if>
 
                        <if condition="$show['edit_profile']">
                            <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                        </if>
                    </ul>
                </if>
 
                <!-- current activity -->
                <if condition="$prepared['lastactivitydate'] OR $prepared['action']">
                    <div class="alt2 smallfont block_row" id="activity_info">
                        <if condition="$prepared['lastactivitydate']">
                            <div id="last_online">
                                <span class="shade">$vbphrase[last_activity]:</span> $prepared[lastactivitydate]<if condition="!$show['detailedtime']"> <span class="time">$prepared[lastactivitytime]</span></if>
                            </div>
                        </if>
                        <if condition="$prepared['action']">
                            <span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]
                        </if>
                    </div>
                </if>
                <!-- / current activity -->
 
            </div>
            <!-- / link bar -->
 
            <!-- user list menu -->
            <ul id="userlists_menu" class="vbmenu_popup list_no_decoration" style="display: none">
                <li class="thead first"><phrase 1="$prepared[username]">$vbphrase[user_lists]</phrase></li>
                <if condition="$prepared['canbefriend']">
                    <li class="vbmenu_option">
                        <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=friend&amp;u=$prepared[userid]"><if condition="$prepared['requestedfriend']">$vbphrase[confirm_friendship_request]<else />$vbphrase[add_to_friends_list]</if></a>
                    </li>
                </if>
                <if condition="$prepared['isfriend']">
                    <li class="vbmenu_option">
                        <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=friend&amp;u=$prepared[userid]">$vbphrase[remove_from_friends_list]</a>
                    </li>
                </if>
                <if condition="$show['addbuddylist']">
                    <li class="vbmenu_option">
                        <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[add_to_contacts]</a>
                    </li>
                </if>
                <if condition="$show['removebuddylist']">
                    <li class="vbmenu_option">
                        <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[remove_from_contacts]</a>
                    </li>
                </if>
                <if condition="$show['addignorelist']">
                    <li class="vbmenu_option">
                        <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[add_to_ignore_list]</a>
                    </li>
                </if>
                <if condition="$show['removeignorelist']">
                    <li class="vbmenu_option">
                        <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[remove_from_ignore_list]</a>
                    </li>
                </if>
            </ul>
 
            <if condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email'] OR $prepared['hasimdetails']">
                <!-- contact popup menu -->
                <ul id="minicontact_menu" class="vbmenu_popup list_no_decoration" style="display:none">
                    <if condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email']">
                        <li class="thead first"><phrase 1="$prepared[username]">$vbphrase[send_message_to_x]</phrase></li>
                    </if>
                    <if condition="$show['post_visitor_message']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="visitormessage.php?$session[sessionurl]do=message&amp;u=$prepared[userid]" onclick="return goto_post_pm();"><phrase 1="$prepared[username]">$vbphrase[post_a_visitor_message_for_x]</phrase></a></li></if>
                    <if condition="$show['pm']">
                        <li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="private.php?$session[sessionurl]do=newpm&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_private_message_to_x]</phrase></a></li>
                    </if>
                    <if condition="$show['email']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></li></if>
                    <if condition="$prepared['hasimdetails']">
                        <li class="thead<if condition="!$show['post_visitor_message'] AND !$show['pm'] AND !$show['email']"> first</if>">$vbphrase[instant_messaging]</li>
                        <if condition="$prepared['icq']">
                            <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_icq.gif" />  <a href="#" dir="ltr" onclick="imwindow('icq', '$prepared[userid]', 500, 450); return false;"><phrase 1="$prepared[username]">$vbphrase[send_icq_message_to_x]</phrase></a></li>
                        </if>
                        <if condition="$prepared['aim']">
                            <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_aim.gif" /> <a href="#" dir="ltr" onclick="imwindow('aim', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_aim_message_to_x]</phrase></a></li>
                        </if>
                        <if condition="$prepared['msn']">
                            <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_msn.gif" /> <a href="#" dir="ltr" onclick="imwindow('msn', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_msn_message_to_x]</phrase></a></li>
                        </if>
                        <if condition="$prepared['yahoo']">
                            <li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_yahoo.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('yahoo', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_yahoo_message_to_x]</phrase></a></li>
                        </if>
                        <if condition="$prepared['skype']">
                            <li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('skype', '$prepared[userid]', 400, 285); return false;"><phrase 1="$prepared[username]">$vbphrase[send_skype_message_to_x]</phrase></a></li>
                        </if>
                    </if>
                </ul>
                <!-- / contact popup menu -->
            </if>
    </div>
 
    <div id="profile_tabs">
        $template_hook[profile_left_first]
        $blocks[visitor_messaging]
        $blocks[aboutme]
        $blocks[stats]
        $blocks[friends]
        $blocks[infractions]
        $blocks[contactinfo]
        $template_hook[profile_left_last]
    </div>
 
    <script type="text/javascript">
    <!--
    vBulletin.register_control("vB_TabCtrl", "profile_tabs", "$selected_tab", "&raquo;", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
    //-->
    </script>
 
</div>
</div>
 
<div id="sidebar_container">
    <!-- sidebar -->
    $template_hook[profile_right_first]
    $blocks[stats_mini]
    $template_hook[profile_right_mini]
    $blocks[friends_mini]
    $blocks[albums]
    $template_hook[profile_right_album]
    $blocks[groups]
    $blocks[visitors]
    $template_hook[profile_right_last]
    <!-- / sidebar -->
</div>
 
<!-- end usercss -->
</div>
 
$footer
 
</body>
</html>

What now ? :confused:

Well, as far as the MEMBERINFO thing is concerned, you can't find it because those were the instructions for the original release of the mod, vB 3.6. I don't think an update has been made for the profile page of 3.7.

I'm not sure on the other one, but I was under the impression that you couldn't upload file folders. You'd need to ZIP them first.

tlwwolfseye 12-11-2008 11:53 AM

Quote:

Originally Posted by Digital Jedi (Post 1683051)
I'm not sure on the other one, but I was under the impression that you couldn't upload file folders. You'd need to ZIP them first.

It doesn?t say that you need to zip them, and as far as I see that you only have to put the path to the folder where the files are in, as absolute path, and then the script would read all of them and you can do the rest of the process. But because of this error i can?t get to that part to continue. I am sure someone before must have had this message before.

And I hope that someone that had this also can tell me hopefully how to fix this.
Thanks anyways. ;)

Too bad about the Profile. :confused:

Digital Jedi 12-11-2008 12:18 PM

Quote:

Originally Posted by tlwwolfseye (Post 1683068)
It doesn?t say that you need to zip them, and as far as I see that you only have to put the path to the folder where the files are in, as absolute path, and then the script would read all of them and you can do the rest of the process. But because of this error i can?t get to that part to continue. I am sure someone before must have had this message before.

And I hope that someone that had this also can tell me hopefully how to fix this.
Thanks anyways. ;)

Too bad about the Profile. :confused:

So basically your trying to add multiple files at one time. I really don't think that's within the parameters of the modification if they aren't ZIPped.

tlwwolfseye 12-11-2008 12:32 PM

Quote:

Originally Posted by Digital Jedi (Post 1683081)
So basically your trying to add multiple files at one time. I really don't think that's within the parameters of the modification if they aren't ZIPped.

You?re 100 % sure about that ? Because nothing in the Mod (as i found til now) states that the files for IMPORTING has to be zipped.

If so, wouldn?t the Mod say that at some point when you?re trying to import something ? I just am not sure about that Error. Is anyone around that has first hand knowledge of that and can confirm this ?

I would appreciate any help.

Thank you very much.

Wolfseye


All times are GMT. The time now is 06:32 AM.

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.05480 seconds
  • Memory Usage 1,981KB
  • 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
  • (8)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete