Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-27-2003, 05:14 PM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Adding Links to Postbit

I'm not sure if I'm over looking code or if I have to add a query to my vb database.

I was wondering if someone could do a basic walk through for adding a new link to the button of the post bit.

example buttons in post bit.

profile pm www search buddy (buttons with url)

say I wanted to add a new button, gallery

$post[gallery] <-- what code so I need to do it get this to work? I've tried to make a template but it seems I'm missing something, I've look at the functions.php and index.php but I'm not sure if I'm over looking code.

I've looked over vbulletin.org but didn't see anything in relation to this, and I'm sure others that are new to hacking vbulletin would love info about this. So we can add custom links to the post bit.

thanks for any help in advance.
Reply With Quote
  #2  
Old 04-27-2003, 05:25 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, the easiest way, is to make a new template with your content in (ie postbit_gallery) then in functions.php

find
PHP Code:
        eval("\$post[buddy] = \"".gettemplate("postbit_buddy")."\";"); 
underneath add:

PHP Code:
        eval("\$post[gallery] = \"".gettemplate('postbit_gallery')."\";"); 
then find
PHP Code:
$templatesused 'postbit_search,postbit_buddy,postbit_useremail,icq,aim,yahoo,postbit_homepage,postbit_profile,postbit_ip_show,postbit_ip_hidden,postbit,postbit_sendpm,postbit_avatar,postbit_offline,postbit_online,postbit_editedby,postbit_signature,postbit_attachment,postbit_attachmentimage,showpost'
and simply add ,postbit_gallery after showpost

Then in your postbit template, add $post[gallery] anywhere you want
Reply With Quote
  #3  
Old 04-27-2003, 05:48 PM
Jacko's Avatar
Jacko Jacko is offline
 
Join Date: Mar 2002
Location: UK
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

couldnt of said it better
Reply With Quote
  #4  
Old 04-27-2003, 07:44 PM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for your fast reply,

PHP Code:

<a href="member2.php?s=$session[sessionhash]
&action=addlist&userlist=buddy&userid=
$post[userid]"><img
 src
="https://vborg.vbsupport.ru/images/buddy.gif" border="0" alt="Add $userinfo[username] to your buddy
 list"
></a
the above code is for the buddy system, with my gallery link or other link, how would I set it up so that if the user has a gallery link when they click the button it loads their own gallery if they have one, or have it work similar to profile.

example would I do something like this?

PHP Code:

<a href="http://www.pixelfx.ca/gallery/index.php?s=$session
[sessionhash]&action=getinfo&userid=
$post[userid]
target="_blank"><img src="http://www.pixelfx.ca/forum/images/gallery4.gif" border="0" 
alt="Click Here to See the gallery for $post[username]"></a
I'm trying to see if I understand how this works Thank you everyone for your support. This has been a great learning experience

example of site so far, www.pixelfx.ca/index.php ...

Update:

I think I have it but if you see any code for my template above that you think I should change please let me know Thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06: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.07209 seconds
  • Memory Usage 2,202KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete