11
DJ007
All pages blank
  • 2007/7/12 21:10

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


site was ok in the morning, then just disappeared later. had NOT made any changes, nothing at all, not even logged in that day.

the admin (backend) pages will show, but only long enough to tell me I'm not logged in.

it's an old 2.0.5 install (yes i know it needs upgrades)

Any ideas? tried the obv. things, repair db from cpanel, reuploaded theme, etc.
DJ.
.........



12
DJ007
Re: Cannot delete trackbacks on Weblog 1.41
  • 2006/4/7 20:14

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Finally had a sit down with those those trackback spam f**kers, s'cuse the expletive, but they were really starting to p*** me off.

Quick fix;
1. You need to be using an editable template set, clone the default if default is what you're using.

2. In the weblog_details.html template, remove
<{if $trackback_recieved}>
<
div class="blogTrackbackRecieved"><{$lang_trackback_recieved}></div>
<{foreach 
from=$trackback_recieved item=trackback}>
    <{if 
$trackback.title}><div class="blogTrackbackTitle"><a href="<{$trackback.tb_url}>" target="_blank"><{$trackback.title}></a></div><{/if}>
    <{if 
$trackback.description}><div class="blogTrackbackDescription"><{$trackback.description}><a href="<{$trackback.tb_url}>" target="_blank">...more</a></div><{/if}>
    <{if 
$trackback.blog_name}><div class="blogTrackbackBlogname">&nbsp;--&nbsp;<a href="<{$trackback.tb_url}>" target="_blank"><{$trackback.blog_name}></a>&nbsp;--&nbsp;</div><{/if}><div class="blogTrackbackCreated"><{$trackback.trackback_created}></div>
<{/foreach}>
<{/if}>
Only.

And none of their spam links show up. It'll have to do for now, until I can figure out some sort of permission based system.

Hope this helps,
DJ.
.........



13
DJ007
Re: Extended Profiles Module? Found?
  • 2006/1/18 17:21

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Hiya msdana, et al.

Found this;http://dev.xoops.org/modules/xftrove/trove_list.php?form_cat=10

Looks like it might be it, still the beta version there.

Also, XOOPS site search didn't find it, google did, odd that XOOPS search doesn't search the dev site?

Ok, off to play with it and see...

DJ.
{as I tap my way out, entertaining the gods... )

XOOOOPS!!! Bad link at dev.xoops.aaaarrg!
It's here:http://www.hyperpod.net/modules/wfdownloads/viewcat.php?cid=2
.........



14
DJ007
Re: Extended Profiles Module?
  • 2006/1/18 3:17

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Thanx, pity. Is there a hack for 2.0.x to do the same?

Cool if there were.
DJ.
.........



15
DJ007
Extended Profiles Module?
  • 2006/1/16 20:18

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


I know it exisits, but I can't seem to find it?

Already ran various searches for it, anyone point me to it? I'd appreciate that a ton, Thanks.
DJ.
.........



16
DJ007
Re: Cannot delete trackbacks on Weblog 1.41
  • 2006/1/15 21:26

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Just went thru this on a site, I was able to delete the trackback spam, but it did what u describe (clicks thru to the offending site), but the checkbox was selected when I hit the back button. Tedious, but worked. Running Weblog 1.4

I was wondering if there was a way to stop it altogether? I know it's an option in Wordpress ME, but it's too late to change over now

DJ.
.........



17
DJ007
Re: Quickie template mod help
  • 2006/1/13 17:37

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Hey Shank, Ok, learned a new thing, cool...and now figured it out.

<ul>
<{
section name=i loop=$block.items max=$block.maxitem}>
  <{if 
$block.items[i].title != ""}>
  <
li>
    <{if 
$block.items[i].pubdate != "" }>
          <{/if}>
    <
a href="<{$block.items[i].link}>" target="_blank"><{$block.items[i].title}></a>
    &
nbsp
    <
a href="<{$block.items[i].site_url}>" target="_blank">(<{$block.items[i].site_name}>)</a>
  </
li>
  <{/if}>
<{/
section}>
</
ul>


Just wanted to dump this; "14 Jan am00:10" - it's from the xhld news syndicator, mixed headlines block.

Thanks again.
.........



18
DJ007
Re: Database questions...
  • 2006/1/10 19:29

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Can any of the back up modules save an old site's info to a new install directly?

ie. If I was to want to do an upgrade on mysite.com, created a new XOOPS install (upgrade) on a subdomain dev.mysite.com with a back up module installed on both and used that method to back up, upgrade and restore the site's content, would it work?

Just curious, the topic seems to suggest I should be able to do something like that, but I'm not certain.

Thanks,
DJ.
Oh yeah, happy new year y'all...
.........



19
DJ007
Quickie template mod help
  • 2006/1/10 19:03

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Hiya all, happy new yr...

I was trying to remove the date from this block and lost the site temporarily, fixed it, but how do I get rid of the ugly date/time stamp from this?

Quote:
script type="text/javascript" src="{$block.mod_url}/phpdate.js"/script
ul
{section name=i loop=$block.items max=$block.maxitem}
{if $block.items[i].title != ""}
li
{if $block.items[i].pubdate != "" }
script type="text/javascript"document.write(phpDate('{$block.dtfmt_short}', {$block.items[i].pubdate}));/script
noscript{$block.items[i].date_short}/noscript
&nbsp;
{/if}
a href="{$block.items[i].link}" target="_blank"{$block.items[i].title}/a
&nbsp;
a href="{$block.items[i].site_url}" target="_blank"({$block.items[i].site_name})/a
/li
{/if}
{/section}
/ul


Thanks. Obv. I removed opening and closing tags...
.........



20
DJ007
Re: xcgal / multimenu sudden death!!!
  • 2005/11/3 18:30

  • DJ007

  • Just popping in

  • Posts: 61

  • Since: 2004/2/15


Will try it thanks.

Looks like you took up the xcgal banner, very cool, it's in need of a loving home...

DJ.
.........




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

154 user(s) are online (94 user(s) are browsing Support Forums)


Members: 0


Guests: 154


more...

Donat-O-Meter

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

Latest GitHub Commits