Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#49 2008-02-12 02:37:39

worths1
Member
Registered: 2005-03-08
Posts: 18

Re: Feedback on the Textpattern 4.0.6 release

Any possibility that the upgrade might disable search? I’m getting no output.

Here’s the pertinent snippet from my template:

<form id="searchbox" action="<txp:site_url />search" method="get">
<div>
<input type="text" value="" class="search" name="q" id="searchform" /><input type="hidden" id="q" value="search" />
</div>
</form>

Here’s the search results form. (I don’t think I’ve changed it from its default).

<h3><txp:title /></h3>
<p><txp:search_result_excerpt limit="30" /></p>
<p class="small"><txp:permlink><txp:permlink /></txp:permlink> · <txp:posted /></p>

Thanks for the upgrade, BTW! :-)

Offline

#50 2008-02-12 04:58:44

mwillse
Member
From: brooklyn, ny
Registered: 2006-06-26
Posts: 83
Website

Re: Feedback on the Textpattern 4.0.6 release

Has anyone I found a solution to the rss_admin_quikpik problem with Textpattern 4.0.6 -?-

A description has been posted in that plugin’s thread as well.

Last edited by mwillse (2008-02-12 19:41:57)

Offline

#51 2008-02-12 19:34:05

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Feedback on the Textpattern 4.0.6 release

worths1: Nope. Try looking through a tag trace. If you’re still stuck, post to the Troubleshooting forum for more help.

Offline

#52 2008-02-14 13:09:47

Sheru
Member
From: Kathmandu, Nepal
Registered: 2007-05-09
Posts: 96

Re: Feedback on the Textpattern 4.0.6 release

Greetings!
First of all, Thanks to all Developers for the version 4.0.6.

I have upgraded from version 4.0.5 to 4.0.6. It’s seems all OK but When logged to admin side(that is in admin part)
at the bottom part (dropdown box, txp image and logged in as …) this goes to bottom left side instead of centered. What was the wrong that I made?
Could anyone help me to fix this?

Thank you all for your kind help
Once again thank you for this new versoion of textpattern.

Sheru

Offline

#53 2008-02-14 13:18:33

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: Feedback on the Textpattern 4.0.6 release

Refresh your browser’s cache (usually by hitting Ctrl+F5).

Offline

#54 2008-02-14 20:06:51

Pat64
Plugin Author
From: France
Registered: 2005-12-12
Posts: 1,595
GitHub Twitter

Re: Feedback on the Textpattern 4.0.6 release

Hi all :)

For French lang file (fr-fr.txt) I noticed an error for this line ‘lang_dir => écriture de gauche à droite’ which should be ‘lang_dir => ltr’

lang_dir is used into the doctype to specify the language direction used. In french this direction is “left to right”

Cheers,

Last edited by Pat64 (2008-02-14 20:11:55)


Patrick.

Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.

Offline

#55 2008-02-14 22:45:43

whocarez
Plugin Author
From: Germany/Ukraine
Registered: 2007-10-08
Posts: 305
Website GitHub Twitter

Re: Feedback on the Textpattern 4.0.6 release

Upgrade worked well after changing .htaccess file, because of the messy urls I’m using.
I had to comment out/delete the following lines, respectively to use my good old .htaccess

<IfModule mod_rewrite.c>
	RewriteEngine On
	#RewriteBase /relative/web/path/
	RewriteCond %{REQUEST_FILENAME} -f [OR]
	RewriteCond %{REQUEST_FILENAME} -d
	RewriteRule ^(.+) - [PT,L]
	RewriteRule ^(.*) index.php
	RewriteCond %{HTTP:Authorization}  !^$
	RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>

Without that I got only the 500 Error as described in
http://textpattern.com/faq/52/500-internal-server-error
Maybe You have to change the upgrading part in README.txt for messy URLs.

== Upgrading ==
* Simply replace the two files in your main installation directory 
  (index.php and .htaccess) and everything in your /textpattern/ 
  directory (except config.php) with the corresponding files in this
  distribution.

