vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - Profile Fields in Postbits (https://vborg.vbsupport.ru/showthread.php?t=123619)

Mastar 05-12-2007 10:07 PM

Using Multiple-Selection Menu in VB3.6.6, in the screenshot where you see the 4 suppose to display the Operation System. Any ideas?

Extreme John 05-13-2007 12:57 AM

I installed this hack, it seemed to work, however on any new reply it doesnt show the field in the posbit, than if I "update" the "fields to show in postbits" it will than show, than it will not again in a new reply...

Any idea what might be causing this? I love the hack just not sure what this issue is about.

Giray 05-24-2007 04:30 AM

I have one field with quite a bit of information (over 150 characters). Any way to force a line break at some point -- basically to limit the width of the field. Otherwise, it simply runs into the other side of the page.

KevNJ 05-26-2007 02:56 PM

Quote:

Originally Posted by Extreme John (Post 1246543)
I installed this hack, it seemed to work, however on any new reply it doesnt show the field in the posbit, than if I "update" the "fields to show in postbits" it will than show, than it will not again in a new reply...

Any idea what might be causing this? I love the hack just not sure what this issue is about.

same thing here... as should everyone else have this problem

Mastar 05-26-2007 09:39 PM

I just added mine manually with a box around them:

http://custom-computerz.com/forums/s...0153#post10153

Saviour 05-27-2007 01:29 AM

Exactly what I was looking for.

Two thumbs up...if I had more thumbs...well, you know.

Works in 3.6.7...marked as installed.

v12kid 05-29-2007 01:55 AM

*Installed and working*

thanks!

BWJ 06-16-2007 08:59 PM

It works fine - but to be outstanding it needs to include the multiple selection fields... so pleeeease....

sidarta 07-02-2007 08:33 AM

selection radio buton use profile field is not posbits.

2impulsiv 07-02-2007 12:35 PM

This seemed to not like working with some other mod's I have running so I chopped it.

I put in the code myself and It's all good now. Weird....

Here is the code:

Code:

<if condition="$post['field5']"><div>Ride: $post[field5]</div></if>
And
Code:

<if condition="$post['field6']"><div>Power: $post[field6]</div></if>
I'm working on a few changes to that for some ideas I've got. See how they go before I get excited..

Cheers

tipoboy 07-04-2007 09:21 PM

any way of seperating the profile fields by surrounding them with a border??

if so how would i do this?
thanks in advance
dave

sidarta 07-05-2007 10:33 PM

Quote:

Originally Posted by 2impulsiv (Post 1281206)
This seemed to not like working with some other mod's I have running so I chopped it.

I put in the code myself and It's all good now. Weird....

Here is the code:

Code:

<if condition="$post['field5']"><div>Ride: $post[field5]</div></if>
And
Code:

<if condition="$post['field6']"><div>Power: $post[field6]</div></if>
I'm working on a few changes to that for some ideas I've got. See how they go before I get excited..

Cheers

Thank frends.

Multiple selection menu problem. Capture attach file..

Killeglass 07-06-2007 05:53 PM

Thank you

Great well needed mod :)

vash911 07-21-2007 12:58 PM

Installed the hack, but for some reason it removed the display of VbCredits. Despite VBCredits still being there it wont show in the postbit. When I go to the adminpanel for the hack it has a part of VBCredits mod above it and then below the options for the profile hack.

Darkwaltz4 07-21-2007 11:50 PM

Quote:

Originally Posted by vash911 (Post 1297341)
Installed the hack, but for some reason it removed the display of VbCredits. Despite VBCredits still being there it wont show in the postbit. When I go to the adminpanel for the hack it has a part of VBCredits mod above it and then below the options for the profile hack.

I posted in the top post of vbcredits a plugin patch which is needed until vb updates to 3.6.8. Try applying that to see if it fixes the issue.

vash911 07-22-2007 08:29 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1297814)
I posted in the top post of vbcredits a plugin patch which is needed until vb updates to 3.6.8. Try applying that to see if it fixes the issue.

Thanks that resolved my issue. Though i have a minor problem still with vbcredits.

When i click in the admincp --> Show Profile fields in Postbits

it also gives me part of the vbcredits menu. (see attachment)

It's not a huge issue, but if you know a fix I would gladly have it.

Krieg 08-01-2007 10:05 AM

I installed it and works very well ... but not well enough for me. I would like to have the content of the custom fields appear as an image. Therefore I managed in their description to make the content of them as the name of the image (without the .gif). Then I went in my postbit_legacy template, but could not find how it was implemented, and only found
Code:

<div class="smallfont">
                                &nbsp;<br />
                                <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
                                <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
                                <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
                                <div>
                                        $vbphrase[posts]: $post[posts]
                                </div>
                                <if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
                                <if condition="$show['reputation']"><div>

So now I am wondering how it appears ? :p so that I could have something more like
Code:

