So basically what I am asking is, what is the difference between this MOD and Topic Sitemap?FladeX wrote:jamiet757, this mod add an sitemap.php file, which return a xml content and create few .xml files for each forums and subforums on your board.
PinoyEngine™, see in the second post.
Code: Select all
Unsupported file format
Your Sitemap does not appear in a supported format. Make sure it meets our Sitemap guidelines and resubmit.
Open adm/style/acp_sitemap.htmlssadal0914 wrote:Thanks for nice mod.
but look this screenshot.
letters that are smaller.
can i fix it?
sorry for my bad english.
Code: Select all
<dl>
<dt><label for="sitemap_enable">{L_SITEMAP_ENABLE}:</label><br /><span>{L_SITEMAP_ENABLE_EXPLAIN}</span></dt>
<dd><label><input type="radio" class="radio" id="sitemap_enable" name="sitemap_enable" value="1"<!-- IF SITEMAP_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_ENABLED}</label>
<label><input type="radio" class="radio" name="sitemap_enable" value="0"<!-- IF not SITEMAP_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_DISABLED}</label></dd>
</dl>
<dl>
<dt><label for="sitemap_cache_time">{L_SITEMAP_CACHE_TIME}:</label><br /><span>{L_SITEMAP_CACHE_TIME_EXPLAIN}</span></dt>
<dd><label><input type="text" id="sitemap_cache_time" name="sitemap_cache_time" value="{SITEMAP_CACHE_TIME}" maxlength="5" size="5" /></dd>
</dl>
<dl>
<dt><label for="sitemap_priority_0">{L_SITEMAP_PRIORITY_0}:</label><br /><span>{L_SITEMAP_PRIORITY_0_EXPLAIN}</span></dt>
<dd><label><input type="text" id="sitemap_priority_0" name="sitemap_priority_0" value="{SITEMAP_PRIORITY_0}" maxlength="5" size="5" /></dd>
</dl>
<dl>
<dt><label for="sitemap_priority_1">{L_SITEMAP_PRIORITY_1}:</label><br /><span>{L_SITEMAP_PRIORITY_1_EXPLAIN}</span></dt>
<dd><label><input type="text" id="sitemap_priority_1" name="sitemap_priority_1" value="{SITEMAP_PRIORITY_1}" maxlength="5" size="5" /></dd>
</dl>
<dl>
<dt><label for="sitemap_priority_2">{L_SITEMAP_PRIORITY_2}:</label><br /><span>{L_SITEMAP_PRIORITY_2_EXPLAIN}</span></dt>
<dd><label><input type="text" id="sitemap_priority_2" name="sitemap_priority_2" value="{SITEMAP_PRIORITY_2}" maxlength="5" size="5" /></dd>
</dl>
<dl>
<dt><label for="sitemap_priority_3">{L_SITEMAP_PRIORITY_3}:</label><br /><span>{L_SITEMAP_PRIORITY_3_EXPLAIN}</span></dt>
<dd><label><input type="text" id="sitemap_priority_3" name="sitemap_priority_3" value="{SITEMAP_PRIORITY_3}" maxlength="5" size="5" /></dd>
</dl>
Code: Select all
<dl>
<dt><label for="sitemap_enable">{L_SITEMAP_ENABLE}:</label><br /><span>{L_SITEMAP_ENABLE_EXPLAIN}</span></dt>
<dd><label><input type="radio" class="radio" id="sitemap_enable" name="sitemap_enable" value="1"<!-- IF SITEMAP_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_ENABLED}</label>
<label><input type="radio" class="radio" name="sitemap_enable" value="0"<!-- IF not SITEMAP_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_DISABLED}</label></dd>
</dl>
<dl>
<dt><label for="sitemap_cache_time">{L_SITEMAP_CACHE_TIME}:</label><br /><span>{L_SITEMAP_CACHE_TIME_EXPLAIN}</span></dt>
<dd><input type="text" id="sitemap_cache_time" name="sitemap_cache_time" value="{SITEMAP_CACHE_TIME}" maxlength="5" size="5" /></dd>
</dl>
<dl>
<dt><label for="sitemap_priority_0">{L_SITEMAP_PRIORITY_0}:</label><br /><span>{L_SITEMAP_PRIORITY_0_EXPLAIN}</span></dt>
<dd><input type="text" id="sitemap_priority_0" name="sitemap_priority_0" value="{SITEMAP_PRIORITY_0}" maxlength="5" size="5" /></dd>
</dl>
<dl>
<dt><label for="sitemap_priority_1">{L_SITEMAP_PRIORITY_1}:</label><br /><span>{L_SITEMAP_PRIORITY_1_EXPLAIN}</span></dt>
<dd><input type="text" id="sitemap_priority_1" name="sitemap_priority_1" value="{SITEMAP_PRIORITY_1}" maxlength="5" size="5" /></dd>
</dl>
<dl>
<dt><label for="sitemap_priority_2">{L_SITEMAP_PRIORITY_2}:</label><br /><span>{L_SITEMAP_PRIORITY_2_EXPLAIN}</span></dt>
<dd><input type="text" id="sitemap_priority_2" name="sitemap_priority_2" value="{SITEMAP_PRIORITY_2}" maxlength="5" size="5" /></dd>
</dl>
<dl>
<dt><label for="sitemap_priority_3">{L_SITEMAP_PRIORITY_3}:</label><br /><span>{L_SITEMAP_PRIORITY_3_EXPLAIN}</span></dt>
<dd><input type="text" id="sitemap_priority_3" name="sitemap_priority_3" value="{SITEMAP_PRIORITY_3}" maxlength="5" size="5" /></dd>
</dl>
php just a script, which return a xml-content. You can check this by typing yourforumaddress.com/sitemap.php in your browser.DoYouSpeakWak wrote:I tested this (the latest development release before it got validated) But it seemed like google didnt accept a php file as a format.
You can install and check this I already write a description of my mod.jamiet757 wrote:So basically what I am asking is, what is the difference between this MOD and Topic Sitemap?