Except that, upgrade performed very well!

Sorry for my English.

Whocarez

Offline

#56 2008-02-24 21:04:47

rsskga
Member
From: San Francisco, CA USA
Registered: 2007-06-23
Posts: 50
Website

Re: Feedback on the Textpattern 4.0.6 release

4.0.6 renders invisible tab for TextCommerce.

Yes, I have tried the “add_privs” fix. TextCommerce actually adds a new tab – not in the extensions pane but in its own location between “content” and “presentation” – with multiple subtabs below it, so the instructions listed above don’t apply in a straightforward enough way for me to implement. I would love some help in figuring this out.

I had actually gotten TextCommerce integrated with PayPal on 4.0.5 – but wanted to use it with glz_custom_fields and so upgraded to 4.0.6. In any case, we should have a native TXP eCommerce solution working very soon – which is why I care about it enough to ask for help. It’s more than me fiddling with a proof of concept.

Thanks in advance for any help.


Swim Kitten, A Magento Site
When nothing but incredibly revealing dresses and swimwear will do

Offline

#57 2008-02-25 00:57:17

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Feedback on the Textpattern 4.0.6 release

Raina: What tabs are created and where is entirely up to the plugin author. If they appear at all, you’ve done the correct thing.

Offline

#58 2008-02-25 01:05:26

rsskga
Member
From: San Francisco, CA USA
Registered: 2007-06-23
Posts: 50
Website

Re: Feedback on the Textpattern 4.0.6 release

Mary,

Correct. My issue is that the tab will appear in 4.0.5, but will not appear in 4.0.6.

I think — because it was not designed to be in the “extensions” tab — the following [posted in the original 4.0.6 release thread] will not work to make it appear in 4.0.6. Does that make sense?

if (@txpinterface == ‘admin’) { register_tab(“extensions”, “event”, “tab name”);
}

And change it to (of course, replace ‘event’ with whatever it is called in the plugin):

if (@txpinterface == ‘admin’) { add_privs(‘event’, ‘1’); register_tab(“extensions”, “event”, “tab name”);
}

I’ve looked at the TextCommerce core library plugin code, and have played with adding privileges, but cannot get it to work. I’d like to, though, because I’m so close to being able to use it on a live site I can taste it. This upgrade issue is the only thing that’s got me stumped.

Last edited by rsskga (2008-02-25 01:05:56)


Swim Kitten, A Magento Site
When nothing but incredibly revealing dresses and swimwear will do

Offline

#59 2008-02-25 01:29:41

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Feedback on the Textpattern 4.0.6 release

That particular plugin isn’t designed to show up under the extensions tab. You would have to further edit the plugin to do that, aside from adding privileges (change everywhere it says register_tab("store",... to register_tab("extensions",...).

Offline

#60 2008-02-26 16:15:52

rsskga
Member
From: San Francisco, CA USA
Registered: 2007-06-23
Posts: 50
Website

Re: Feedback on the Textpattern 4.0.6 release

Thank you, Mary.

I’ve been able to make the Store subtabs reappear in the Extensions tab. I’d like to create the Store tab as its own parent tab between Content and Presentation – primarily so that end clients do not get confused by the plethora of choices (most of which they shouldn’t touch) available in the Extensions tab. It seems a separation would be better.

Is this possible? I’ve been looking through the TXP code to try to imitate the creation of the main TXP tabs, but cannot find the file that this is accomplished with. Any help is appreciated.

P.S. I received a response via email from both Gerhard and Levi – both are quite supportive and enthusiastic regarding the continued development of this plugin.

Thanks!

***Update – got the store tab showing up in Extensions – going to look at Ben Bruce’s Postmaster to see how he created the subtabs.

Last edited by rsskga (2008-02-26 16:45:59)


Swim Kitten, A Magento Site
When nothing but incredibly revealing dresses and swimwear will do

Offline

Board footer

Powered by FluxBB