1291
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

<!-- start comment post -->
        <
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}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a><a href="<{$deletecomment_link}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$lang_delete}>" /></a><a href="<{$replycomment_link}>&amp;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}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a><a href="<{$replycomment_link}>&amp;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}>&amp;com_id=<{$comment.id}>"><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
          </
td>

          <{else}>

          <
td class="even"> </td>

          <{/if}>

        </
tr>
<!-- 
end comment post -->


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
www.ohloh.net/accounts/226400

Follow, Like & Read:-

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



1292
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
www.ohloh.net/accounts/226400

Follow, Like & Read:-

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



1293
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
www.ohloh.net/accounts/226400

Follow, Like & Read:-

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



1294
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
www.ohloh.net/accounts/226400

Follow, Like & Read:-

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



1295
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
www.ohloh.net/accounts/226400

Follow, Like & Read:-

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



1296
wishcraft
From 2.0.16 to 2.0.18.1 RC

Well that was easy I just did an experiment on my development domain 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
www.ohloh.net/accounts/226400

Follow, Like & Read:-

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



1297
wishcraft
Re: Posibility to have two modules in the main page

As far as I am aware it is not directly possible to have 2 modules in the same page, you might be able to massage one into place though using some fancy smarty tages to turn off all of theme except for the content and place it in 2 iframes on the page. that is the best way i can see this being achieved.
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

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



1298
wishcraft
Re: Links on Xoops main site dont work

1. Well when I was reviews the comments made by my hosting provider (Www.solidinternet.com) they made a comment that Joomla mailing classes where not secure and where being exploited to send spam.

Also recently I spoke with a lady that ran a fashion business, and the shop on joomla, unfortunately the prices seemed to change themselves.. This was because she was being hacked..

Umm, I don't know much about Joomla or the modules for it but they are NOT compatible with Xoops..

If you want there are plenty of design companies for XOOPS that can make a theme for you.. A good company would be someone like www.xoopsdesign.com - ana there makes some nice themes, they take a bit of massaging into place some of the smarty needs to be changed to get it working however they offer some crisp design and can make a custom theme for you for around 150

If you are not a programmer then you may have to hire one either way.. I like many other people are available on ad hoc basis see my wiki Wishcraft

3. There is a module called smartpartner that works for affilates and partners from www.smartfactory.ca

4. What here or XOOPS in general, current this domain is being and having maintenance done to it so all the feature are not working... Try my domain www.chronolabs.org.au you will notice it works fine.

5. is MyPage a Joomla Extension, then I would not know there is something called SmartProfile that works for this sort of thing.
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

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



1299
wishcraft
Re: newbb: how to create block

The other method to setting your Newbb to display in the anonymous users goto:

Admin -> System Admin -> Groups

Select Anonymous, and you can specify which modules you want accessable to the public (becareful to not allow system admin access to anonymous)..
Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

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



1300
wishcraft
Review - www.extraterrestrialembassy.com

Resized ImageWelcome to the Extraterrestrial Embassy, we represent the rights of biological life forms from unknown & known origins and from social and governments outside the spatial bodies from the planet earth. As in definition of biological life form this is in reference to either solid or none non-solid entities that come as sentient life forms that is having feeling, suppressed or otherwise and offer thinking capabilities.

Currently within the regulatory bounds of the official representation of the solar system containing the planet earth, we also offer open forum topics for human & extraterrestrial interactions for alternative dispute resolution and establishment of contact with business on earth. No matter what your story is or demographics of material we would love you to interact with the forum and other areas of this website.

We will gladly assist in diplomatic principles with extraterrestrial life forms and exercise the same rights of the human as you from other places here on our home world earth. We would like to make it very clear that the extraterrestrial embassy is not a government run enterprise & wishes to communicate with extraterrestrial on equal terms & in peace as your open forum and be an interface to local, state and other political factions on the planet earth.

We study both the language and culture in mind to offer you the best possible tour of our beautiful planet and hope to offer a diverse range of civilian interaction and holidays here on our planet. Come in look at some of our images, they are all authentic, even if for safety reason we called them a 'hot air ballon'
Resized Image
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

225 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 225


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits