I use PostNuke 0.762, v4blib_4.02 and AutoTheme 0.87 and it works almost OK. But not Web Links http://www.skrivarsidan.nu/Web_Links-req-AddLink.html. And I have many links...
Please help!
edited by: Jasrin, Aug 25, 2006 - 11:01 AM
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Short URLs and Web Links
-
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 223
Add a seccion on your .htaccess as follow:
RewriteRule ^Web_Links-([^-]+)-([^-]+)\.html$ index.php?module=Web_Links&$1=$2 [L,NC,NS]
RewriteRule ^Web_Links-([^-]+)-([^-]+)-([^-]+)-([^-]+)\.html$ index.php?module=Web_Links&$1=$2&$3=$4 [L,NC,NS]
put it at begin of rewriterules, (at least before the General Rules)
-
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
With the AddLink option, the added link is a waiting content item. Check admin.php?module=Web_Links to view the waiting links. Only people with proper permissions can see this.
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 48
Teb: Thansk! Yes I know I (admin) have to check waiting links. But the problem is that admin (I) or user could not ad links. If I click at Ad a new link I got:
?You have no authority to ad links? -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 111
I added the provided code to my .htaccess file, and it still doesn't work for me. I get the following message.
"The requested URL /kc/Web_Links-req-viewlink-cid-1.phtml was not found on this server."
Any thoughts? I'm running .762, Short URLS, and PHTML output. -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
sdbluhm
"The requested URL /kc/Web_Links-req-viewlink-cid-1.phtml was not found on this server."
Try Web_Links-req-viewli…trong>html
That works ;)
(And I also see Web_Links-req-AddLink.html. Seems like it works?
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 223
What links module do you use, Web_Links, CModsLinks, or other?
What kind of short urls extension do you use?
theme:Xanthia, AutoTheme or static?
a link to your site?
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 48
- Moderated by:
- Support
