vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do you...? (https://vborg.vbsupport.ru/showthread.php?t=93520)

b6gm6n 08-03-2005 11:53 AM

How do you...?
 
It seems using hooks, plugins & extensions you can make some very nice 'addons' but as far as altering existing code or templates seems impossible unless you actually edit & hack the code/template manually...

my examples...

I've been trying to alter the 'default avatar' for a user, yes it checks to see if the user hasn't got an avatar etc and the hook location is correct the php code is correct, but bugger me if i cannot nail it...(show a default avatar).. the postbit template start hook is right and i should intercept the avatar location etc...

also template editing... you can create/remove... but say you wanted to remove the forum-link "-" (dashes) from the forum home template & replace them with a counter... (code for counter is good...) but show on forum home template is an actual hardcode edit? am i right?

These simple hacks which i'm trying to do seem beyond the remit of the hooks and plugins system, i could make a nice shotbox, welcome panel, download system, but altering exisiting vb elements? ....hmmmm i'm stuck dudes... would like some advice plz...cheers

-b6

Andreas 08-03-2005 12:11 PM

As for as Templates are concerned: Yes, the User must edit them.
Or you would have to edit tum on the Fly or with Install Codes, but I would not recommend this too much.

As for the default Avatar: Where exactly did you get stuck?
Although I haven't look at it yet, it seems to be a not so complicated Task.

b6gm6n 08-03-2005 12:21 PM

default avatar :
Code:

if (empty($avatarurl) OR ($bbuserinfo['userid'] > 0 AND !($bbuserinfo['showavatars'])))
                {
$avatarurl="$stylevar[imagesfolder]/avatars/no_avatar.gif";
                }

in the postbit_display_start location - seems to do nothing!, anyways you may be able to help me further... is there a 'hook' for when a user clicks a forum link on forum home (i.e a forum which is using a URL rather than creating a forum).... is this an 'event' type hook? i may be able to create a forum counter, but which would use 1 manual edit... (hopefully) :)

-b6


All times are GMT. The time now is 10:06 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.00965 seconds
  • Memory Usage 1,710KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete