Search found 12 matches

by bogus
Mon Mar 09, 2009 8:03 pm
Forum: General discussions
Topic: Use admin-script with different hostname and Path
Replies: 3
Views: 2535

Re: Use admin-script with different hostname and Path

I got the same problem after upgrading to s9y-1.4.1.

My blog is hosted via http, let's say http://mydomain.com/blog
and I want to use the admin-interface via a SSL-proxy of my provider using a different Url, f.e. https://ssl.myprovider.com/blog.

With s9y-1.1 it was no problem to use the admin-site ...
by bogus
Mon Jul 30, 2007 2:21 am
Forum: Plugins
Topic: how to hide the whole sidebar ?
Replies: 23
Views: 18052

You're da man 8) , thanks a lot !

That did the trick:

{if $staticpage_pagetitle != "name-of-my-wrapurl-page"}
{if $leftSidebarElements > 0}
<td id="serendipityLeftSideBar" valign="top">{serendipity_printSidebar side="left"}</td>
{/if}
{/if}
{if $staticpage_pagetitle != "name-of-my-wrapurl-page ...
by bogus
Sun Jun 17, 2007 9:12 pm
Forum: Plugins
Topic: how to hide the whole sidebar ?
Replies: 23
Views: 18052

Hi,
i'm using v0.6 of garvin's wrapUrl-plugin.
The wrapUrl-Option hides sidebar-items, but not the whole sidebar.

Would it be possible to apply the ccs-property "display: none" to serendipityLeftSideBar+serendipityRightSideBar while displaying the wrapUrl-iframe ?
by bogus
Wed Apr 04, 2007 7:03 pm
Forum: Plugins
Topic: how to hide the whole sidebar ?
Replies: 23
Views: 18052

temporary sidebar removal, not permanent !

Sorry, but I do NOT want to remove the sidebar permanently !

- dokuwiki is embedded via wrapURL into s9y.
- I only want to hide the sidebar if this wrapped Url is called !
- when clicking back to the blog (s9y), the sidebar should show up again.

As already mentioned, the g2embed-Plugin shows this ...
by bogus
Wed Mar 07, 2007 12:09 am
Forum: Plugins
Topic: how to hide the whole sidebar ?
Replies: 23
Views: 18052

how to hide the whole sidebar ?

Hi,

how can I hide the whole sidebar ?
Not like the hide-sidebar-plugin, which seems to hide only single sidebar-plugins.

I included my dokuwiki with wrapURL into my blog,
and now I want to hide the sidebar... to get more space for the wiki !

The g2_embed-Plugin does exactly what I want:
After ...
by bogus
Sat Jul 08, 2006 8:31 pm
Forum: Plugins
Topic: G2embed: engine works, but no images are displayed !
Replies: 19
Views: 12428

nice :wink: !
by bogus
Sat Jul 08, 2006 7:53 am
Forum: Plugins
Topic: G2embed: engine works, but no images are displayed !
Replies: 19
Views: 12428

SOLVED: G2embed: engine works, but no images are displayed !

Yeah, I found a solution for my problem !

I just replaced one string "g2Uri" with "g2uri" on line 122 of serendipity_event_g2embed.php !

line 122 before my change - this was not working for me:
'g2Uri' => $this->get_config('g2Uri'),

here is my change:
'g2Uri' => $this->get_config('g2uri ...
by bogus
Sat Jul 08, 2006 4:32 am
Forum: Plugins
Topic: G2embed: engine works, but no images are displayed !
Replies: 19
Views: 12428

@garvin:
There are no EMPTY linefeeds neither at the beginning, nor in the img-tags.

Sorry for the delay, I was on a business trip for a few days.
by bogus
Sun Jul 02, 2006 11:51 pm
Forum: Plugins
Topic: G2embed: engine works, but no images are displayed !
Replies: 19
Views: 12428

my browser gets a jpeg-image, but it's actually only this text-string:

Code: Select all

http://server/blog/index.php?/pix.html&g2_view=core.DownloadItem&g2_itemId=128&g2_serialNumber=2
Firefox renders the string as image, IE displays a broken image... :?
by bogus
Sun Jul 02, 2006 9:46 pm
Forum: Plugins
Topic: G2embed: engine works, but no images are displayed !
Replies: 19
Views: 12428

an album-link:
<a href="/blog/index.php?/pix.html&g2_itemId=126">
<img src="/blog/index.php?/pix.html&g2_view=core.DownloadItem&g2_itemId=128&g2_serialNumber=2" id="IFid2" class="ImageFrame_image giThumbnail" alt="album1" longdesc="" height="150" width="150">
</a>

an image-link:

<a href="/blog ...
by bogus
Sun Jul 02, 2006 9:33 pm
Forum: Plugins
Topic: G2embed: engine works, but no images are displayed !
Replies: 19
Views: 12428

my links to the images look like this:

https://server/blog/index.php?/pix.html&g2_itemId=92

https://server/blog/index.php?/pix.html&g2_view=core.DownloadItem&g2_itemId=128&g2_serialNumber=2


Another thing I see now is that gallery2's CSS styles are not applied in the embedded version... but as I ...
by bogus
Sun Jul 02, 2006 9:16 pm
Forum: Plugins
Topic: G2embed: engine works, but no images are displayed !
Replies: 19
Views: 12428

G2embed: engine works, but no images are displayed !

I tried to embed gallery2 into serenpidity using the g2embed-plugin.

I can browse, login, add images, etc., but I see no images in the embedded gallery, just their alternate texts !

Here's my setup:
- apache2 on suse-linux 9.3
- serenpidity 1.0
- gallery-2.1.1a, without mod_rewrite
(- not ...