Search found 12 matches

by JayDee
Mon Jan 19, 2009 11:03 am
Forum: Modules/Add-Ons
Topic: Formbuilder - TextArea
Replies: 14
Views: 6133

Re: Formbuilder - TextArea

About finding the right css class, When creating or editting a form, FormBuilder gives you the option to set the css-class yourself. This class will be wrapped around your form elements. This what you can set individual styles for seperate forms. So check whats in there and then add the next piece o...
by JayDee
Mon Jan 19, 2009 10:48 am
Forum: CMSMS Core
Topic: [Solved] Locale problems - partly solved
Replies: 14
Views: 4725

Re: [Solved] Locale problems - partly solved

You might want to try this little hack. Put this somewhere on your index.php (line 35 seems like a suitable place)

Code: Select all

setlocale(LC_ALL, "nl_NL.UTF8");
by JayDee
Fri Jan 09, 2009 7:28 pm
Forum: Modules/Add-Ons
Topic: [new module] MoreMenus
Replies: 4
Views: 1640

Re: [new module] MoreMenus

Was going to wait till it was (near) done but yes i continued working on it. See attach.
by JayDee
Wed Jan 07, 2009 2:22 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Display name
Replies: 4
Views: 1377

Re: Display name

Maybe add a little user defined tag? in template: Page owned by {page_owner username=$username} udt: page_owner global $gCms, $db; $sql = "SELECT first_name, last_name FROM cms_users WHERE username = ?"; $result = $db->Execute($sql, $params['username']); $names = $result->FetchRow(); echo ...
by JayDee
Wed Jan 07, 2009 2:09 pm
Forum: General Discussion
Topic: 2 Languages menutext
Replies: 5
Views: 2734

Re: 2 Languages

Hi, i'm using wireframe2colwnews : wireframe2colwnews template. my i want to create 2 languages. i duplicate all the pages, but now the problem is the navigation bar, everytime i insert the "menu text" the text will show in navigation bar, how can i control it? i already try duplication t...
by JayDee
Wed Jan 07, 2009 1:50 pm
Forum: CMSMS Core
Topic: [Solved] Locale problems - partly solved
Replies: 14
Views: 4725

Re: Locale problems

What hosting are you using? Are you using a dutch or english host? Foreign hosts may not always have all locales installed on their systems. I found my server having the same problems until I installed more locales. If you have control over the server, ssh login and do a sudo dpkg-reconfigure locale...
by JayDee
Wed Jan 07, 2009 1:41 pm
Forum: CMSMS Core
Topic: how to find out username and password
Replies: 21
Views: 85896

Re: how to find out username and password

then you just need to reset the password.  This mysql command (thanks mark) will reset the password to 'admin' UPDATE cms_users SET password = '21232f297a57a5a743894a0e4a801fc3' WHERE user_id = 1; With this line you will first need to hash your password before you can change it. An unnecessary in-b...
by JayDee
Fri Jan 02, 2009 2:18 pm
Forum: Modules/Add-Ons
Topic: [new module] MoreMenus
Replies: 4
Views: 1640

Re: [new module] MoreMenus

Right,I thought I fixed all my manual additions but i guess i was wrong. This time i also tried reinstalling the module and it seems to be working now. Also fixed some translations Todo Translation. Still contains some skeleton text and i some of it Dutch (nl_NL and en_US are copies atm, will do bef...
by JayDee
Wed Dec 31, 2008 1:06 pm
Forum: Modules/Add-Ons
Topic: [new module] MoreMenus
Replies: 4
Views: 1640

[new module] MoreMenus

Hello folks, I've made a module that lets you add serveral extra menu's on a website, separate from the regular page-structure. You are able to add hyperlinks, page-alias or another menu (recursively). Of this is possible with {menu} by defining levels and start items but this should be easier. Even...
by JayDee
Mon Nov 19, 2007 9:31 pm
Forum: Modules/Add-Ons
Topic: AjaxMadeSimple - onClick event
Replies: 2
Views: 2512

Re: AjaxMadeSimple - onClick event

No, i don't want my page to have a submit button. I want a onclick event on a <a, <span or <div (or any html object of choice). From the $_SESSION variable i found a Javascript function makeBannerFotosbnnrRequest(); I tought using this as an onclick event would do the trick. It does, but it keeps do...
by JayDee
Sun Nov 18, 2007 1:50 pm
Forum: Modules/Add-Ons
Topic: AjaxMadeSimple - onClick event
Replies: 2
Views: 2512

AjaxMadeSimple - onClick event

Hi guys, On my website i have a banner which now changes as you reload the page. I would like a add a button 'Shuffle' and make a random image appear, via Ajax. I have started this imagemodule and made something working. However, when i click the 'shuffle' button, i'm not getting 1 new image, the im...
by JayDee
Tue Oct 09, 2007 4:41 pm
Forum: Modules/Add-Ons
Topic: Problems adding News - Can ANYONE help please! I'm at my wit's end!
Replies: 15
Views: 6916

Re: Problems adding News - Can ANYONE help please! I'm at my wit's end!

I had a sort of problem like this. I can add/edit/delete articles like a charm. I can make categories and everything is working like it supposed to... on the backend. On the frontend however new articles are not showing up. They are on the news-content-page-preview. The only article i can see is the...

Go to advanced search