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)
-   -   V3 Pad (https://vborg.vbsupport.ru/showthread.php?t=112910)

Aesma Deva 04-13-2006 05:19 PM

My first bug is now fixed <3
@Oblivion: Thanks, I'll try that. I'll also try making it parse BB code/use smilies, if I have time.
And yes, you can modify the template code as you want, as long as you keep the basic stuff which is:
Code:

<form action="profile.php" method="POST">
<input type="hidden" name="userid" value="$bbuserinfo[userid]" />
<input type="hidden" name="do" value="pnotes" />
<textarea name="pnotes">$persnotes</textarea>
<input type="submit" />


trainer 04-13-2006 06:04 PM

s this similar to this hack for vb2

https://vborg.vbsupport.ru/showthrea...ighlight=vbpad

Aesma Deva 04-13-2006 06:15 PM

With some work, I could turn it to something similar. Where was the result of the formatting displayed though? I don't own VB2 to try.
Edit ~ Or were they just saved and the code stayed unparsed? This way though I don't see the point of allowing/disallowing BB codes/html etc..

tipoboy 04-13-2006 08:35 PM

followed the instructions exactly imported the product then done the usercp edit, but not working, usercp has no notes box any idea's??

edit: hen the product is installed i get this error at the top of my page

Quote:

Parse error: parse error, unexpected '}' in /mounted-storage/home7/sub004/sc14626-UZRO/scottishwheelnut.co.uk/forum/profile.php(154) : eval()'d code on line 64

Stangsta 04-13-2006 09:18 PM

hmmm, it works just fine EXCEPT, it takes every page in the userCP (edit profile, edit signature, etc.) and replaces that page with the notes box. :(

.Tim 04-13-2006 09:19 PM

Quote:

Originally Posted by tipoboy
followed the instructions exactly imported the product then done the usercp edit, but not working, usercp has no notes box any idea's??

edit: hen the product is installed i get this error at the top of my page

Same error when submitting the note.

apdcanari 04-13-2006 09:44 PM

The bug is : header("Location:usercp.php")

lordofgun 04-14-2006 02:40 AM

yep...now none of my usercp links work.

uninstalling until a fix.

SuperFly 04-14-2006 02:45 AM

Very nice Asema

Now i know why your the master coder at my site :D

BoYagoob 04-14-2006 04:29 AM

installed :)

But there is a bug here:

Quote:

Originally Posted by tipoboy
followed the instructions exactly imported the product then done the usercp edit, but not working, usercp has no notes box any idea's??

edit: hen the product is installed i get this error at the top of my page

Parse error: parse error, unexpected '}' in /mounted-storage/home7/sub004/sc14626-UZRO/scottishwheelnut.co.uk/forum/profile.php(154) : eval()'d code on line 64

to fix that bug, just edit the xml file you download:

Find:
====

PHP Code:

header("Location:usercp.php")
};]] 

Replace it by:
===========

PHP Code:

header("Location:usercp.php")
;}]] 

( What I did is just reversing the }; to ;} ;) )

Then, reimport it again. Remember to overwrite the old one.


All times are GMT. The time now is 08:49 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.01042 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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