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)
-   -   vBpad - Your personal notepad! (v1.0) (https://vborg.vbsupport.ru/showthread.php?t=29760)

beatbox 10-12-2001 04:50 PM

Here is your info Brad C.

Code:

// ############################### start view vbpad ###############################
if ($action=="notepad") {
  $templatesused="usercp_notepad";
  include("./global.php");

if ($bbuserinfo[userid]==0) {
  show_nopermission();
}

?>


DarkReaper 10-13-2001 06:29 PM

Ah..the infampus "Unknown location" problem. Someone forgot to add support for this to online.php! Doh! :)

I'm workin on it, gimme a few minutes :P

DarkReaper 10-13-2001 06:35 PM

In online.php:

Find:

PHP Code:

      $userinfo[activity] = 'buddy'

Add below it:

PHP Code:

    } else if ($token1 == 'action=notepad') {
      
$userinfo[activity] = 'notepad'


Find:

PHP Code:

    case 'addprivateevent';
      
$userinfo[where] = "Adding Private Event to the <a href='calendar.php?s=$session[sessionhash]'>Calendar</a>";
      break; 

Add below it:

PHP Code:

    case 'notepad':
      
$userinfo[where] = "Editing their <a href='member2.php?s=$session[sessionhash]&action=notepad'>vBpad</a>";
      break; 

Just noticed a bug! In online.php, the line "case 'addprivateevent';" should be "case 'addprivateevent':"

beatbox 10-13-2001 09:03 PM

My problem still stands.

the_sisko 10-13-2001 11:20 PM

Great thing!!!

What about a javascript popup on the reply and post pages so the user can put in all their notes with just one click!? For this it would be great if the notes could become a subject field!

Admin 10-14-2001 11:19 AM

The_Sisko, I'm working on adding titles to the notes.
It shouldn't take too long, but I don't have much time recently.

After that's done, it shouldn't be a problem to add a "Save to vBpad" feature. Just give me time... :)

beatbox 10-14-2001 02:08 PM

I got my problem fixed.

the_sisko 10-14-2001 05:02 PM

@FireFly: take your time....I know how it is with time ;)

But I think you got me wrong, I don't ask for a "Save to vB Pad". I'm thinking about a feature to output all your vB Pad data!

Lets say I use sometimes the same sentences. So it would be great if near the smilie popup on the post and reply page would be a popup where I can select my notes and with javascript I can so to speak "copy paste" the notes back into my message. Wouldn't be so hard to do this on my own. But would be a nice feature from the beginning! :)
So if you have time, think about it!

jamesdasher 10-14-2001 09:05 PM

The_Sisko, that is a very good idea, I would like that to be fitted into the idea I had with saved posts so you could just just select an entry and it would be inserted into the post...good idea!

James

NYI Fan 10-14-2001 10:15 PM

....yet again!!!

This was very easy to install, and it works great!!

The ideas others had for enhancements sound pretty cool as well.


All times are GMT. The time now is 11:04 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.01734 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
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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