Search found 7 matches
- Fri Nov 12, 2010 11:52 am
- Forum: Modules/Add-Ons
- Topic: jQuery loads only 2 out of 3 times
- Replies: 0
- Views: 444
jQuery loads only 2 out of 3 times
Hi, First, I do not know whether I posted it in the right board, apologies of it isn't. I am currently working on a site which uses 3 jQuery effects: - a sliding panel on the top - a fading element for the entire body (used to preview the backgroundimage) - 3 featured content elements The problem la...
- Fri Oct 22, 2010 7:16 am
- Forum: Developers Discussion
- Topic: [SOLVED] Can't get my "delete" method working in Admin section
- Replies: 2
- Views: 1723
Re: Can't get my "delete" method working in Admin section
yeah I think your right, I changed some little things yesterday and now it's finally working, and one of the changed things was the use of another var instead of $id... thanks anyhow!
- Tue Oct 19, 2010 3:39 pm
- Forum: Developers Discussion
- Topic: [SOLVED] Can't get my "delete" method working in Admin section
- Replies: 2
- Views: 1723
[SOLVED] Can't get my "delete" method working in Admin section
Hi all, I'm working on my first module (and it's tough..), which generates a tagcloud based on tagwords that are taken out of a database. So far, everything works except the deletion part. In my admin section I have two tabs: Add and Delete. The Add tab has a small inputbox and a submit button which...
- Thu Sep 09, 2010 9:26 am
- Forum: CMSMS Core
- Topic: [SOLVED] Changing the order in which Pages are added
- Replies: 5
- Views: 1265
Re: Changing the order in which Pages are added
I found the way, it's fairly simple if you think about it...
Alby's solution worked, you just have to mark the home page to not show up in the menu.
Then you can hardcode the link in the template (Templates > Layout) above the menu.
Thanks everyone!
Alby's solution worked, you just have to mark the home page to not show up in the menu.
Then you can hardcode the link in the template (Templates > Layout) above the menu.
Thanks everyone!
- Tue Sep 07, 2010 1:00 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Changing the order in which Pages are added
- Replies: 5
- Views: 1265
Re: Changing the order in which Pages are added
Thank you for the tip, I played around with it for a bit and it works fine, except that I can't find a way to make it work without leaving one item (the "Home" item) just on top of the others. I'm sure it's possible, I'm just not that pro with Smarty yet ;) But thanks again for helping me ...
- Tue Sep 07, 2010 7:04 am
- Forum: CMSMS Core
- Topic: [SOLVED] Changing the order in which Pages are added
- Replies: 5
- Views: 1265
Re: Changing the order in which Pages are added
I know and that's for now the way to do it, but the site already has 25 pages and 25 menu-items...
So to manually do that every time eventually becomes a bit of a hassle, that's why I wondered if there was a better way to do that.
So to manually do that every time eventually becomes a bit of a hassle, that's why I wondered if there was a better way to do that.
- Mon Sep 06, 2010 10:39 am
- Forum: CMSMS Core
- Topic: [SOLVED] Changing the order in which Pages are added
- Replies: 5
- Views: 1265
[SOLVED] Changing the order in which Pages are added
Hi all, I am trying to redo a site that is written entirely using HTML, CSS and PHP in CMSMS. I'm still new to CMSMS, so I figure out a lot of things using the Search function in this forum, but now I have encountered an issue which I haven't found the answer to here. In the original: if the admin c...