<if condition="$post['field5']"><div>Classe: <img src="../images/misc/classes/$post[field5].gif" border=0></div></if>
I hope someone would help me but I am at work right now and will dig deeper in that tonight ;)

periphrastic 09-15-2007 08:00 PM

Installed - thank you.

ssslippy 10-26-2007 06:53 AM

I figured id Point out a bug, currently if you go into just the post like this
http://immortal-guild.net/forums/sho...768#post234768
it does not show the profile fields. Not sure if this can be fixed with automated template edits.

Jackal von ?RF 10-29-2007 11:11 AM

I added support for translated profile field titles (my forum has both English and Finnish language packs installed). I also did some code cleanup and updated the product's version, urls etc. The updated plugin (version 2.12) is attached to this message.

(In AdminCP the custom field titles and descriptions can be translated through: User Profile Field Manager > [Edit] > [Translations])

dknelson 11-07-2007 03:02 AM

I just installed this and it is really a nice product. Like some others here though, I would very much like it to use images instead of just text. I'm thinking something like the country flag mod which I also have installed. In my case, I'm using it for members to show how many of our events they have attended. I would like to create images with a number imposed on them. Right now, I just have the numbers ... 1, 2, 3, etc. in the selection box but I would love it if those numbers would actually load an image that I have created for each number.

WeArab 12-27-2007 05:39 AM

<font color="Navy">Heya,

No new updates?
</font>

mmmender 12-31-2007 12:51 PM

Installed and working on 3.6.8

jamestl2 01-21-2008 10:38 PM

Quote:

Originally Posted by tipoboy (Post 1282959)
any way of seperating the profile fields by surrounding them with a border??

I'd like to know this too.

ctfortner 01-25-2008 04:23 PM

excellent mod, thanks, installed

redlabour 01-29-2008 04:52 PM

Is it working on 3.7 or will there be a new Release ?

jluerken 01-31-2008 05:25 PM

Hi, could you please add the german version here?
The link in your first post points to vbhacks-germany.com which seems to be closed.

I would also like to see this for vB 3.7x

jfrenaye 04-14-2008 04:38 PM

Great mod. INSTALLED. Thanks.

I am having a problem with two of my fields where the user selects one or more options. The field entries are not coming out it is a number.

I have a list of afilliations: ABC DEF GHI JKL, etc. for them to select but when they do it it displays

Afilliation: 8856

ANy suggestions

Wired1 04-14-2008 05:57 PM

jfrenaye: As far as I know, no one's been able to solve that problem. Multiple mods are affected by that limitation of vB's design.

Goomzee 04-28-2008 08:51 AM

it' show me database error
Quote:

Database error in vBulletin 3.6.10:

Invalid SQL:
Insert into datastore(title,data) values('showinpostbit','field2,field3');

MySQL Error : Duplicate entry 'showinpostbit' for key 1
Error Number : 1062
Date : Monday, April 28th 2008 @ 04:49:18 AM
Script : http://www.mknexusonline.com/forums/...=productimport
Referrer : http://www.mknexusonline.com/forums/...?do=productadd
IP Address : 202.61.51.198
Username : MKRayden
Classname : vb_database

donxmas 05-03-2008 02:43 PM

I'd love to see a 3.7 version as well.

globalinsites 05-03-2008 08:57 PM

Me too. I'm using this mod and want to upgrade vB to 3.7 and I'd love to be able to continue to use this mod.

Goomzee 07-03-2008 07:27 AM

this version is still not available in 3.7.2

bada_bing 08-12-2009 05:10 PM

Works with VB 3.8.3

redlabour 07-25-2010 06:16 PM

Any chance to get this for 4.x?

DFORMS 03-02-2011 04:23 PM

I need it for vb4 please!

ExciterNL 04-15-2011 07:15 PM

Me too!!!!!!!! :-)

teou 09-16-2012 09:50 AM

Hi everybody. I am using this on vb 3.8.5 (yes i know it's old but i cannot update a production environment easily) and i found a vbulletin bug. The bug is, in private messages my custom fields are shown to everybody even if the user is from a usergroup that has no rights to view them (and is not seeing the fields i the threads).

This has nothing to do with the plugin, but since i cannot update my vbulletin right now, i found a workaround patching this plugin:

1) Go to http://forum.spectrumnet.bg/admincp/....php?do=modify
2) Find Product: ShowProfileFieldInPostBits and select to edit "get fields"
3) in the beginning, replace
Code:

if(THIS_SCRIPT=='showthread' || THIS_SCRIPT=='private'){
with
Code:

if(THIS_SCRIPT=='showthread'){
You will thus disable showing custom fields in private messages and they will show only in threads.


All times are GMT. The time now is 11:00 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.01512 seconds
  • Memory Usage 1,818KB
  • 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
  • (8)bbcode_code_printable
  • (6)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
  • (38)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