Status
Not open for further replies.

Sicilian

Customer
Guys, I've been having a play with VBforms lite with a view to buying pro version.

Is there a way to disable priority?
 
No, but you can edit it out of the templates - if you then simply don't add any priorities it should work fine :)
 
What would need to be removed and from which templetes?

We're testing privately to ensure it does what we want it to do.
 
Another issue we've found is Tapatalk and possible other mobile phone apps cannot post. Can this issue be fixed?
 
What would need to be removed and from which templetes?
Code:
		<vb:if condition="$priority OR $prioritys">
		<div class="tr">
			<div class="td" style="font-weight:bold; padding:6px;">{vb:rawphrase dbtech_dbforms_priority}:</div>
			<div class="td" style="padding:6px;">
				<vb:if condition="$ismanager">
					<select name="priorityid">
						{vb:raw prioritys}
					</select>
				<vb:else />
					{vb:raw priority.title}
				</vb:if>
			</div>
		</div>
		</vb:if>
from dbtech_dbforms_showthread

Another issue we've found is Tapatalk and possible other mobile phone apps cannot post. Can this issue be fixed?
Why do you believe this is related to this mod? We've had no such reports.
 
Ah, I don't think that can be fixed since I believe the post form is hardcoded inside the Tapatalk app.

I thought you were saying that this mod prevented all posting from Tapatalk site-wide.
 
Status
Not open for further replies.
Back
Top