Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1753 2011-04-01 16:33:00
Re: MLP - The Multi-Lingual Publishing Pack
Hello…
Can I make the MLP pages available to “staff writers”? I need the cloning articles feature… I have the bot_privs plugin installed
Thanks
Offline
#1754 2011-04-01 16:42:42
Re: MLP - The Multi-Lingual Publishing Pack
hi
if you are willing to hack your plug-in manually i would have a hint for you.
copy the plug-in php code into a texteditor and look for line 321 & 322. they say
add_privs( 'l10n.clone' , '1,2' );
add_privs( 'l10n.reassign' , '1,2' );
i guess if you change those into
add_privs( 'l10n.clone' , '1,2,3,4,5' );
add_privs( 'l10n.reassign' , '1,2,3,4,5' );
the tabs should be visible to other users, too.
like #1 is the admin, #2 the next priv below, etc..
dunno the bot plug-in, but this should do.
like i said, use a texteditor (like textmate) so if you break something, you still have the undo option..
Offline
#1755 2011-04-01 20:21:30
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Hmm, instead of hacking the plugin code, I’d prefer to give your user higher privileges (like ‘managing editor’), and then hide whatever s/he doesn’t need with bot_privs.
Offline
#1756 2011-04-05 16:26:53
Re: MLP - The Multi-Lingual Publishing Pack
Hello,
I’m having some troubles with the MLP (and, maybe, 4.4.0). When I write some new article, this is not visibile in the mlp table. Yet if published, it is visibile on the public side.
Offline
#1757 2011-04-05 22:56:42
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Did you upgrade or is it a new install?
Offline
#1758 2011-04-06 07:34:38
Re: MLP - The Multi-Lingual Publishing Pack
It’s an upgrade, I have overwritten all the files… (so I guess)
Offline
#1759 2011-04-06 12:28:28
Re: MLP - The Multi-Lingual Publishing Pack
Can’t seem to find anything on this one – using 4.4.0 with the latest MLP files. Have one section called “specialities” and there are articles assigned to the section.
TXP display all the articles correctly, but searching from TXP backend results in zero articles. Its a bit odd because phpMyAdmin also returns all the articles correctly. I just can’t find the articles from within TXP backend (neither in MLP nor in Renditions) which is frustrating because I’d like to edit the articles!
Offline
#1760 2011-04-06 20:12:46
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Manaus and Jonathan, looks like you both have a similar problem? I just tested my MLP installation on an upgraded Txp 4.4.0, and I’m not having any problems viewing the articles in either the Renditions or the MLP tab, I can see both existing and new articles.
Are you sure you have all MLP files? It’s easy to miss txplib_db.php.
Last edited by els (2011-04-06 20:13:45)
Offline
#1761 2011-04-07 00:30:52
Re: MLP - The Multi-Lingual Publishing Pack
Yes, I have the MLP version of txplib_db.php on the server. Not sure what the problem is right now.
Offline
#1762 2011-04-07 06:58:37
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Are the articles in the l10n_articles table? With all their ‘members’?
Offline
#1763 2011-04-07 07:14:24
Re: MLP - The Multi-Lingual Publishing Pack
I’m having these plugin activated:
cbs_navigation_menu
gbp_admin_library
ign_password_protect
l10n
smd_gallery
smd_lib
smd_prognostics
upm_image
wet_peex
wet_quicklink
zem_contact_lang-mlp
zem_contact_reborn
and these disabled:
cnk_versioning
rss_admin_db_manager
Now I’m gonna install 4.4.0 – mlp on another location, so to try isolating the problem…
Offline
#1764 2011-04-11 20:43:53
Re: MLP - The Multi-Lingual Publishing Pack
Is it possible to replace the slash after the language code with a underscore or a dash?
Would be interesting for SEO to have urls like en_article_title
or en-article_title
instead of en/article_title
.
Is gbp_permanent_links able to do that with some modifications?
Thanks for any hint …
Last edited by whocarez (2011-04-11 20:50:08)
Offline