Increase links from 40 to value you want

More
10 years 1 week ago - 8 years 3 months ago #597 by admin
Open tmpl/default.php find that codes below
<?php
for ($i=0; $i<=40; $i++)
and increase 40 to 50 then open mod_jumpmenu.xml and find the codes at the
and of the page
<field name="url40" type="text" default="" label="MOD_JUMPMENU_LINK40"
description="MOD_JUMPMENU_LINK_DESC">
</field>
<field name="urltext40" type="text" default=""
label="MOD_JUMPMENU_TEXT_FOR_LINK40"
description="MOD_JUMPMENU_TEXT_FOR_LINK">
</field>
copy and paste again and again and then change 40 to 41 -42 -43
Then you should edit language file en-GB.mod_jumpmenu.ini
copy and paste MOD_JUMPMENU_LINK40="Link40 Url" and rename it lik 41 -42 below.
MOD_JUMPMENU_LINK41="Link41 Url"
MOD_JUMPMENU_LINK42="Link42 Url"

copy and paste MOD_JUMPMENU_TEXT_FOR_LINK41="Link41 Text" and rename it lik 41 -42 below.

MOD_JUMPMENU_TEXT_FOR_LINK41="Link41 Text"
MOD_JUMPMENU_TEXT_FOR_LINK42="Link42 Text"
Last edit: 8 years 3 months ago by admin.

Please Log in or Create an account to join the conversation.

More
8 years 3 months ago #842 by admin
For old versions you should edit mod_jumpmenu.php

Please Log in or Create an account to join the conversation.

Time to create page: 0.258 seconds