Status
Not open for further replies.

bzcomputers

Customer
I noticed that any logged in user when selecting "My Contributions" link would be shown the "View Confirmed Contributions" tab. Clicking on it doesn't allow access but I believe the tab should be hidden.

Had to edit the "dbtech_vbdonate_my_contrib_table" to encapsulate both the View Confirmed and View Unconfirmed tabs within the admin conditional to get it to hide.
 
Also appears to be an issue with <div>'s in the same template.

If logged in as a regular user there is an extra </div> causing display issues. Logged in as an admin all appears fine.

Trying to track it down now.

-----------

This seems to have fixed the display issue for me....

For template: dbtech_vbdonate_my_contrib_table

Original last 16 lines of code:
Code:
                                       </form>
				</vb:if>
			</div>
		</div>
	<br />
		{vb:raw footer}
	<vb:if condition="$vboptions['dbtech_vbdonate_list_perpage'] > 19 AND $vboptions['dbtech_vbdonate_back_to_top']">
		<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}dbtech_vbdonate_table.css" />
			<div id='bttop'>{vb:rawphrase dbtech_vbdonate_back_to_top}</div>
				<script src='http://ajax.googleapis.com/ajax/libs/jquery/{vb:raw vboptions.dbtech_vbdonate_jquery_version}/jquery.min.js' type='text/javascript'></script>
					{vb:raw show.dbtech_vbdonate_functions}
	</vb:if>
		</body>
		</html>

Changed to:
Code:
                                        </form>
                                        </div>
                                        </div>
				</vb:if>
		</div>
	<br />
		{vb:raw footer}
	<vb:if condition="$vboptions['dbtech_vbdonate_list_perpage'] > 19 AND $vboptions['dbtech_vbdonate_back_to_top']">
		<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}dbtech_vbdonate_table.css" />
			<div id='bttop'>{vb:rawphrase dbtech_vbdonate_back_to_top}</div>
				<script src='http://ajax.googleapis.com/ajax/libs/jquery/{vb:raw vboptions.dbtech_vbdonate_jquery_version}/jquery.min.js' type='text/javascript'></script>
					{vb:raw show.dbtech_vbdonate_functions}
	</vb:if>
		</body>
		</html>
 
Last edited:
Thanks for taking the time to track down the issue, I'll see about getting a update out this week.
 
cruisin I don't see a display issue on that page, could you possibly take a screenshot before and after, pointing to the troubled area? Also which browser are you using?
 
cruisin I don't see a display issue on that page, could you possibly take a screenshot before and after, pointing to the troubled area? Also which browser are you using?

These are the views I get in the latest versions of Chrome and Firefox (didn't test IE):

Registered User View of "My Contributions" (stock template)

stocktemplate_registerduserview.jpg


Admin View of "My Contributions" (stock template)

stocktemplate_adminview.jpg



Registered User View of "My Contributions" (edited template)

editedtemplate_registerduserview.jpg


Admin View of "My Contributions" (edited template)

editedtemplate_adminview.jpg
 
Ahh I see it now, I'll get both these issues sorted in the next update which should be out Friday.
 
Update: v1.4.5 has been released. Fixed some errors on the My Contributions page that showed up in v1.4.4
 
Status
Not open for further replies.

Legacy vBDonate

vBulletin 4.x.x
Seller
Mokonzi
Release date
Last update
Total downloads
874
Customer rating
0.00 star(s) 0 ratings
Back
Top