First my details
Postnuke 750
Content Express 1.2.7.5
Pnflashgames 1.0
and the narodniki-classic theme from http://www.narodniki.com/
__________________________
I have set Content express to be the startpage. This works fine.
Here comes the problem. Before I started to use Content express i had a right block with "latest hi-scores" from pnflashgames. Now this dosent work. As soon i set Content express as startpage the right block disappears. If i make "news" startpage, the right block comes back.
I have searched and found some mods for the "theme.php" but the dosn't fit with the theme.php from narodniki-classic.
Is there anyone who can help?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
I want my right block back!!
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 08, 2008
- Posts: 49
found the answer here
http://www.xexpress.org/index.php?name=PNphpBB2&file=viewtopic&t=1471&highlight=right+block&sid=edef0a836c431697b92280ed957c1f38
Quote
Hmm, just looking at your code again zac. In your case, the blank images seem to be getting displayed in themefooter(). Have you tried simply changing Code:
if ($index == 1)
to Code:
if (($index == 1) || (pnModGetName() == "ContentExpress"))
in themefooter()?
Thats the golden words
- Moderated by:
- Support
