Hi all,
My vote would be for MovableType and Wordpress..
You are not logged in. Please login or register.
PunBB Forums → Posts by Parker
Pages 1
Hi all,
My vote would be for MovableType and Wordpress..
Hi,
Works like a charm.
Thank you very much!
p
Hi,
You got it. I am running 'Image Rotator' by Dan Benjamin.
It seems to me though that PunBB outputs/parses slightly different when any ?action= returns a NULL value.
For instance,
If I search for something that returns a value, 'search.php?action=search' returns a correctly parsed page.
But, if 'search.php?action=search' does not find a matching term, the code fails.
Again, I have found that the code fails for every ?action= that returns NULL value. But works when a value is found.
Thanks for your help.
parker
Hi,
I've integrated punBB here: http://feralhouse.com/feral_parlour/
I am getting a parsing error under certain circumstances. Basically, if a user hasn't posted, subscibed to a thread, or if there have not been new posts since their last visit,
search.php?action=show_subscriptions,
search.php?action=show_new, and
search.php?action=show_user&user_id=3
do not work as they should.
For example:
If a user has not subscribed to a topic, and then clicks this link:
feralhouse.com/feral_parlour/search.php?action=show_subscriptions
I get the alert: "Unable to read ini file." (This is telling me that a pun include in main.tpl isn't able to read a .ini pref file.)
If I subscibe to a topic though, and then click the same link, it works -- the pun include works as it should, and I get a list of the threads that I have subscibed to.
I am wondering why this may be happening, and if it can be fixed?
If you need any code in question, let me know.
Thanks.
Hi,
I am bumping this because I have the same question.
I've tried OsCom... and ZenCart, and to me they are both on the 'trying to do too much side," and a overly complex.
I'm looking for a cart that is bare bones, doesnt try to do CMS / will play nice with MoveableType, and will easily inegrate into my XHTML compliant site...
Thanks for any opinions.
i have change me CSS file to aragnge the Links Horizontal : and works fine with Firefox
but not realy iExpl.
Hi,
I have found that in IE, you need to put all your <ul> code in one line without hard or soft breaks.
For instance, this: Home FH Tiles
Has to be coded or output like this:
<ul><li id="on_page"><a href="/" title="Home">Home</a></li><li><a href="/titles/" title="FH Titles">FH Titles</a></li></ul>
and not like this:
<ul>
<li id="on_page">
<a href="/" title="Home">Home</a>
</li>
<li>
<a href="/titles/" title="FH Titles">FH Titles</a>
</li>
</ul>
and to do that... try this code in your function.php code:
return '<ul>'."".implode($lang_common['Link separator'].'</li>'."", $links).'</li>'."".'</ul>';
instead of this:
return '<ul>'."\n\t\t\t\t".implode($lang_common['Link separator'].'</li>'."\n\t\t\t\t", $links).'</li>'."\n\t\t\t".'</ul>';
Pages 1
PunBB Forums → Posts by Parker
Powered by PunBB, supported by Informer Technologies, Inc.