Code: Select all
<open src="styles/prosilver/template/overall_header.html">
<edit>
<find><![CDATA[L_PRINT_TOPIC}</a></li>]]></find>
<inline-edit>
<inline-find><![CDATA[</li>]]></inline-find>
<inline-action type="after-add"><![CDATA[<li class="rightside"><a href="{U_PRINT_ALL_POSTS}" title="{L_PRINT_ALL_POSTS}" accesskey="p" class="printall">{L_PRINT_ALL_POSTS}</a></li>]]></inline-action>
</inline-edit>
</edit>
</open>
<open src="styles/prosilver/theme/buttons.css">
<edit>
<find><![CDATA[a.print, a.sendemail, a.fontsize]]></find>
<inline-edit>
<inline-find><![CDATA[a.fontsize]]></inline-find>
<inline-action type="after-add"><![CDATA[, a.printall]]></inline-action>
</inline-edit>
</edit>
<edit>
<find><![CDATA[a.print]]></find>
<inline-edit>
<inline-find><![CDATA[a.print]]></inline-find>
<inline-action type="after-add"><![CDATA[, a.printall]]></inline-action>
</inline-edit>
</edit>
</open>
<open src="styles/prosilver/theme/colours.css">
<edit>
<find><![CDATA[a.print {
background-image: url("{T_THEME_PATH}/images/icon_print.gif");
}]]></find>
<action type="after-add"><![CDATA[a.printall {
background-image: url("{T_THEME_PATH}/images/icon_printall.gif");
}]]></action>
</edit>
</open>
<open src="styles/prosilver/theme/bidi.css">
<edit>
<find><![CDATA[.rtl a.print, .rtl a.sendemail, .rtl a.fontsize]]></find>
<inline-edit>
<inline-find><![CDATA[a.fontsize]]></inline-find>
<inline-action type="after-add"><![CDATA[, .rtl a.printall]]></inline-action>
</inline-edit>
</edit>
</open>
<diy-instructions lang="en">Refresh the prosilver style to get the new icon to show and purge the cache after installing the mod to regenerate the template files</diy-instructions>
Code: Select all
<open src="styles/prosilver/theme/colours.css">
<edit>
<find><![CDATA[a.print {
background-image: url("{T_THEME_PATH}/images/icon_print.gif");
}]]></find>
<action type="after-add"><![CDATA[a.printall {
background-image: url("{T_THEME_PATH}/images/icon_printall.gif");
}]]></action>
</edit>
</open>
Code: Select all
<open src="styles/prosilver/theme/colours.css">
<edit>
<find><![CDATA[a.print {
background-image: url("{T_THEME_PATH}/images/icon_print.gif");
}]]></find>
<action type="after-add"><![CDATA[a.printall {
background-image: url("{T_THEME_PATH}/images/icon_print_all.png");
}]]></action>
</edit>
</open>
Code: Select all
root/styles/prosilver/theme/images/icon_print_all.png
I think I was misunderstood - the word "simple" was to state that I don't want to make something bombastic but rather a slight change to the original picture. I had no intention in mocking you or your graphic skills.RMcGirr83 wrote:
..and yeah, it doesn't have to be anymore complicated than that graphic, but what's easy for you may not be easy for me. I never learned photoshop or GIMP and have no desire to at this point in time.
Thanks for the graphic though.
Code: Select all
open
styles/prosilver/template/overall_header.html
find
L_PRINT_TOPIC}</a></li>
inline_find
</li>
inline after-add
<li class="rightside"><a href="{U_PRINT_ALL_POSTS}" title="{L_PRINT_ALL_POSTS}" accesskey="p" class="printall">{L_PRINT_ALL_POSTS}</a></li>
open
styles/prosilver/theme/buttons.css
find
a.print, a.sendemail, a.fontsize
inline-find
a.fontsize
inline after-add
, a.printall
find
a.print
inline-find
a.print
inline after-add
, a.printall
open
styles/prosilver/theme/colours.css
find
a.print {
background-image: url("{T_THEME_PATH}/images/icon_print.gif");
}
after-add
a.printall {
background-image: url("{T_THEME_PATH}/images/icon_print_all.png");
}
open
styles/prosilver/theme/bidi.css
find
.rtl a.print, .rtl a.sendemail, .rtl a.fontsize
inline-find
a.fontsize
inline after-add
, .rtl a.printall
Refresh the prosilver style to get the new icon to show and purge the cache after installing the mod to regenerate the template files
i think this is intended (i havent tested)...MKULTRA wrote:I doubled checked and am fairly certain I installed this correctly, now when I go into print view for both this MOD and the default single page method, the view I see is the HTML dumped out onto the page. Am I the only one that has had this issue?
MOD Robot wrote:Modification description: ...all of the posts within the topic will be sent to the html file for printing/storage...