vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Signature in profil (https://vborg.vbsupport.ru/showthread.php?t=33926)

StarBuG 01-09-2002 01:32 AM

Is there a hack or will someone write one so that you can see the
signature of a user in his profile??

Greetings

StarBuG

Scrub 01-09-2002 11:28 AM

Well, this is a start, but it does not do the breaks in the lines. Maybe someone else can figure that part out. :).

In your User Info Display Templates.

Open getinfo.
Add this anywhere you want. I added it to the bottom of my profile.

PHP Code:

<tr>
<
td bgcolor="{*firstaltcolor*}"><normalfont><b>Signature:</b></normalfont></td>
    <
td bgcolor="{*firstaltcolor*}"><normalfont>$userinfo[signature]</a></normalfont></td>
</
tr

Remove the * in the Alt colors. :).

To put it at the bottom of the profile, add it right below this.

PHP Code:

$referrals
$birthday
$customfields 


Moonwolf 01-09-2002 11:58 AM

I'd imaging that you'd want to put in member.php somewhere
Code:

$userinfo['signature'] = nl2br($userinfo['signature']);
nl2br, as the name suggests, take newline character from a string and converts them to HTML &lt;BR&gt; tags.

You can read about it at www.php.net/nl2br

Kathi

StarBuG 01-09-2002 06:28 PM

Hehe! OK!

Thats a Start!

Thx

But i want also the [img] tag working there!

Any suggestions?

Greetings

StarBuG

Admin 01-09-2002 06:39 PM

Quote:

Originally posted by Moonwolf
I'd imaging that you'd want to put in member.php somewhere
Code:

$userinfo['signature'] = nl2br($userinfo['signature']);
nl2br, as the name suggests, take newline character from a string and converts them to HTML &lt;BR&gt; tags.

You can read about it at www.php.net/nl2br

Kathi

*cough* why not using bbcodeparse2() *cough* :)

Moonwolf 01-09-2002 06:51 PM

Nasty cough you got there Chen :P

I didn't know bbcodeparse2() would translate nl2br's :p

I'm still trying to figure out how to make Dane/tubedogg's installer work properly for me ;)

Can I plead extreme blondeness? :)

Kathi

StarBuG 01-10-2002 06:01 PM

And how can i implement the signature img??

Greetings

StarBuG

Parker Clack 01-10-2002 08:50 PM

In the modifyoptions template I changed:

<td bgcolor="*secondaltcolor*"><textarea name="signature" rows="6" cols="40">$bbuserinfo[signature]</textarea></td>

to

<td bgcolor="*secondaltcolor*"><textarea name="signature" rows="6" cols="40">$bbuserinfo[signature]</textarea><p><smallfont><b>Example of your signature:</b></smallfont><p>$signature2<p></td>

replace the * with { and }

then in member.php I looked for

$signature=htmlspecialchars($bbuserinfo[signature]);

and then right below this added

$signature2=bbcodeparse($bbuserinfo[signature]);

This will show them them a preview of their signature including images.

Parker

StarBuG 01-11-2002 09:19 AM

Quote:

Originally posted by Parker Clack
In the modifyoptions template I changed:
This will show them them a preview of their signature including images.

Parker

Sorry but that?s not what I?m looking for (have already installed A Signature Editor :D)

I want the user Sig shown in there profile including there Sig IMG
(HTML and vB Code for images!)

Greetings

StarBuG

Moonwolf 01-11-2002 01:28 PM

in member.php

Find:
Code:

  if ($userinfo['receivepm'] and $usergroupperms['canusepm']) {
Add Above:
Code:

  if($userinfo['showsignatures']) {
        $userinfo['signature'] = bbcodeparse($userinfo['signature'],0,$allowsmilies);
  }

In template getinfo
Figure out where you want the signature to appear, and put there
Code:

$userinfo[signature]
Kathi


All times are GMT. The time now is 07:02 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.01606 seconds
  • Memory Usage 1,738KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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