21
-Page
Module admin - screwed up...
  • 2005/3/7 0:13

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


I installed a couple of modudles including "members", "PD-Links" and "iMenu" both of which installed and worked great, but when I went back to the modual admin, IMenu is not there and and neither are any of the uninstalled mods or the submit button to change any of the installed modual settings. - The page stops right after the last installed mod shows on the page.

Also, turning on debug just seems to delete my adminmenu.php (in the cashe folder)and the system does'nt make another one, - the admin just becomes a blank.

I made a backup of the database using the "SaveDB" mod, but when calling this backup through phpmyadmin, it gives me this error:

Quote:
Error

SQL-query :

CREATE TABLE xoops__PDlinks_indexpage(

indeximage varchar( 255 ) DEFAULT 'blank.png' NOT NULL ,
indexheading varchar( 255 ) DEFAULT 'PD-Links' NOT NULL ,
indexheader text NOT NULL ,
indexfooter text NOT NULL ,
nohtml tinyint( 8 ) DEFAULT '1' NOT NULL ,
nosmiley tinyint( 8 ) DEFAULT '1' NOT NULL ,
noxcodes tinyint( 8 ) DEFAULT '1' NOT NULL ,
noimages tinyint( 8 ) DEFAULT '1' NOT NULL ,
nobreak tinyint( 4 ) DEFAULT '0' NOT NULL ,
indexheaderalign varchar( 25 ) DEFAULT 'left' NOT NULL ,
indexfooteralign varchar( 25 ) DEFAULT 'center' NOT NULL ,
KEY indexheading( indexheading ) ,
KEY indexheader( indexheader ) ,
KEY indexfooter( indexfooter )
)

MySQL said:


BLOB column 'indexheader' used in key specification without a key length



How can I get back my modual admin or get my back up MySQL to go in?

- I'm very worried..
Thanks for any help!!



22
-Page
Re: Real Estate Module
  • 2005/2/11 9:27

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


bjbtexas, Can you tell me how I can get your xdirectory clonable mod/mod? I don't see any Resort Guides menu item.

(Thats a great site there, Tex!)

Have you, or anyone else else modified xDirectory like Folsomliving?

I really didn't mind at all, donating donating $10 or $20 bucks for that mod.

I really believe that people at their option, should be able to require a reasonable donation and feel encouraged to write strong mods, themes, hacks and maintain their websites and downloads. If it's worthy and offers the right solution to me, I'd buy..

Everyone has different needs and some really talented and decent people absolutely have to work on things that at least have the prospect of generating an income. (It may be just plain irresponsible to their families for them not to.)

If "Donation Required" links were offered in Xoops.org and developers offering donation required work were held to a high standard for documentation, website and download management, (Maybe required donations to Xoops.org..)
I'm sure that their would some really amazing things in their that I would have to have.



23
-Page
Re: Individual blocks for each category, Possible?
  • 2005/1/11 16:13

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


Quote:
"I saw @ the XOOPS roadmap that the new 2.1 is planned with global category support...
and that is answering (probably) all dificulties"


WOW! - This will completly change the way that all of us plan, structure and THINK about websites.

All of our websites will be brought closer to surface.

It should almost FORCE you to think about your structure, purpose and audiance the way that you should be thinking about it!

The impact on the results will be positivly dramatic, EVERY TIME!

It's like adding FLOW to endless FUNTUALITY!

We'll never think about things the same.




24
-Page
Re: Individual blocks for each category, Possible?
  • 2005/1/11 4:40

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


Man, I keep thinking of this thread!

This IS the whole battle with working with Xoops!

There isn't a CMS out their with more interactive functionality, possibilities or community support, it's hopelessly addicting! But trying to make sensible categories out of module functionality is always the BIG battle!

Albert Einstein used to pull out the contents of his pocket and let the cashiers take what he owed. lol (true!)

Sometimes, the deeper you think, the farther the surface becomes.

Just like once you play an instrument, you can rarely think of a song as a whole again. ;-/

This is a nice pull back to the surface, I'm glad to see it written out!

It would be nice if there was a structure mod that could produce and manage a visual folder tree and provide:
Category / Subject / Topic / Module functionality.

Quote:
from:TZvook

bd_csmc
this thread is what I was talking about .... I just found it.
Herko, skalpa, Bunny and the rest saw the need @ 2002 and for some reason all was forgotten.
If you ask me it's one thing XOOPS can't live without beacuse in most cases you need your content to be folowed by categories and not by modules

