vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - Show Profile Fields In Postbit, Zero Query & Template Edit! (https://vborg.vbsupport.ru/showthread.php?t=176386)

Amm0 05-19-2008 03:38 PM

Quote:

Originally Posted by Milad (Post 1524671)
I would like to know under what conditions does this bug appear?

It happens directly after posting (sometimes) so it looks like this:

https://vborg.vbsupport.ru/

When it is meant to look like this:

https://vborg.vbsupport.ru/

After you refresh the page, the right details come up though.

pericolosogr 05-19-2008 08:18 PM

its after posting using quick reply, it doesnt happen you post from advanced posting page!
Cause of ajax?

Amm0 05-20-2008 12:39 PM

Ah okay, np then. Thanks! :)

Great mod again, this was the one I seriously needed :D

Astrof 05-20-2008 03:28 PM

This is a wonderful mod, but I can't get it to work. Whether I use posbit or postbit_legacy, the profile fields I input are not shown on the profile page and I always get the follwing error:

Parse error: syntax error, unexpected ':', expecting ']' in /home/hrvatski/public_html/di/includes/class_postbit.php(288) : eval()'d code(2) : eval()'d code on line 1

Help would be appreciated. :)

Milad 05-20-2008 03:37 PM

I have nothing to do with the profile page!

It seems like you use a mod that interferes with the code!

Also be sure to download the current product and upgrade to it.

Astrof 05-21-2008 10:46 AM

Quote:

Originally Posted by Milad (Post 1525824)
I have nothing to do with the profile page!

It seems like you use a mod that interferes with the code!

Also be sure to download the current product and upgrade to it.

No, I'm not using any mods or custom styles whatsoever on the forum I'm trying to install this to.

When I said profile page, I meant profile fields that are added by this mod. They don't show up in the user's profile page (or is it somewhere else where it's supposed to show up?).

Milad 05-21-2008 10:57 AM

This ad-on doesn't add any profile field, it shows the already existed profile fields in the postbit!

DDIG 05-21-2008 03:51 PM

It just does nothing at all. I am confused. Filled in a field that definately exists, checked and rechecked the admincp options, nothing.....

Astrof 05-21-2008 09:47 PM

Quote:

Originally Posted by DDIG (Post 1527000)
It just does nothing at all. I am confused. Filled in a field that definately exists, checked and rechecked the admincp options, nothing.....

Same here. Legacy or not, nothing ever shows up no matter what I do.

I got rid of the syntax error by uninstalling and re-downloading, it may have been a corruption in the transmission or something, don't know what happened.

But I still can't get anything to apper in postbit.

It's a real shame, a really great mod.

Milad 05-21-2008 10:43 PM

both of you: make sure you hit the save button in the Thread Display Options (showthread) page.

Astrof 05-22-2008 12:04 AM

Quote:

Originally Posted by Milad (Post 1527378)
both of you: make sure you hit the save button in the Thread Display Options (showthread) page.

I did that.

Is there something else I might be doing wrong? Something with the Add field option or something?

Milad 05-22-2008 12:19 AM

Please try to replace the content of the hook: "Show Profile Fields In Postbit" at postbit_display_complete to the following:

PHP Code:

$in_template_hook $this->registry->options['profile_fields_place'];
eval(
'$template_hook["$in_template_hook"] .= "' fetch_template('postbit_profilefields') . '";'); 

and let me know if this solves your proplem.

Edit: don't forget to hit save button again!

Stubbed 05-22-2008 08:19 AM

When doing a quick reply, I get the field contents, but not the field name. If I refresh the page, it is fine however.

On legacy postbit.

Perfect otherwise.. :)

KURTZ 05-22-2008 09:28 AM

Quote:

Originally Posted by Amm0 (Post 1524847)
It happens directly after posting (sometimes) so it looks like this:

http://i262.photobucket.com/albums/i...crnshot_01.jpg

When it is meant to look like this:

http://i262.photobucket.com/albums/i...crnshot_02.jpg

After you refresh the page, the right details come up though.

i've got the same trouble in the Announces ... (on the new postbit)

Stubbed 05-22-2008 09:52 AM

Amm0 and KURTZ's: Is it happening when you actually reply to a topic, or is it using quick reply? As it sounds like the same sort of issues that I'm having. You should double check, it would make the mod authors job easier ;)

KURTZ 05-22-2008 10:42 AM

@ Stubbed: i saw this only onto the Annouces, not in the normal posts ...

@ Amm0: have you put in the postbit the xfire's img with this hack?

Milad 05-22-2008 12:46 PM

Quote:

Originally Posted by Milad (Post 1527455)
Please try to replace the content of the hook: "Show Profile Fields In Postbit" at postbit_display_complete to the following:

PHP Code:

$in_template_hook $this->registry->options['profile_fields_place'];
eval(
'$template_hook["$in_template_hook"] .= "' fetch_template('postbit_profilefields') . '";'); 

and let me know if this solves your proplem.

Edit: don't forget to hit save button again!

All problems had been solved, but I'm still waiting for a feedback on this from Astrof before I release the new version!

