1291
wishcraft
Re: sitemap module plugin for article module by phppp to show all articles

Hey I wrote this as my first SEO Tip #0 = https://xoops.org/modules/newbb/viewtopic.php?topic_id=62187&forum=10&post_id=280669#forumpost280669

This is how you make a sitemap.
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts



1292
wishcraft
Re: xoops torrent

There was a small bug in 1.05, in singlefile.php on line 105 & line 132 there is a print_r statement that needs to be remmed out put a // in front of them.
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts



1293
wishcraft
Re: xoops torrent

It is probably the publishing date.

Make sure in prefix_xtorrent_downloads

The field status = 1 and the field published = unixdate [time()]
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts



1294
wishcraft
x-Torrents (I wrote this for u man)

Resized Image
Module: x-Torrent
Author: Wishcraft (+ Others)
Version: 1.05
Download: xoops2_xtorrent_1.05.zip
Size: 247Kb

x-Torrent is a module which allows your users and yourself to upload torrents to xoops, it will poll the torrents as well as download file information, seeds, leeches, trackers etc, of the torrent.

It is a modified version of wfDownload by the wf Team, done over 7 hours of an early morning. Completely tested x-Torrent will allow you to manipulate and maintain your torrent library with easy forms and standised interface.
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts



1295
wishcraft
Re: Change the css class in comments

The one you have to change is /modules/system/templates/system_comments.html

currently it should be something like


        <
tr>
          <
td class="head"><a id="comment<{$comment.id}>">a> <{$comment.poster.uname}>td>
          <
td class="head"><div class="comDate"><span class="comDateCaption"><{$lang_posted}>:span> <{$comment.date_posted}>&nbsp;&nbsp;<span class="comDateCaption"><{$lang_updated}>:span> <{$comment.date_modified}>div>td>
        tr>
        <
tr>

          <{if 
$comment.poster.id != 0}>

          <
td class="odd"><div class="comUserRank"><div class="comUserRankText"><{$comment.poster.rank_title}>div><img class="comUserRankImg" src="<{$xoops_upload_url}>/<{$comment.poster.rank_image}>" alt="" />div><img class="comUserImg" src="<{$xoops_upload_url}>/<{$comment.poster.avatar}>" alt="" /><div class="comUserStat"><span class="comUserStatCaption"><{$lang_joined}>:span> <{$comment.poster.regdate}>div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_from}>:span> <{$comment.poster.from}>div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_posts}>:span> <{$comment.poster.postnum}>div><div class="comUserStatus"><{$comment.poster.status}>div>td>

          <{else}>

          <
td class="odd"td>

          <{/if}>

          <
td class="odd">
            <
div class="comTitle"><{$comment.image}><{$comment.title}>div><div class="comText"><{$comment.text}>div>
          td>
        tr>
        <
tr>
          <
td class="even">td>

          <{if 
$xoops_iscommentadmin == true}>

          <
td class="even" align="right">
            <
a href="<{$editcomment_link}>&com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" />a><a href="<{$deletecomment_link}>&com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$lang_delete}>" />a><a href="<{$replycomment_link}>&com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" />a>
          td>

          <{elseif 
$xoops_isuser == true && $xoops_userid == $comment.poster.id}>

          <
td class="even" align="right">
            <
a href="<{$editcomment_link}>&com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" />a><a href="<{$replycomment_link}>&com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" />a>
          td>

          <{elseif 
$xoops_isuser == true || $anon_canpost == true}>

          <
td class="even" align="right">
            <
a href="<{$replycomment_link}>&com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" />a>
          td>

          <{else}>

          <
td class="even"td>

          <{/if}>

        tr>


each part that has class="head" in it will need a new class like class="head_orange"

You will then have to set the CSS Element in style.css in your theme just put it below #head, tr.head td {}

See CSS_Xoops2 for more CSS Data; Once you have edited this you will have to do an update on the system module and possibly clear out your /template_c path.
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts



1296
wishcraft
Re: xoops torrent

Yeah its ok, you might need to add a sitemap to it for index and some seo .htaccess paths. ie.

http://www.dreamtorrentz.com/torrent/torrent_name

See my SEO Tips, accessable by clicking on Wishcraft
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts



1297
wishcraft
Re: xoops torrent

Lol i was going to make one of those, I have a torrent library somewhere on my machine for reading seeds etc in php I was going to write a module for uploading torrent and displaying all that lovely torrent data!!

But you know this quad core xeon I use is getting a bit file ridden, I am not sure where i saved it!!
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts



1298
wishcraft
Re: From 2.0.16 to 2.0.18.1 RC

Note: if you cannot log in when doing this, you will need to replace 2.0.18.1 /include/checklogin.php with the 2.0.16 or same version you have to log in.. Then update the system admin module and remove all your templates from /template_c as the /class/smarty/core has moved to /class/smarty/internals; then you have to put the new version of checklogin.php back in place.
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts



1299
wishcraft
Re: turning off allow_url_fopen (protector)

Yes that is right!! mainfile.php just put it at the top after
Some hosting providers stop you from being able to use ini_set also turn off (FALSE) url opening.

Thanks
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts



1300
wishcraft
From 2.0.16 to 2.0.18.1 RC

Well that was easy I just did an experiment on my development domain http://www.unseen.org.au to see what would happen if I copies over all the newer files from 2.0.16 to 2.0.18.1.. I removed main.php and logo.gif that was about it as well as the /install path before doing it.

All I had to do was update the system module in admin -> modules -> update and it all seems to be working fine with a new version.

There is around 240 files that have changed.. Whooo that is a bit of typing..
Resized Image
http://www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts




TopTop
« 1 ... 127 128 129 (130) 131 132 133 ... 135 »



Login

Who's Online

210 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 210


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Jul 31
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Latest GitHub Commits