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)

ChrisBaktis 12-02-2005 10:43 AM

When a member goes to the page to create or edit their page how can I make the edit area go the whole distance across the page instead of a fixed size?

ChrisBaktis 12-02-2005 09:02 PM

As an admin I tried deleting a page and I get an error saying I dont have permission. My setting are all set to yes. Is there something I am missing?

Anarchy 12-03-2005 09:14 PM

Quote:

Originally Posted by ChrisBaktis
As an admin I tried deleting a page and I get an error saying I dont have permission. My setting are all set to yes. Is there something I am missing?

Yes i get the same problem.

BrandiDup 12-03-2005 10:10 PM

I just installed this with no problems and it works like a charm!!!! Very awesome hack! My members love and appreciate it very much. Thank you :)

Chris Lang 12-04-2005 06:48 AM

Quote:

Originally Posted by Anarchy
Yes i get the same problem.

Read the previous posts of this thread. The answers are there.

ManagerJosh 12-05-2005 06:58 AM

Rating doesn't work and it seems to be missing vbphrase[rate_userpage]

dirtycrow 12-05-2005 08:05 AM

Quote:

Originally Posted by utw-Mephisto
Working here too, but I cannot delete custom pages even though I am super-admin ... any ideas ?


did you ever get an answer for this? i have the same issue.

ChrisBaktis 12-05-2005 07:36 PM

Quote:

Originally Posted by dirtycrow
did you ever get an answer for this? i have the same issue.

Mine has been corrected. In the userpage.php file on line 862 look for

PHP Code:

if ($pageexists

Change to:

PHP Code:

 if (!$pageexists

The ! is what the problem was on mine. I now can delete pages with no problem.

ChrisBaktis 12-05-2005 08:16 PM

Is there anyway to remove the Smilie box on the right hand side of the message area?

waza 12-06-2005 01:00 PM

Hey chris,
It should normally not show up if you replace:
Quote:

construct_edit_toolbar($pagedata, 0, 'nonforum', iif($vbulletin->options['privallowsmilies'], 1, 0));
With
Quote:

construct_edit_toolbar($pagedata, 0, 'nonforum', 0, 1, 0));
However, this will delete the smilies for everyone and will still parse smilies if they type it.
If you also want to disable smilie parsing:

FIND:
Quote:

$parser->do_parse($pagedata, 1, 1, 1, 1, 1, $cachable);
REPLACE WITH:
Quote:

$parser->do_parse($pagedata, 1, 0, 1, 1, 1, $cachable);


All times are GMT. The time now is 09:31 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.01833 seconds
  • Memory Usage 1,744KB
  • 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
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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