vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Give Your Users a Custom Page on Your Site (https://vborg.vbsupport.ru/showthread.php?t=91903)

TosaInu 11-06-2007 12:49 PM

Hello amykhar,

Another nice hack, thank you.

What's the purpose of the .htaccess? The hack appears to be functioning without it too.

TosaInu 11-06-2007 04:07 PM

Quote:

Originally Posted by amykhar (Post 749132)
OK. I don't know how I managed to change this line before release, but find:
Code:

  if ($pageexists)
  {
          print_no_permission();
  }

  if ($confirm)

Change
Code:

  if ($pageexists)
to
Code:

  if (!$pageexists)
Amy

That indeed fixed the deletion problem, but for me it also (oddly) prevented users to create their page.

I changed it to:

Code:

//if ($pageexists)
//  {
//          print_no_permission();
//  }

  if ($pageexists AND $confirm)


TosaInu 11-06-2007 04:19 PM

A window pops up: stack overflow at line: 162

This happens for example when loading the delete userpage.

When I load the page, it seems as if the whole forumpage gets loaded into itself again (iteration).

My (attempt to) fix: delete $header from template userpage_delete_confirm

The report post does not work, have set the right forumID. When I try to report, a whole blank boardpage loads (not a blank page). As if a whole template is missing.

The file userpage.php mentions loading template userpage_report, but there is not such a template.
Who knows what should be in this userpage_report_template? I don't get it quite right myself.

Chance4Today 11-12-2007 05:53 PM

I had this in once and had to completely do my forums however I have installed again but I don't see it in the Admin cp and when i go to import the php it says error already there and it isn't there. Any suggestions www.sobernclean.com/forum

TosaInu 11-13-2007 05:18 PM

Hello Chance4Today,

Have you uninstalled it first?

Chance4Today 11-14-2007 11:21 AM

No I didn't uninstall it before I reinstalled my vbulletin software. I did a compete new install on vbulletins software so nothing should have been there.

TosaInu 11-14-2007 07:52 PM

Hello Chance4Today,

The installed again bit fooled me then.

There isn't much to see in the ACP, there's only the userpage settings in each usergroup (Usergroup manager), header Userpage Permissions. Have you uploaded bitfield_userpage.xml? The bitfields should be rebuild automatically when you enter usergroups, if not you may have to do it manually.

xcesiv 12-27-2007 11:03 AM

has this been tested for 3.6.8

kimmie-99 12-31-2007 02:49 PM

Ok - not sure what's going on - but it's very strange that since I uploaded userpage.php and .htaccess - I can NO longer access my admincp by going directly to that url.

How can I get back to normal?

ZomgStuff 12-31-2007 05:46 PM

Is this secure?


All times are GMT. The time now is 08:28 PM.

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.02308 seconds
  • Memory Usage 1,736KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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