Search found 1820 matches
- Sat Jul 18, 2009 7:18 pm
- Forum: Share Your Tips & Tricks
- Topic: Tradução página inicial
- Replies: 3
- Views: 3049
- Tue Jun 16, 2009 11:01 am
- Forum: General Questions
- Topic: [SOLVED] ATTN: ADMINISTRATOR! OMG! CHANGE MY USER NAME!
- Replies: 1
- Views: 1771
- Thu Jun 11, 2009 9:32 pm
- Forum: General Questions
- Topic: Online status for IM programs
- Replies: 2
- Views: 2060
There is no such plugin that I know of but you can use a 3rd party service like http://www.imwrapper.com/
- Wed Apr 29, 2009 3:58 pm
- Forum: General Questions
- Topic: [SOLVED] Unsure what event to use
- Replies: 5
- Views: 3060
I would say PreAddItem is the event to use. The item body and more are passed by reference so your changes to them will stay in place. However using PreAddItem will save the inserted content so there might be problems when you want to update the item. (Even if you add PreUpdateItem). To have the plu...
- Sun Apr 19, 2009 8:30 pm
- Forum: Share Your Tips & Tricks
- Topic: Displaying an introduction in homepage
- Replies: 12
- Views: 5707
For this you can use the if-skinvar. If you put your introduction between <%if(skintype,index)%> and <%endif%> it will only show when the visitor is on the index page and not on the other pages. See http://docs.nucleuscms.org/item/57
- Tue Apr 14, 2009 3:36 pm
- Forum: General Questions
- Topic: Altering Karma
- Replies: 2
- Views: 2081
The code for the karma votes is in nucleus/libs/KARMA.php. You can try adding a redirect command at the end of the voteNegative() function. See http://php.net/header
- Thu Feb 26, 2009 1:47 pm
- Forum: General Questions
- Topic: [SOLVED] CSS wizard want to straighten me out?
- Replies: 3
- Views: 2996
- Wed Feb 25, 2009 1:48 pm
- Forum: Core Development
- Topic: Nucleus v3.40 released
- Replies: 28
- Views: 16345
- Sat Feb 21, 2009 8:18 pm
- Forum: General Questions
- Topic: PrivateMessaging
- Replies: 10
- Views: 3824
- Fri Feb 20, 2009 1:24 pm
- Forum: General Questions
- Topic: Replacing strings with str_replace()
- Replies: 2
- Views: 4591
- Thu Feb 12, 2009 2:34 pm
- Forum: General Questions
- Topic: Always use latest CSS
- Replies: 3
- Views: 1176
By telling browsers to not cache css files, you waste some bandwidth because the same css is downloaded again and again. One way is to give the css files a timestamp in the name (for example style20080212.css) everytime you change it, but this way you would have to change the href to the css in your...
- Thu Feb 12, 2009 2:25 pm
- Forum: General Questions
- Topic: limit headlines to 1 category
- Replies: 1
- Views: 1151
You can specify the category in the blog skinvar. See http://docs.nucleuscms.org/item/47
- Tue Feb 10, 2009 5:06 pm
- Forum: General Questions
- Topic: NP_PageBreak
- Replies: 2
- Views: 1702
- Sun Feb 08, 2009 1:38 pm
- Forum: Nederlands
- Topic: skins veranderen
- Replies: 2
- Views: 8488
Hoe je een skin kan veranderen staat hier uitgelegd: http://faq.nucleuscms.org/item/165/catid/5
Hier staat nog meer uitleg maar ik weet niet hoe up-to-date deze nog is: http://roelgroeneveld.com/nucleus/skins ... howto.html
Hier staat nog meer uitleg maar ik weet niet hoe up-to-date deze nog is: http://roelgroeneveld.com/nucleus/skins ... howto.html
- Tue Jan 20, 2009 7:53 pm
- Forum: General Questions
- Topic: Install over an install
- Replies: 3
- Views: 1665
Please see http://faq.nucleuscms.org/item/173
- Tue Jan 20, 2009 6:59 pm
- Forum: General Questions
- Topic: Install over an install
- Replies: 3
- Views: 1665
- Tue Jan 20, 2009 12:20 pm
- Forum: General Questions
- Topic: [SOLVED] How to let multiple Members post in the same blog?
- Replies: 1
- Views: 1370
Please see http://faq.nucleuscms.org/item/42
- Thu Jan 15, 2009 1:37 pm
- Forum: General Questions
- Topic: Variable for whether logged in user is on a blog team
- Replies: 2
- Views: 1936
If I remember correctly, Nucleus already does this. However, there seems to be a function to determine if a member is admin of any blogs but not if a member is on any teamlists. The procedure to be to loop through all blogs and try MEMBER->teamRights($blogid). For reference see http://dev.nucleuscms...
- Thu Jan 15, 2009 1:31 pm
- Forum: General Questions
- Topic: new site im going to develop, can i do it with nucleus?
- Replies: 2
- Views: 2051
Re: new site im going to develop, can i do it with nucleus?
Im going to develop a multi user blog (3 kinds of blogs that the user can choose from, then different templates. I don't understand what you mean with "3 kinds of blogs the user can choose from" but Nucleus can handle multi user blogs. The site will also have a wiki with different categor...
- Fri Jan 09, 2009 12:34 pm
- Forum: Nederlands
- Topic: Foutmelding na verhuizen website naar andere provider
- Replies: 3
- Views: 8766