Tutorial plugin for joomla

jrobert755

New Member
Messages
15
Reaction score
0
Points
0
under:

HTML:
<form name="adminForm" method="post" action="index.php">
replace whats currently under the <div class="tutorials-fav"></div> section with this:

HTML:
<ul id="tutorials-fav-count-2" style="padding-left: 0px; width: 65px;">
    <li class="tutorials-fav-star" style="left: 30px; width: 70px; height: 60px;">
        <div id="tutorials-fav-count" style="margin-left: -30px;">
            <a href="http://jagf.net/tutorial/index.php?option=com_tutorials&task=view&id=2&Itemid=2" style="left: -10px; margin-left: 30px;">0</a>
        </div>
    </li>
    <li class="tutorials-fav-it">
        <div id="tutorials-fav-it" style="border-left-width: 13px; margin-left: 6px;">
            <a href="http://jagf.net/tutorial/index.php?option=com_login&task=login" style="margin-left: -2px;">+fav</a>
        </div>
    </li>
</ul>
i used firebug for mozilla to make the change on the fly, btw
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
under:

HTML:
<form name="adminForm" method="post" action="index.php">
replace whats currently under the <div class="tutorials-fav"></div> section with this:

HTML:
<ul id="tutorials-fav-count-2" style="padding-left: 0px; width: 65px;">
    <li class="tutorials-fav-star" style="left: 30px; width: 70px; height: 60px;">
        <div id="tutorials-fav-count" style="margin-left: -30px;">
            <a href="http://jagf.net/tutorial/index.php?option=com_tutorials&task=view&id=2&Itemid=2" style="left: -10px; margin-left: 30px;">0</a>
        </div>
    </li>
    <li class="tutorials-fav-it">
        <div id="tutorials-fav-it" style="border-left-width: 13px; margin-left: 6px;">
            <a href="http://jagf.net/tutorial/index.php?option=com_login&task=login" style="margin-left: -2px;">+fav</a>
        </div>
    </li>
</ul>
i used firebug for mozilla to make the change on the fly, btw

As this is PHP generated, there is no HTML for it in that way. It is made dynamically

Edit: I just found out, but didn't get the result I wanted.

Right now I am trying to get the newest version to work, since I am using an old beta right now with half of the features.

If the new release can't be fixed, I'll go back with trying to fix this old one
 
Last edited:

jrobert755

New Member
Messages
15
Reaction score
0
Points
0
sorry, wasn't thinking. ill install joomla and the script and try to fix the problem
 
Top