vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   'Edit folders' gone with upgrade? (https://vborg.vbsupport.ru/showthread.php?t=71780)

Impulse 11-15-2004 04:16 PM

'Edit folders' gone with upgrade?
 
I've recently upgraded the board to vb3.0.3 but now the link of 'edit folders' under your usercp > private messages (4th option in the row) has gone.

I've checked the templates of the default style and according to those templates it still should be there.

This should be the part right?

Code:

<td class="thead" nowrap="nowrap">$vbphrase[edit_private_message_folders]</td>
                                        </tr>
                                        $cpnav[pmfolders]
                                        </table>
                                </div>
                        </if>
                </td>
        </tr>
        <tr>
                <td class="$navclass[pm_messagelist]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]">$vbphrase[list_messages]</a></td>
        </tr>
        <tr>
                <td class="$navclass[pm_newpm]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td>
        </tr>
        <if condition="$show['pmtracklink']">
                <tr>
                        <td class="$navclass[pm_trackpm]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">$vbphrase[track_messages]</a></td>
                </tr>
        </if>
        <tr>
                <td class="$navclass[pm_editfolders]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=editfolders">$vbphrase[edit_private_message_folders]</a></td>
        </tr>
</if>


Brad 11-15-2004 09:15 PM

Revert the template and see if it comes back. If that works you know there is an error with your edited template.

Impulse 11-16-2004 07:36 AM

I did that, but then comes another problem. The 'edit folders' links are back, but the 'new subscribed threads' and 'latest reputation received' tables move down below the end of the usercp table stuff o___o; (aka, it gets misplaced horribly)

T_T


All times are GMT. The time now is 07:45 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.01042 seconds
  • Memory Usage 1,716KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete