Search found 136 matches

by JensZ
Mon 29. Jan 2007, 16:17
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 83243

New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]

Hi, Latest version: v.1.0.8 I have made an attempt to write another calendar module that supports ajax as well as all of the features included in Ionrocks calendar mod. Check it out at http://www.ikfrej.se/index.php?downloads . Please be advised that this is an beta release. The QCalendar includes t...
by JensZ
Wed 27. Dec 2006, 16:40
Forum: hacks & enhancements
Topic: {SHOW_CONTENT} Show content of a particular content part
Replies: 68
Views: 61018

I don't remember, but I guess there is no frontend_render in 1.1, right? It should be enough to copy the contents of the show_content.php file into include\inc_front\content.func.inc.php.

Cheers,

Jens
by JensZ
Fri 22. Dec 2006, 17:11
Forum: hacks & enhancements
Topic: {SHOW_CONTENT} Show content of a particular content part
Replies: 68
Views: 61018

Maybe if I understood what you asked for I could help!?

Jens
by JensZ
Wed 25. Oct 2006, 11:55
Forum: hacks & enhancements
Topic: News Flash Content Type [Updated 2.0.4]
Replies: 40
Views: 32996

Version 2.0.2 is now available. See top of this thread for details.

Cheers,

Jens
by JensZ
Mon 16. Oct 2006, 11:44
Forum: hacks & enhancements
Topic: {NAV_MENUBAR} Dropdown menubar
Replies: 68
Views: 50296

I don't know what it could be. I have my menubar inside a table. Try experimenting with your divs or try to place the menubar inside a table or span. I would start with the original menubar.css and make it work first before changing the layout.

Please post the solution if you find one.

Jens
by JensZ
Tue 10. Oct 2006, 15:00
Forum: hacks & enhancements
Topic: {NAV_MENUBAR} Dropdown menubar
Replies: 68
Views: 50296

Try this div.menuBar { background-color: #ffffff; border-top-style: solid; border-top-color: #cc0066; border-top-width: 2px; border-bottom-style: solid; border-bottom-color: #cc0066; border-bottom-width: 2px; padding: 4px 2px 4px 2px; text-align: left; position:relative; /* <<< Added this <<< */ } H...
by JensZ
Mon 9. Oct 2006, 13:24
Forum: hacks & enhancements
Topic: {NAV_MENUBAR} Dropdown menubar
Replies: 68
Views: 50296

Does it work if you use the original css file?

Cheers,

Jens
by JensZ
Thu 28. Sep 2006, 10:35
Forum: hacks & enhancements
Topic: {SHOW_CONTENT} Show content of a particular content part
Replies: 68
Views: 61018

Allison: The show_content tag is included in 1.2.8, but works slightly different (see other posts)
I think you can remove the show_content.php file from frontend_render.

Jens
by JensZ
Thu 28. Sep 2006, 10:27
Forum: hacks & enhancements
Topic: POLL hack - locking poll for only view votes and reset votes
Replies: 3
Views: 4433

Can someone please translate?

Cheers,

Jens
by JensZ
Fri 8. Sep 2006, 11:15
Forum: hacks & enhancements
Topic: {NAV_MENUBAR} Dropdown menubar
Replies: 68
Views: 50296

by JensZ
Thu 7. Sep 2006, 10:57
Forum: hacks & enhancements
Topic: {NAV_MENUBAR} Dropdown menubar
Replies: 68
Views: 50296

Skipy, there is a variable at the top ($extra_html) where you can put all html code that you want to appear inside the menubar. I have it like this: $extra_html = <<<heredoc <div class="ikfrej_search" style="border:none; float:right; padding-right:.5em; padding-top:5px;"> <form a...
by JensZ
Wed 6. Sep 2006, 10:16
Forum: hacks & enhancements
Topic: News Flash Content Type [Updated 2.0.4]
Replies: 40
Views: 32996

It seems like Oliver has rearranged the front.func.inc.php totally in 1.2.8 and created a new file called ext.func.inc.php with all non-core code. What you need to do is to keep the original front.func.inc.php as is and merge the newsflash functions (get_newsflash_articles_data() and get_newsflash_a...
by JensZ
Mon 4. Sep 2006, 08:59
Forum: hacks & enhancements
Topic: News Flash Content Type [Updated 2.0.4]
Replies: 40
Views: 32996

It seems like the function utf2html has been declared twice. Maybe the function has moved to a different module in 1.2.8? To resolve, remove utf2html() from front.func.inc.php. Alternatively, wrap this around the function: if(!function_exists("utf2html")) { function utf2html() { // ... bod...
by JensZ
Wed 16. Aug 2006, 10:58
Forum: phpwcms Feature Requests
Topic: Faster way of moving and copying structures and articles
Replies: 8
Views: 5134

I dig the script that terry_b found and I agree that something similar to this would be a nice enhancement. I'd like to know if Oliver has some ideas for the administration of articles because it's probably not a very good idea for anyone that is not the owner of the code to go ahead and make a majo...
by JensZ
Thu 10. Aug 2006, 14:32
Forum: phpwcms Feature Requests
Topic: Faster way of moving and copying structures and articles
Replies: 8
Views: 5134

Faster way of moving and copying structures and articles

Hi, I'd like to have another screen under Article where I can restructure my website in faster and easier way, without having to cut & paste each and every article/content part. The article structure is perfect for an overview, but it gets really cumbersome to work with when you need to move man...