11
dougfc5
How to delete a module manually?
  • 2006/1/9 15:13

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


I try to modify xoopsfaq module to a module named "faq". The trial is failed.

My modification: I copy the original xoopsfaq and change to the name "faq", change the tables' names and templates' names. Then I upload to the module folder. After press installation button at Admin System Modules, no tables are created. But there is a blank box added in the Module Install Area of Admin System Modules. There is no name appeared of it. I want to uninstall the module by the uninstallation button in the Admin Sytem Modules. But it says "Module File for Not Found", it fails to uninstall the module.

What can I do to delete the failed module as it is no name? Can I do it manually? How?

Thanks in advance!
doug



12
dougfc5
Re: How to place Main Menu in a horizontal bar only?
  • 2005/12/31 5:46

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


Thanks for all!

I will try MultiMenu.

cheers,
doug



13
dougfc5
How to place 'Main Menu' in a horizontal bar only?
  • 2005/12/30 16:55

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


I see a lot of theme that has a main menu on the left hand side and on a horizontal menu bar under the banner, just like
http://www.vibez.co.uk/

I only want to show main menu on the horizontal bar and submenu show as the drop-down layout, just likehttp://www.e-finet.com . All the items of main menu are placed horizontally.

After the member logs in, the new main menu items can automatically be shown on the horizontal bar, the submenu of main menu become the drop-down menu of the horizontal bar. No more duplication of main menu's items shown in the website.

Do anyone know how to do it ?

Thanks in advance & Happy New Year

doug



14
dougfc5
Re: Where can I find the cloned template?
  • 2005/12/29 14:20

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


Bender

Thank you very much!

doug



15
dougfc5
Where can I find the cloned template?
  • 2005/12/28 18:00

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


I tried to update the cloned template of mylink module with the template management of the system admin but I failed. Then I want to update it manually by changing the file in my folder. I can only find one template file of mylink in my folder, i.e. modules --> mylink --> template, and find mylink_index.html . Is it default template or cloned template? I use XOOPS 2.0.13.2 .

Thanks in advance!

doug



16
dougfc5
Re: Rewriting module URLs
  • 2005/12/11 18:07

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


disky

Thanks again!

I will use Simplified URLs Hack to solve the problem.

doug



17
dougfc5
Re: is there a way to change url/modules/news/ ?
  • 2005/12/10 17:33

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


If you search "mod_rewrite" in this site, you will get the answer.

For short, just use Simplified URLs Hack and set the news module as the start up page.

Good Luck!
doug



18
dougfc5
Re: Rewriting module URLs
  • 2005/12/9 17:00

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


disky

I try it tonight in order to change

from:
http://www.mysite.com/modules/contact/

to:
http://www.mysite.com/contact

by

RewriteEngine On
RewriteBase /
RewriteRule ^contact /modules/contact [L]

in .htaccess file

and change 1 line in include/common.php
from:
$xoopsRequestUri=$_SERVER['REQUEST_URI'] ;
to:
$xoopsRequestUri=$_SERVER['SCRIPT_NAME'];

Then each time when I go to mysite.com/contact, it can redirectly to mysite.com/modules/contact . When I tick the 'contact' on the 'main menu', I still seehttp://mysite.com/modules/contact on url .

But what I want is only see mysite.com/contact appearing on my site.

How can do that?

Thanks in advance!



19
dougfc5
Re: Rewriting module URLs
  • 2005/12/8 14:30

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


Hi disky

Thanks again! Totally understand now.

doug



20
dougfc5
Re: Rewriting module URLs
  • 2005/12/8 13:08

  • dougfc5

  • Just popping in

  • Posts: 39

  • Since: 2005/8/1 1


Is it the rule, right ? Sorry for this silky question as I do not know this skill before.

RewriteRule ^link/([0-9]+)/([0-9]+)$ /modules/mylinks/visit.php??cid=$1&lid=$2 [L]

Thanks a lot!
doug




TopTop
« 1 (2) 3 4 »



Login

Who's Online

190 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 190


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits