View Full Version : Please Help!!
mort2412
11-14-2013, 01:23 AM
Hi, I've recently installed a mod and it's working perfectly however if you look in the attached image something is not aligning correctly.
The code for this is:
<vb:if condition="$show['btu_canban']">
<li class="{vb:raw menu_item_position}"><img src="images/site_icons/ignore.png" alt="{vb:rawphrase btu_unban}" />
<a href="postings.php?{vb:raw session.sessionurl}do=btu_ban&t={vb:raw tredotid}&u={vb:raw juserid}" rel="nofollow">Thread Ban/Unban</a>
</li>
</vb:if>
Can someone please tell me what to edit here to get things to align properly.
Many thanks
ozzy47
11-14-2013, 01:25 AM
Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for
modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is
supported), you may be on your own if you chose to install it.
mort2412
11-14-2013, 02:02 AM
Im fully aware of that, all I want to know is if there is anything in that script that I can edit to tidy things up a little
Max Taxable
11-14-2013, 02:05 AM
Im fully aware of that, all I want to know is if there is anything in that script that I can edit to tidy things up a littleI'd say save the code in a txt file on your desktop for easy revert, and experiment with the live code.. It's a great and safe way to learn.
ozzy47
11-14-2013, 02:05 AM
Then that would have to be handled in the mod's thread. :(
tbworld
11-14-2013, 02:21 AM
Provide a link to a working page, we might be able to help. :)
ozzy47
11-14-2013, 03:06 AM
TBH that looks like vB3 code that is trying to be used in a vB4 template, what mod is this from?
kapii
11-14-2013, 03:18 AM
TBH that looks like vB3 code that is trying to be used in a vB4 template, what mod is this from?
Nice catch sir.
ozzy47
11-14-2013, 03:19 AM
I managed to find the mod, https://vborg.vbsupport.ru/showthread.php?t=259017
So what I would do is change that code to this:
<vb:if condition="$show['btu_canban']">
<li class="left">
<a class="siteicon_ban" rel="nofollow" href="postings.php?{vb:raw session.sessionurl}do=btu_ban&t={vb:raw tredotid}&u={vb:raw juserid}">
Thread Ban/Unban
</a>
</li>
</vb:if>
You can change this line, <li class="left"> to right, if you want it on the right side of the menu.
mort2412
11-14-2013, 03:39 AM
Thank you ozzy you are a legend, works perfectly, shame you can't take over that mod and bring it up to date, with some added extras. As it would be great to make it available for moderators to use not just admins.
ozzy47
11-14-2013, 03:42 AM
Not a problem, glad to help. :)
I may incorporate it's functions into my other mod, https://vborg.vbsupport.ru/showthread.php?t=302780
It won't be much to re write, in my own style it and bring it up to date. But i got some other things going on at the moment.
mort2412
11-14-2013, 03:50 AM
Would be great if you did as I already have that mod of yours installed!!
ozzy47
11-14-2013, 04:14 AM
Cool, then you would be able to condense the mods. I would of course have to import the info that the other mod stores in the DB into my own column, so you would not loose people who are banned in that mod.
mort2412
11-14-2013, 10:01 AM
Be great if you could, a definite canditade for month of the month if you were to create it
ozzy47
11-14-2013, 11:49 AM
Would be nice, but it already has won MOTM, just last month. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.