![]() |
|
#1
|
|||
|
|||
|
I am using a secondary instance of my dynamics where I could populate everything I actually need into custom fields. This renders the message area useless and without purpose. as such, I would like to create some default text that automatically displays there since my members must have some sort of content there in order to post. How can this be achieved? I don't have any issue modifying files or creating plugins.
__________________
Herp Center | Reptile Forums |
|
#2
|
|||
|
|||
|
I would also be willing to remove that field entirely in just that instance if this is possible. Does anyone know how to do that? I understand there are likely calls to see if something has been posted so removing that call should be possible I would assume.
__________________
Herp Center | Reptile Forums |
|
#3
|
||||
|
||||
|
You could add a new plugin to the 'vba_dyna_newentry_addentry' hook location with the following code:
PHP Code:
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#4
|
|||
|
|||
|
Thanks Brian, that works fantastic except it displays in every instance of my dynamics (currently running 4) and I only need it to work in 1. I chose the instant as the product but it didn't work as i was hoping. Is there a conditional I can wrap around it to show it in just one instance?
__________________
Herp Center | Reptile Forums |
|
#5
|
||||
|
||||
|
Code:
if (ADV_DYNA_PREFIX == 'adv_dyna')
{
}
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#6
|
|||
|
|||
|
I tried a rendition of that, without the ADV_. I didn't even think to add that. Thank you, it worked as it should.
__________________
Herp Center | Reptile Forums |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use default postbit? | angeljs | "How Do I..." Questions | 1 | 05-26-2011 10:11 AM |
| Where can I get the default file? | pyd | Language Packs / Translations | 1 | 11-29-2007 01:19 PM |
| Collaps by default? | mschvili | "How Do I..." Questions | 3 | 08-30-2007 10:59 AM |
| Error Message when attempting to access Default Settings | texasasl | Troubleshooting & Problems | 12 | 10-23-2006 05:52 PM |
| Default CMPS | meansun | Troubleshooting / "How do I..." Questions | 7 | 03-31-2005 11:30 PM |