Search found 19 matches

by faldo29
Sat Jun 07, 2008 6:24 am
Forum: General discussions
Topic: related entries on static tartpage
Replies: 7
Views: 4483

Re: related entries on static tartpage

Hi Garvin,

Just implemented your suggestion. Works like a million euros! :-D

Thank you!

Regards,
Andrew
by faldo29
Sat Jun 07, 2008 6:08 am
Forum: General discussions
Topic: related entries on static tartpage
Replies: 7
Views: 4483

Re: related entries on static tartpage

Hi Garvin,

Suggestion taken. Never thought of it this way lol.

Will try it out.

Regards,
Andrew

Hi Andrew!

Tags and Metatags are something completely different! One could add meta-tags to a staticpage, if you create your own custom staticpage .tpl file where you insert the tags.

There is no ...
by faldo29
Thu Jun 05, 2008 7:01 am
Forum: General discussions
Topic: related entries on static tartpage
Replies: 7
Views: 4483

Re: related entries on static tartpage

Hi Garvin,

Any particular reason why staticpages can't have tags? I mean, they should be allowed to have their own <meta description> and <meta keywords> tags so they can be indexed properly. Just curious.

Regards,
Andrew

they arecompletely different, staticpages do not have tags.

Regards ...
by faldo29
Wed May 28, 2008 5:30 am
Forum: Bugs
Topic: Captcha Disappears
Replies: 1
Views: 1983

Captcha Disappears

Hello folks,

I decided to edit the plugin_internal.inc.php file because I wasn't too satisfied with the ">" or "greater than" sign being the symbol on the quicksearch input button. I changed the value to something else.

Later on I discovered that after editing the file, the captcha on the comment ...
by faldo29
Sat May 12, 2007 4:11 am
Forum: Installation
Topic: php_value in .htaccess
Replies: 1
Views: 2257

php_value in .htaccess

Hello!

The php configuration in one of the webhosts I use does not allow for php_value in the .htaccess file. I'm specifically referring to these two lines:
php_value session.use_trans_sid 0
php_value register_globals off

I asked the support staff if they could enable the php_value directive ...
by faldo29
Sat Feb 24, 2007 9:05 am
Forum: Plugins
Topic: Question on RSS Aggregator plugin
Replies: 21
Views: 11060

Hi!

I noticed something about the aggregator that I thought you should be aware of. I'm using the latest aggregator version with s9y 1.1.

When I go to the backend and use "Edit Entries" to delete some unwanted articles, it throws the front page display out of sync. The sentences in the articles ...
by faldo29
Sun Feb 11, 2007 10:25 am
Forum: Plugins
Topic: Question on RSS Aggregator plugin
Replies: 21
Views: 11060

Hi Garv,

Thanks for the link. Downloaded the latest version (was it 1.63?) and now one of the blogs is importing again. The other one is experiencing another problem which I'm sure is not related to the aggregator.

After doing runplanet, the results were shown with each entry saying "Could not ...
by faldo29
Sat Feb 10, 2007 9:33 am
Forum: Plugins
Topic: Question on RSS Aggregator plugin
Replies: 21
Views: 11060

Hi,

May I know what changes were made to the new version of the aggregator?

I've had problems since installing it. When doing runplanet, it goes on for a while then gives a series of "Entries not successfully inserted" results. Here's an example: Save 'How to remove MBS spyware' as Entries were ...
by faldo29
Mon Jan 15, 2007 9:50 pm
Forum: Plugins
Topic: Question on RSS Aggregator plugin
Replies: 21
Views: 11060

Couple more questions

Greetings.

I have two questions regarding the aggregator:

1. When it imports articles that include characters like a quotation mark ("), it replaces with '. Is this my browser's problem or is there something that needs to be changed in the script?

2. Is it possible to increase the length of the ...
by faldo29
Tue Jan 09, 2007 9:26 pm
Forum: Plugins
Topic: Question on RSS Aggregator plugin
Replies: 21
Views: 11060

garvinhicking wrote: Simply use the IF-query from above. Only for RSS-Feeds this variable is set!
Typical of me to complicate matters when the simple solution was right in front of me :lol:

Many thanks.
by faldo29
Tue Jan 09, 2007 5:43 pm
Forum: Plugins
Topic: Question on RSS Aggregator plugin
Replies: 21
Views: 11060



{if $entry.properties.ep_aggregator_feedname}
Originallink: Blabla
[/if}

HTH,
Garvin[/quote]

Hi Garv,

So far I've been able to make the entries.tpl differentiate an original blog entry from a RSS aggregated one. But I've run into a wall on differentiating if the {$entry.body} is original or ...
by faldo29
Fri Jan 05, 2007 1:23 pm
Forum: Plugins
Topic: Question on RSS Aggregator plugin
Replies: 21
Views: 11060


Sadly I currently have no pgsql installation available to test it with. But maybe it's related to not finding/setting the autoincrement keys automatically through pgsql sequences?

Hi Garv,

My webhosts's Postgres is 7.3.4 so I don't know if this is a bug-free version or not. I only take what ...
by faldo29
Fri Jan 05, 2007 9:44 am
Forum: Plugins
Topic: Question on RSS Aggregator plugin
Replies: 21
Views: 11060


The last two ("key") are simply indexes on the "md5" colum and the "timestamp" column. They just speed up things, but they are not vital to make things work.


Hi,

I'll keep that in mind and see what I can do about the index thing. Speeding things up is never a bad thing. ;-)

Anyway I got it ...
by faldo29
Thu Jan 04, 2007 7:22 pm
Forum: Plugins
Topic: Security violation when using Gallery-related plugins
Replies: 7
Views: 6039

Re: Security violation when using Gallery-related plugins

Hi!

Is maybe your gallery setup to not allow inclusion via the API?

Another thing might be that G2 changed their API versions somewhen and our plugin does not support their latest API. I know there was a thread in our forums about the specific version numbers, so maybe you can try to search the ...
by faldo29
Thu Jan 04, 2007 7:18 pm
Forum: Plugins
Topic: Question on RSS Aggregator plugin
Replies: 21
Views: 11060

Hi!

If that is too complicated, tell me and I'll look it up for you.


Hi,

I suppose these are the columns that should be created:

entryid {AUTOINCREMENT} {PRIMARY},
md5 varchar(32) NOT NULL default '',
timestamp int(10) {UNSIGNED} default null,
key md5_idx (md5),
key timestamp_idx ...