I have a little problem. The theme Im using for my site ("whitehost" from portalthemes.com), works just fine but I want to change one small thing about it but I don't know anything about changing stuff within postnuke or themes.
I want to make it so that when I post news articles on my site, the words will wrap around the news topic banner rather than staying on one side of the image. It makes thing on my news headlines look cluttered and almost unreadable at times.
If anyone can help me with this I would really appreciate it and by the way; this is a AT-Lite .7 theme.
If anyone wants a example of what Im talkin about, my site can be found at http://www.animetoshokan.org. Thank you so much (in advance) for helping me!
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
Need help Editing a theme used for Autothemes
-
- Rank: Expert
- Registered: Mar 15, 2003
- Last visit: Oct 21, 2009
- Posts: 1221
Open summary.html and look for
Code
<tr>
<td align="center" valign="top">
<!-- [topic-image] -->
</td>
<td align="center" valign="top">
<!-- [article-summary] -->
<br>
<br>
<!-- [article-notes] -->
</td>
</tr>
Replace it with
Code
<tr>
<td align="left" valign="top">
<!-- [topic-image] -->
<!-- [article-summary] -->
<br>
<br>
<!-- [article-notes] -->
</td>
</tr>
Also for future theme issues with my themes just post over at http://www.portalthemes.com
--
Zikula Themes -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 46
One last question, would this rule for a problem like this work on all of your themes that are like this? Just wondering. :?
Also, will I have to use this for the full article as well or is there something else in the article.html file I have to put in that's different from the last one? -
- Rank: Expert
- Registered: Mar 15, 2003
- Last visit: Oct 21, 2009
- Posts: 1221
Same code should work for just about all of my themes.
And yes do the same to article.html as well. :)
--
Zikula Themes -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 46
To be honest, I really would post help on your site about your themes and all but there is a problem with me registering on your site. Every name I try to put in the site gives me the "Name is Reserved" message. If ya can help me with this then I would really appreciate it.
Also I have a HUGE request of ya that I want to ask but I'll wait until Im able to register on your site and I'll ask on your site forums instead of here. -
- Rank: Expert
- Registered: Mar 15, 2003
- Last visit: Oct 21, 2009
- Posts: 1221
Hrmm...
You're the second person to say this.
I will look into the registration problem ASAP.
--
Zikula Themes
- Moderated by:
- Support
