vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Mini Mods - Myspace button in postbit (https://vborg.vbsupport.ru/showthread.php?t=142290)

Bratz-Designs 03-16-2007 10:00 PM

Myspace button in postbit
 
Hey all,

This small modification will add a small button to your postbit. This small modifications will put a button in the postbit to the Myspace page of the user.

Bratzer

1. Make a profile field
Profile field type = Single-line text box
Title: Myspace account
Description: Type your Myspace ID.
You can leave the rest to default.

**Note down the number of the field! Example: field16. You need to replace the X in the next code with the number!**


2. Template changes - In postbit_lecacy & Postbit

Find:
Code:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
After ad:
Code:

<!-- Myspace start -->
<if condition="$post[fieldX]"><a href="http://www.myspace.com/$post[fieldx]" alt="View my myspace" target="_blank">
<img src="images/misc/myspace.gif" border="0"></a>
</if>
<!-- Myspace end -->

3. Button upload

Upload it in your: images/misc folder!

Bratzer
http://www.bratz-designs.com

Currently i am working to get this integrated with the messenger fields, when this is updated you will hear from me asap!!

anywares 03-17-2007 09:46 AM

~reserve & installed

ericgray 03-17-2007 10:53 PM

i think i did it right, replacing the two variable "X"s with values "8"s, and can't see it -- :(

Bratz-Designs 03-18-2007 08:12 AM

- Did you upload the banner to the correct path?
- Did do this modification both in the postbit and postbit_lecacy template?

Mark

ericgray 03-18-2007 07:59 PM

my bad -- i didn't see to update BOTH templates -- was doing only one --

thanks -- works great!

eric

tigerroar 03-19-2007 06:18 PM

OK, I've kind of got this working but when I click on my icon it just takes me to the myspace homepage and not to my profile. I've edited $post[fieldx] to $post[field6] to match my myspace prodile name but it still isn't working .

Any ideas?

Bratz-Designs 03-19-2007 07:55 PM

There are 2 $post[fieldx]'s did you edit both of them? :)

tigerroar 03-20-2007 11:45 AM

Quote:

Originally Posted by Bratz-Designs (Post 1207587)
There are 2 $post[fieldx]'s did you edit both of them? :)

Doh!

Thanks for that mate, corrected now and working fine.

Would this be easy to do for other sites like Bebo too??

tigerroar 03-20-2007 05:27 PM

More of my members have Bebo pages so I altered the original code a little and got it working for Bebo too. I hope thats ok with the original author :up:

Code:

<!-- Bebo start -->
<if condition="$post[fieldX]"><a href="http://$post[fieldx].bebo.com" alt="View my Bebo" target="_blank">
<img src="images/misc/bebo.gif" border="0"></a>
</if>
<!-- Bebo end -->


Bratz-Designs 03-20-2007 06:21 PM

Quote:

Originally Posted by tigerroar (Post 1208179)
More of my members have Bebo pages so I altered the original code a little and got it working for Bebo too. I hope thats ok with the original author :up:

Code:

<!-- Bebo start -->
<if condition="$post[fieldX]"><a href="http://$post[fieldx].bebo.com" alt="View my Bebo" target="_blank">
<img src="images/misc/bebo.gif" border="0"></a>
</if>
<!-- Bebo end -->


No problem, mind if i release it?


All times are GMT. The time now is 12:01 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.02634 seconds
  • Memory Usage 1,736KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_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
  • (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