Search found 279 matches

by ionrock
Wed 21. Apr 2004, 15:16
Forum: phpwcms Discussion
Topic: external multimedia files
Replies: 2
Views: 1731

They would not count for your bandwidth on your host. Your dsl/cable provider might be a little mad if you get a lot of traffic of course ;)
by ionrock
Tue 20. Apr 2004, 16:40
Forum: General Discussion
Topic: List of top 5 freeware
Replies: 8
Views: 3993

oh I just meant using them all together :) I just spend more time with fireworks and dreamweaver than photoshop (by Adobe if that makes you happy ;)).
by ionrock
Tue 20. Apr 2004, 16:32
Forum: General Discussion
Topic: List of top 5 freeware
Replies: 8
Views: 3993

1) the GIMP
2) DEBIAN Gnu/Linux
3) Anjuta
4) Gnome
5) Gaim/X-Chat/Firefox/Galeon/Epiphany/Etc.

This is making me wonder why I still use windows for development...
I just need macromedia too much (dreamweaver, fireworks, photoshop).
:(
by ionrock
Tue 20. Apr 2004, 16:08
Forum: phpwcms Support English
Topic: phpwcms newbie
Replies: 5
Views: 1610

If you don't want to hack things up you can always hardcode the navigation in your template too. I know this is not the best way to do things but if you know you won't be having a bunch of nested structure levels and adding new structure levels then it is not as crucial to make the menu dynamic. Jus...
by ionrock
Tue 20. Apr 2004, 16:03
Forum: phpwcms Support English
Topic: How to handel external PHP CODE
Replies: 1
Views: 901

just post it back to the same page and check to see if there was a post.

Code: Select all

if($_POST['submit'] == "Submit Button Value) {
    // do whatever you want with the data
} else {
   // display the forms
}
If I am telling you something you already know I do apologize. Just trying to help :)
by ionrock
Sun 18. Apr 2004, 04:10
Forum: phpwcms Feature Requests
Topic: Gallery
Replies: 7
Views: 3637

I used the images content type to have a gallery. it does not do the normal forward/back navigation but rather shows contact sheet of sorts and open up a new window for the picture. I think it works pretty well. You can see it at my site.
by ionrock
Fri 16. Apr 2004, 05:16
Forum: phpwcms Installation Troubleshooting English
Topic: problem with login.php, do not have access to php.ini
Replies: 27
Views: 13649

My vote goes to phpwebhosting.com They are very easy to work with and they are flexible with bandwidth and storage. If you wanted something more "managed" (as in you don't want to mess with it) you can also host with my company. But if you want a host catered to developers then phpwebhosti...
by ionrock
Wed 14. Apr 2004, 19:57
Forum: hacks & enhancements Support
Topic: parse problem with {NAV_ROW} Replacement tag
Replies: 9
Views: 5041

I did a hack for the menu (nav_table_column) to be a list instead of tables. You can make it a horizontal menu using css. Just an idea. I have the code on my site. Let me know if you needed any help with it.
by ionrock
Wed 14. Apr 2004, 19:52
Forum: phpwcms Feature Requests
Topic: Multiple CSS
Replies: 11
Views: 2710

One thing to consider with this is how much do you want to allow a user to change. For example, I am setting up some sites with phpwcms so the customers can go in and edit things and eventually add new pages and things. i would not want them to mess with the css since they don't know what they are d...
by ionrock
Wed 14. Apr 2004, 19:40
Forum: phpwcms Discussion
Topic: Guestbook Suggestion
Replies: 1
Views: 2075

I have used one called openbook in the past. it is really simple so it might be pretty easy to just do an {PHP:include/openbook/index.php} or something like that. It is also pretty easy to customize using css although it is not the most feature filled guestbook.
by ionrock
Wed 14. Apr 2004, 19:39
Forum: phpwcms Support English
Topic: Limited number of characters in the summary
Replies: 2
Views: 826

If you want less in the summary then just add what you want to the summary and the rest in a wysiwig content type (or whatever content type you like).
by ionrock
Wed 14. Apr 2004, 19:33
Forum: phpwcms Support English
Topic: trouble with frontend.css
Replies: 3
Views: 1180

What content is in the tables? You might have something like <table> <tr> <td><div id/class="normalText">my text</div></td> </tr> </table> // in the css #/.normalText { font-size: 14px; } Also if you have a link we could probably see what might be the issue a little better since there coul...
by ionrock
Wed 14. Apr 2004, 19:29
Forum: phpwcms Installation Troubleshooting English
Topic: Can't login after install
Replies: 14
Views: 5353

Make sure session cookies are enabled in the php.ini file. I have had troubles simlar to that when they were disabled. The username and password work against the database but when you are forwarded to the phpwcms.php page it looks for some session variables that may not be there if session cookies a...
by ionrock
Wed 14. Apr 2004, 03:07
Forum: hacks & enhancements
Topic: FlashCMS 0.2 is ready
Replies: 45
Views: 24344

I really think this hack is pretty awesome. I don't use flash but man, if I did, I would be all over this. :)
by ionrock
Wed 14. Apr 2004, 03:01
Forum: phpwcms Support English
Topic: Custom menu
Replies: 4
Views: 1258

I would think the alias name method would also be the best. If you have a bunch of articles in a structure level (like a news page) you could use the redirect for that structure level to go to the correct page (index.php?45,0,0,0,1 or whatever it is). That will at lease allow for a little more flexi...