Status
Not open for further replies.

bada_bing

Customer
I purchased the pro version and trying to figure our where a member needs to go to add their own questions. I have given that usergroup access to do this but cant find they actually go to add the questions.

I would also suggest cleaning up this script a bit, my assumption is this is suppose to be a pro version and the features are sorta scrattered all over the place. It needs a nice vbadvanced module for this hack and also need to make this feature more visible rather then hidden and hard to find links. Suggestion is to have a dedicated area in the userscp that contains all the controls for this script and making it more interactive.
 
Hey,

Sorry for the late reply. I've just looked at my test board and it seems I have left the link to do this out of the navbar navigation for the mod. You can view this area by visiting:

http://www.yoursite.com/forum/dbt_rq.php?do=review

You can add this to the navbar yourself by doing the following:

Open dbt_rq_nav template and replace the contents of it with

Code:
<li class="popupmenu">
	<a href="javascript://" class="popupctrl">{vb:rawphrase dbt_rq_nav}</a>
	<ul class="popupbody popuphover">
		<li><a href="dbt_rq.php?do=answer">{vb:rawphrase dbt_rq_nav_random}</a></li>
		<li><a href="dbt_rq.php?do=answer&type=friends">{vb:rawphrase dbt_rq_nav_friends}</a></li>
		<li><a href="dbt_rq.php?do=answer&type=online">{vb:rawphrase dbt_rq_nav_online}</a></li>
		<li><a href="dbt_rq.php?do=answer&type=specific">{vb:rawphrase dbt_rq_nav_specific}</a></li>
		<li><a href="dbt_rq.php?do=stats">{vb:rawphrase dbtech_rq_stats}</a></li>
                <li><a href="dbt_rq.php?do=review">Add a Question</a></li>
	</ul>
</li>

I will get this added in a small maintenance release soon.
 
Status
Not open for further replies.

Legacy Random Questions

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
178
Customer rating
0.00 star(s) 0 ratings
Back
Top