Topic Summary - Displaying 5 post(s). Click here to show all
Posted by: Dandello Posted on: Sep 30th, 2014 at 6:07pm
2.6.2 is where we move to HTML5 and pull out the html in the Admin Center as well as looking at how the Admin functions are organized. Like maybe the image size functions should be considered a basic Forum Setting and all the Guest specific things should be pulled together in a single spot. Or maybe we need to add more cross-links between the various guest settings.
Posted by: Monni Posted on: Sep 30th, 2014 at 4:52pm
The Style Viewer still doesn't show the selections on the button sample and some stuff isn't labelled at all.
The Template Viewer currently doesn't show Post or Topic tools. (But it's 90% there instead of being throughly broken.)
Well... You still have time to squash the last issues... We still don't have even close enough new features for release of 2.6.2 to be soon... So back to fixing 2.6.1 we go
Posted by: Dandello Posted on: Sep 30th, 2014 at 2:27pm
If that's the only major bug that slipped IN, we're lucky. The Style Viewer still doesn't show the selections on the button sample and some stuff isn't labelled at all.
The Template Viewer currently doesn't show Post or Topic tools. (But it's 90% there instead of being throughly broken.)
Posted by: XTC Posted on: Sep 30th, 2014 at 11:57am
Hello
Is not a bug .... it saves traffic on your own server
Sorry for OT
lg XTC
Posted by: Monni Posted on: Sep 30th, 2014 at 10:34am
Code
Index: cgi-bin/yabb2/Admin/ManageTemplates.pm
===================================================================
--- cgi-bin/yabb2/Admin/ManageTemplates.pm (revision 1587)
+++ cgi-bin/yabb2/Admin/ManageTemplates.pm (working copy)
@@ -935,7 +935,7 @@
<td class="small h_23px" style="padding-left:1%">$tabtime</td>
<td class="right vtop">
<div class="yabb_searchbox"><input id="search1" type="text" onblur="txtInFields(this, 'Search')" onfocus="txtInFields(this, 'Search');" style="font-size: 11px;" value="Search" size="16" name="search">
- <input type="image" style="background-color: transparent; margin-right: 5px; vertical-align: middle;" title="Posts no more than 31 days old" alt="Posts no more than 31 days old" src="http://yabbforumsoftware.com/yabbfiles/Templates/Forum/default/search.png">
+ <input type="image" style="background-color: transparent; margin-right: 5px; vertical-align: middle;" title="Posts no more than 31 days old" alt="Posts no more than 31 days old" src="$imagesdir/search.png">
</div>
</td>
</tr>