PDA

View Full Version : Disable signature in replies


MichiBeck
05-06-2008, 10:34 AM
I couldn't find any information, so here is my question:

1. Is it possible to disable user signatures in replies of an entry?
I only found the possibility to disable the signature in the entry itself.
Further it would be helpful if even the avatar would not be displayed in replies (to let the replies be as short/small" as possible)

As far as I considered Dynamics uses the same postbit template as vbulletin? So I can not change it there manually.

2. Inactive users are being deleted automatically on my website. Their postings stay in the forums and are displayes with the old usernames. I would like Dynamics to handle entries vom deleted users in the same way. Is this functionality transfered from vbulletin or what happens with an entry when a user account will be deleted?

Thank you in advance.

Brian
05-06-2008, 02:42 PM
1). Currently there is not an option to disable signatures in posts, but it can be done easily enough by adding a new plugin to the 'vba_dyna_showentry_repliesquery' hook location with the following code:
$vbulletin->userinfo['showsignatures'] = 0;

2). Nothing will happen to an entry when a user is deleted.

Our Sponsors
 

MichiBeck
05-06-2008, 05:46 PM
Thank you so far Brian.

One further question and one suggestion:

3. I use vba CMPS and integrated all sites of vb and all sites of Dynamics too via THIS_SCRIPT. So I do not use the left column of Dynamics. When you open the Dynamics part oft my website (http://www.corsa-tigra.de/garage/index.php) you can see a white space on the right side of the right column. This only appears if I use the right column (exception: It is possible to display attachement in the right column without white space, see showentry). Any ideas?

4. In my opinion there should be way to display attachements vertically on the right side - but inside the entry itself, so that following replies can use the full width of the page. Here you can see what I mean: http://www.corsa-tigra.de/garage/showentry.php?e=7
btw: The Attachement box on the right side seems to ignore the chosen collapsible modules option.

Brian
05-07-2008, 03:59 PM
3). http://validator.w3.org/check?uri=http%3A%2F%2Fwww.corsa-tigra.de%2Fgarage%2Findex.php&charset=%28detect+automatically%29&doctype=Inline&group=0&ss=1

Looks like you have quite a few errors on the page, some of which are also on default vB pages that are not integrated (link (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.corsa-tigra.de%2Fshowthread.php%3Ft%3D8066833&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0)). If you correct those errors then it will most likely fix the spacing issue.

4). You can always edit your 'ADV_DYNA_SHOWENTRY' template and position the attachments whereever you would like.

Our Sponsors
 

MichiBeck
05-07-2008, 05:15 PM
I took some breath and could make the index site of Dynamics (my garage) 100% valid - but the white space is still there: http://www.corsa-tigra.de/garage/index.php

When I delete all modules out of the right column the center column is being displayed correctly over the whole width of the site. Would be great if there is another hint. Thank you.

Brian
05-07-2008, 06:41 PM
Hrmm... It looks like the <td> tag for the right CMPS column is still being shown for some reason, though it shouldn't be if all modules in that column are disabled... Would you mind just submitting a support ticket via the Members' Area here so I can take a look at things?

MichiBeck
05-13-2008, 02:57 AM
Just for information:
I submitted a ticket and the issue was solved very fast. Thank you!