GaiLoan 05-22-2008 07:49 PM

hi, i got blank, didnt show anytin, why is that happen ?

Astrof 05-22-2008 08:59 PM

Quote:

Originally Posted by Milad (Post 1527893)
All problems had been solved, but I'm still waiting for a feedback on this from Astrof before I release the new version!

Hey, Milad, sorry, couldn't reply sooner.

I tried looking for what you told me, but I simply can't find it.

Can you point me to where exactly I have to go to replace the content of the hook?

Thanks in advance.

Milad 05-23-2008 12:52 AM

Quote:

Originally Posted by GaiLoan (Post 1528274)
hi, i got blank, didnt show anytin, why is that happen ?

Did you modify the settings according to your needs?

Milad 05-23-2008 12:54 AM

Quote:

Originally Posted by Astrof (Post 1528337)
Hey, Milad, sorry, couldn't reply sooner.

I tried looking for what you told me, but I simply can't find it.

Can you point me to where exactly I have to go to replace the content of the hook?

Thanks in advance.

I'm going to release a new version. I hope it will fix your problem.

Regards

Astrof 05-23-2008 09:18 AM

Quote:

Originally Posted by Milad (Post 1528504)
I'm going to release a new version. I hope it will fix your problem.

Regards

Great, thanks.

Amm0 05-23-2008 07:49 PM

Quote:

Originally Posted by Stubbed (Post 1527734)
Amm0 and KURTZ's: Is it happening when you actually reply to a topic, or is it using quick reply? As it sounds like the same sort of issues that I'm having. You should double check, it would make the mod authors job easier ;)

Yeah, the profile field name won't show when you quick reply, won't show in an annoucement and won't show in PM's.

Not too bad because it works mostly on the forums, just a small bug I suppose.

Milad 05-23-2008 08:42 PM

Quote:

Originally Posted by Amm0 (Post 1529334)
Yeah, the profile field name won't show when you quick reply, won't show in an annoucement and won't show in PM's.

Not too bad because it works mostly on the forums, just a small bug I suppose.

All those bugs had been fixed in the next version.

Regards

Milad 05-23-2008 09:30 PM

2.0.2 has just been released. please see the main post for more information about this release.

peterpigman 05-23-2008 09:44 PM

So if you have custom fields already added this would be not be necessary?

Milad 05-23-2008 09:56 PM

Quote:

Originally Posted by peterpigman (Post 1529430)
So if you have custom fields already added this would be not be necessary?

No it wouldn't be necessary. but you can revert your template and install this mod to avoid template edits in the future.

Regards

Amm0 05-24-2008 10:19 AM

Do you just overwrite the old xml and then import with overwrite enabled?

KURTZ 05-24-2008 10:48 AM

it seems to be fixed ... :up: thx Syro ...

Astrof 05-26-2008 02:36 PM

Quote:

Originally Posted by Milad (Post 1529415)
2.0.2 has just been released. please see the main post for more information about this release.

Fixed! Wonderful!

Thank you! :)

kether1 05-26-2008 11:06 PM

Hello,

Is it possible to change the text color displayed using this mod. Currently I have the titles in black and the answers in blue. This is done editing the template. I would like to install this product if it would allow me to change text color the way I have manually done with template edits.

Thanks,
K

Milad 05-27-2008 05:49 AM

Quote:

Originally Posted by Amm0 (Post 1529883)
Do you just overwrite the old xml and then import with overwrite enabled?

yes

Amm0 05-28-2008 12:21 PM

Would there be a possibility of making the profile field titles bold, and leaving the actual field normal?

EDIT: There is still a bug where the profile field name does not show when using quick edit

se_p800 06-03-2008 05:55 PM

For somereason I get this under every users name in postbit:

Show Profile Fields In Postbit plugin have been installed / upgraded successfully.
Make sure you hit the save button in the Thread Display Options (showthread) page to activate it.

what can I do?

Milad 06-03-2008 09:57 PM

It says to you what you have to do:
Quote:

Make sure you hit the save button in the Thread Display Options (showthread) page to activate it.

Subah 06-05-2008 08:10 AM

Great one , Thanks :)

bornoffire 06-28-2008 08:35 PM

I get error

"Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /public_html/includes/class_postbit.php(288) : eval()'d code(270) : eval()'d code on line 1

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /public_html/includes/class_postbit.php(288) : eval()'d code(270) : eval()'d code on line 1"

bornoffire 06-28-2008 08:39 PM

Ok it only gives me that error whe I choose "Show Profile Field Title In Postbit". This is very important to have. Any suggestions?

bornoffire 06-28-2008 08:59 PM

Turned it off and then turned back on and works fine now, weird.

v12kid 08-05-2008 07:09 PM

I got it working but it wont accept my postbits css dressing. example is here so you can see:

https://vborg.vbsupport.ru/external/2008/08/68.jpg

any idea on how to fix it?


All times are GMT. The time now is 04:47 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.01323 seconds
  • Memory Usage 1,827KB
  • 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
  • (2)bbcode_php_printable
  • (16)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
  • (40)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