Recent Topics

1 Nov 07, 2006 13:19    

Hi everyone.

I couldn't find any question/answer about it here in foruns.

Can someone tell me how to make a link within a pop-up window (comments, for example) to open in the main window (_parent) instead of _self window?

How can I set this?

Thank you for your attention.

My blog is at:
http://blog.oleschmitt.com.br/index.php
(needs the "index.php" otherwise it will open the old blog made with html).

Files in my custom skin are, in case you need to know:
_arcdir.php
_bloglist.php
_feedback.php
_lastcomments.php
_linkblog.php
_main.php
_msgform.php
_popup.php
_profile.php
_subscriptions.php
style.css

2 Nov 07, 2006 17:00

Ole,

Just a quick observation.

It is considered "good etiquette", when using open-source software, to include a backlink to the project (b2evolution.net), somewhere on your main page. (I don't see one on your page). :(

Instead, it says "Powered by Ole Schmitt.com", which makes me think that you've authored your own CMS? :-/

This is especially true when asking for help on the open source forum, where people and developers donate their time to help others.

Cheers,

3 Nov 07, 2006 19:14

I'm aware of that, stk. But thanks for reminding me.

Somehow b2evolution's powered logo has been overwritted by OleSchmitt's one. I'll fix that.

I don't know if you've noticed, but my blog isn't published yet.

If you access http://blog.oleschmitt.com.br you won't see b2evolution's blog system in there. What you'll see is my own blog 'system', this one Powered by OleSchmitt.

Thanks.

5 Nov 07, 2006 19:38

I didn't notice, actually.

Maybe you can try adding a bit of javascript to the popUp link:

Try

onclick="opener.document.location.href=this.href"

or you might even could use

onclick="parent.document.location.href=this.href"

Give it a whirl and see if either of those does it for you?

Hope this helps.


Form is loading...