And to be acurate:
today XOOPS sites looks like this

Homepage
module 1:
- category one
- category 2
- category 3

module 2:
- category one
- category 2
- category 3

module 3:
- category one
- category 2
- category 3

Now, it's good for a few sites, but not for most.
The natural content flow is :

Site category 1:
- module one category 1
- module 2 category 1
- module 2 category 1

Site category 2:
- module one category 2
- module 2 category 2
- module 3 category 2

Quote:
-- subjuct one
- articles
- news
- photos (gallery or so..)
- forum
- all others

-- subjuct two
- articles
- news
- photos (gallery or so..)
- forum
- all other.......[


This brought me to a situation that every time I want to use XOOPS for a project, I ends up giving it to a much worse cms, but with a better "content flow" and I feel very bad about it, XOOPS is the best in functionality and stability, but ..... in the end what counts is the content, the CMS is just serving the content.




25
-Page
Re: http:// is NOT http://www.
  • 2004/9/25 17:23

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


This was the ticket for me too! - and SOO easy!

Quote:
$whathost=$_SERVER["HTTP_HOST"];
if($whathost != "www.aviary.info")
{
header("HTTP/1.1 301 Moved Permanently");
header("Location:http://www.aviary.info".$_SERVER["REQUEST_URI"]);
exit();
}


- You bad Chad!!~




26
-Page
Re: NEWS module *Clone
  • 2004/9/24 23:09

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


Super cool!!

But I'm afraid that I can't get it to work. : (

I've found that I can't any ,module to work that has a name format like _NAME_MODULE_. I just don't know enough about programming modules to know why.

This is always a bit of a bummer because there are so many increadible modders from other counties using this format.



27
-Page
Re: Web Hosting module
  • 2004/9/11 21:52

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


Sounds pretty nifty Chad!

CPanel is a killer tool and awesome for easy client setups. Setting your self up with CPanel for client stuff is a really good way to go.

I'd like to Hosting plans for hosting too, but I'm looking at just changing the variables to suit my packages and prices.

I played with the mod for a little while and changed some of the easier to find variables but I need get back and play with it some more for the pricing variables and stuff in the next couple of days.

This is a cool mod though! - Right to the point. A nice, clean landing spot for stuff!

I'd just like to see an easy form for the variables.

Something like:

PayPal info: [_____]etc..
Plan / Product name: [_____]
Plan / Product price: [_____] / Monthly [_____]
Option: [_____] / price: [_____] / Monthly [_____]
Option: [_____] / price: [_____] / Monthly [_____]
Option: [_____] / price: [_____] / Monthly [_____]
Option: [_____] / price: [_____] / Monthly [_____]

Repeat / etc...

- This would cool to think about in the future...
Show whois [O] YES [O] NO
Show product menu [O] YES [O] NO
Show drop down menu [O] YES [O] NO (new window) - Cool for things like, privacy policy, Terms of use etc..

Even as it stands though, the mod is worth working on, being as it is only one file, the basic variables can't be too hard to find manually and go crude if you have to!

I'm interested in seeing how anyone is using this mod

Any which way, I'm sure you're take on it will be great Chad, - I'm excited about it!





28
-Page
Re: Don't show submit, popular and top rated...
  • 2004/9/10 0:01

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


That's great advice, thanks Bender!



29
-Page
Don't show submit, popular and top rated...
  • 2004/9/9 22:09

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


How do I get it so that the submit, popular and top rated main menu options don't show up? (News module)

- These options are inappropriate for one of the sites that I'm working on.



30
-Page
Re: Web Hosting module
  • 2004/9/5 0:53

  • -Page

  • Just popping in

  • Posts: 74

  • Since: 2004/7/16


The best whois script that I've ever seen is Hostdirector.

This is a commercial CGI script at $130.00 US.

- I bought this script about a year ago and I have to say, it's probably my most satisfying purchase to date. - The set up is simple, the look is easy to change (HTML with call codes), rock solid reliable and the guy that made it is always responsive and polite). - Unlike another product that I paid $300.00 for and had to throw in the garbage with a bit of bitterness.. (-iHostingCart-)

- It's also the best example I've ever seen for product flow and sensibility.

Again though, I hope that intrests don't wain on this hostingplans mod though.

An admin on HostingPlans that would allow varibles and options to be changed would make it ideal for so many situations!

Of all of the great ideas that people are working on around here, this little one is topping the list for me!




TopTop
« 1 2 (3) 4 5 6 7 »



Login

Who's Online

143 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 143


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