Search found 28 matches

by evanslee
Thu Jan 20, 2011 7:44 pm
Forum: Plugins
Topic: FreeTag (possible) improvement and fix
Replies: 5
Views: 2914

Re: FreeTag (possible) improvement and fix

I have just made a tweak to highlight the tags red when clicked on, it helps me to see which ones i have not yet chosen.. from echo "<a href=\"#tagListAnchor\" style=\"text-decoration: none\" onClick=\"addTag('$tag')\">$tag</a>, "; to echo "<a href=\"...
by evanslee
Thu Jan 20, 2011 2:05 pm
Forum: Plugins
Topic: serendipity_event_mailer *my upgrade*
Replies: 1
Views: 1707

serendipity_event_mailer *my upgrade*

Im using serendipity_event_mailer and have upgraded it's functionality, <fieldset style="margin: 5px"> <legend><?php echo PLUGIN_EVENT_MAILER_NAME; ?></legend> <input class="input_checkbox" type="checkbox" name="serendipity[properties][sendentry]" id="pro...
by evanslee
Mon Aug 02, 2010 5:23 pm
Forum: Development
Topic: Recommendations engine
Replies: 4
Views: 4777

Re: Recommendations engine

ok , thanks.
by evanslee
Mon Aug 02, 2010 4:12 pm
Forum: Development
Topic: Recommendations engine
Replies: 4
Views: 4777

Re: Recommendations engine

Yeah, I have the plugin enable to recommend those with similar tags. The blog will be closed to those outside, so the invasion thing is not an issue, infact it's been requested. I know im probably taking serendipity in a customised direction for my purposes and it's not for everybody, we just though...
by evanslee
Mon Aug 02, 2010 12:15 pm
Forum: Development
Topic: Recommendations engine
Replies: 4
Views: 4777

Recommendations engine

RE: Recommendations engine (based on prior posts read)

Is it possible to write a plugin similar to the popular entries plugin, but where it recommends entries to view based on the type of posts you have viewed in the past (maybe even weighting those based on the post or categories commented on most?
by evanslee
Fri Jul 30, 2010 4:20 pm
Forum: Themes
Topic: Bulletproof: entry footer format
Replies: 4
Views: 4922

Re: Bulletproof: entry footer format

Thanks, will try it.
by evanslee
Fri Jul 30, 2010 2:36 pm
Forum: Development
Topic: Add entry then Redirect to view entry after save (how?)
Replies: 10
Views: 10514

Re: Add entry then Redirect to view entry after save (how?)

So i can redirect the frame as per above... but to a page that contains this...

Code: Select all

<script type="text/javascript">
setTimeout('Redirect()',4000);
function Redirect()
{
  self.parent.location.href = 'http://localhost/serendipity/';
}
</script>
by evanslee
Fri Jul 30, 2010 2:04 pm
Forum: Development
Topic: Add entry then Redirect to view entry after save (how?)
Replies: 10
Views: 10514

Re: Add entry then Redirect to view entry after save (how?)

This sort of works... However, the redirect is only showing in the frame below: 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while..' I still see the add entry form below that with my populated text... and it doesnt redirect to the...
by evanslee
Fri Jul 30, 2010 1:29 pm
Forum: Development
Topic: Entry gets bumped if new comment is posted, how?
Replies: 11
Views: 8415

Re: Entry gets bumped if new comment is posted, how?

I hear ya, but before i uploaded the files to the root dir again i was getting this error on every single page in the admin sections. Now i only get it on the photoblog upload page.

[scratches head]

will report back shortly.
by evanslee
Fri Jul 30, 2010 1:08 pm
Forum: Development
Topic: Entry gets bumped if new comment is posted, how?
Replies: 11
Views: 8415

Re: Entry gets bumped if new comment is posted, how?

hmm, I will check again, but i have yet to modify and save the bump changes...

Last time i fixed it by replacing all the files in the root folder on serendipity, maybe i need to replace the files in the include dire too...

thanks
by evanslee
Fri Jul 30, 2010 12:51 pm
Forum: Development
Topic: Entry gets bumped if new comment is posted, how?
Replies: 11
Views: 8415

Re: Entry gets bumped if new comment is posted, how?

A slight bug... When i try to upload a photo using the photo blog plugin, on the add entry page... i get this... Warning: Cannot modify header information - headers already sent by (output started at /docs/serendipity/plugins/serendipity_event_bumpcomment/serendipity_event_bumpcomment.php:1) in /doc...
by evanslee
Fri Jul 30, 2010 12:47 pm
Forum: Development
Topic: Add entry then Redirect to view entry after save (how?)
Replies: 10
Views: 10514

Re: Add entry then Redirect to view entry after save (how?)

garvinhicking wrote: Just remember to also add frontend_saveComment_finish at the "introspect" method to the propbag where all event hooks that the plugin wants to use need to be shown.

HTH,
Garvin
Now you have lost me...
by evanslee
Fri Jul 30, 2010 12:34 pm
Forum: Bugs
Topic: Add Entry bug
Replies: 4
Views: 3411

Re: Add Entry bug

Thanks, that did the trick.

Nice one :)

Regards,
Lee
by evanslee
Fri Jul 30, 2010 12:00 pm
Forum: Bugs
Topic: Add Entry bug
Replies: 4
Views: 3411

Re: Add Entry bug

Serendipity: 1.5.3 Browser: IE7 Serendipity Editor: Standard with markup buttons (not wiziwig) I can recreate this bug over n over again... Highlight a word Click a markup button [which wraps the word but leaves it highlighted] When you click backspace rather than delete the highlighted word it navi...
by evanslee
Fri Jul 30, 2010 11:25 am
Forum: Bugs
Topic: Add Entry bug
Replies: 4
Views: 3411

Add Entry bug

On the add entry screen

If you enter some text and highlight a word, then click a markup button (i.e italic), then backspace you lose eveything you have just typed.

Fix: would be to change the focus to the highlighted text again after clicking any of the markup buttons.