vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBcustompage 1.0 (https://vborg.vbsupport.ru/showthread.php?t=41616)

Royal 08-02-2003 09:13 PM

fixed :)

Royal 08-03-2003 02:09 PM

ok i have some suggestions on this GREAT hack

- the page viewable in profile (under the normal fields) .. or tru the link (like its now) admins can select that

- the use of bbcodes instead of HTML, i guess thats pretty easy using vbulletin

- special codes like [username] = shows the username of the user that is viewing the profile, or [hits] shows the current hits the profile had

- tagboard (ive installed profile tagboard by the_wanderer)

- image upload functions after they reach an amount of posts (eg. 1000 posts = 2 images, 3000 posts = 5 images)

hope u can add these functions very soon to this GREAT hack, thnx for making something like this i realy like it.

greets.

pucca 08-19-2003 11:44 PM

Does anyone how to take off the header from the custom pages? :(

(edit) i got it ;)

DiscussAnything 10-23-2003 06:44 PM

Awesome hack, just did an installation without any problems :)

One question though. I changed it so that only certain usergroups have access (as opposed to the postcount). When I try to view the custom page for a user that doesnt have one or is not allowed, it still loads everything: the header and the 'body' bit, which obviously is empty. What do I need to do to add an errormessage, that the selected user doesnt have a custom page?
Also, when I do member.php?action=getcustompage (no user is selected) you get the errormessage that that users page has been disabled due to abuse. Could that be altered to show that no userid was selected?

thanks

Rampag33 11-04-2003 06:16 AM

If anyone got this to work on vb232 and have the change of instructions I would love to install this hacc.

bandersen 12-03-2003 04:42 PM

I have it working, but what if a member wants to upload an image that is not on some other server... ?

mfacer 12-10-2003 12:43 PM

i have installed the hack now - and I have changed a bit to that the user can only use VbCode, NOT html code. Any html code is not parsed, its displayed.... to do this, I change the updatecustom function bit....

above the insert to the DB, add the following line

Code:

//strip characters and do vB code
$custompage = bbcodeparse2($custompage,0,1,1,1);

that will turn the text the user enters in to the relevant code.... :)

the problem is, when the text is loaded to be edited again, I cant seem to find the function to turn it back in to vbCode.... anyone know how?


All times are GMT. The time now is 10:11 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.03263 seconds
  • Memory Usage 1,725KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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