1
zBoost
Re: RSS Encoding
  • 2006/3/29 15:31

  • zBoost

  • Just popping in

  • Posts: 7

  • Since: 2005/8/30


thanks, this module does great job



2
zBoost
RSS Encoding
  • 2006/3/28 21:36

  • zBoost

  • Just popping in

  • Posts: 7

  • Since: 2005/8/30


Hello, I have site with WINDOWS-1251 encoding and i want to have rss news to it. The problem is that the RSS charset is hardcoded to UTF-8. I changed the header with <?xml version="1.0" encoding="UTF-8"?> to WINDOWS-1251 in the system_rss.html and for the news news_rss.html. Also backend.php and backednt.php in news, nothing helped. As I see the UTF-8 encoding is hardcoded there:

Quote:
$tpl->assign('channel_title', xoops_utf8_encode(htmlspecialchars($xoopsConfig['sitename'], ENT_QUOTES)));
$tpl->assign('channel_link', XOOPS_URL.'/');
$tpl->assign('channel_desc', xoops_utf8_encode(htmlspecialchars($xoopsConfig['slogan'], ENT_QUOTES)));
...
$tpl->append('items', array('title' => xoops_utf8_encode(htmlspecialchars($story->title(), ENT_QUOTES)), 'link' => XOOPS_URL.'/modules/news/article.php?storyid='.$story->storyid(), 'guid' =>


Someone with ideas ?



3
zBoost
Re: I need help pls.. :(
  • 2005/12/6 19:15

  • zBoost

  • Just popping in

  • Posts: 7

  • Since: 2005/8/30


CHMOD uploads/shoutbox and the file inside to 777 and u got shoutbox again. I was having the same problem and solved it out.



4
zBoost
Re: Center logo ?
  • 2005/10/17 9:00

  • zBoost

  • Just popping in

  • Posts: 7

  • Since: 2005/8/30


i've deleted the css logo, and put mine on the htm centered. so it works this way :)



5
zBoost
Re: Center logo ?
  • 2005/10/15 11:50

  • zBoost

  • Just popping in

  • Posts: 7

  • Since: 2005/8/30


Ok, nothing helped but i've understood some things. Look at www.zboost.net i am testing here the original theme.

First on fiblack3d there are 2 logos. The first one is declined in the css and is this:

Quote:
td.bkg {
background-image: url(images/cellpic_bkg.jpg);
height: 120px;
vertical-align: bottom;
background-repeat: no-repeat;
padding:5px;
}


The other logo you can see it - Resized Image

THIS is declined in the htm and has nothing to do with the css logo:

<tr>
<
td class="l"></td>
<
td class="bkg" width="100%">
<
a href="http://www.forumimages.com/">
<
img src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/logo.gif" alt="Original Themes By Daz" align="right" /></a>
</
td>


So i can simply center this by editing the htm and it works, but i don't have an idea what is the string for centering in the css. I've tryed text-align: middle; vertical-align: middle; and center but doesn't works. Wardick i know u have experience with css's so do u know how to make the css image centered ?



6
zBoost
Center logo ?
  • 2005/10/14 0:13

  • zBoost

  • Just popping in

  • Posts: 7

  • Since: 2005/8/30


Ok my site is www.cssbg.com and i plan to change the logo, so also wanted to make some improvements. How it can be set to appear centered ? It is full on 1024x768 and doesn't matter but i look @ 1280x1024 and the logo is starting from the left and coz it isn't 1280 width there is an empty gap in the right. Thats a problem for bigger resolutions than 1024. So i've looked in the htm and changed a few things with no result :(

<td class="l"></td>
<
td class="bkg" width="100%">
<
a href="http://www.forumimages.com/">
<
img src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/logo.gif" alt="Original Themes By Daz" align="right" /></a>
</
td>


I've chaged align="right" to "center" but didn't worked :\

Also here is the css string:

td.bkg {
    
background-imageurl(images/cellpic_bkg.gif);
    
height120px;
    
vertical-alignbottom;
    
background-repeatno-repeat;
    
padding:5px;
}


Can someone help me with what should I change ?



7
zBoost
xoops connecting to other sql db
  • 2005/10/4 20:35

  • zBoost

  • Just popping in

  • Posts: 7

  • Since: 2005/8/30


Ok I have a phpBB forum and a lot of users registered. A few days ago i have a host and files on it so I want to make those files only accessable to the people which had registered to my forum. So i decided to install XOOPS with wf downloads but have a question with the database. How can I make XOOPS to connect and verify the user and password to the SQL database of my phpbb forum. How should I edit XOOPS or if someone can help me with a new php script so i put it into a block ?




TopTop



Login

Who's Online

112 user(s) are online (75 user(s) are browsing Support Forums)


Members: 0


Guests: 112


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits