41
kavaXtreme
Re: Need colour help
  • 2005/4/7 10:16

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Could you be a little more specific about which link and which part of the site in particular?

I went to the "main site," the first link, and I think it looks awesome. The work you've done on the blocks in particular (i.e. graphic titles, rounding) really helps to give the site its own identity, rather than being just another XOOPS default theme clone with modified css. Those blocks don't seem too dark at all.



42
kavaXtreme
Re: Dynamic Theme
  • 2005/4/6 10:49

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Thanks guys!

The FAQ in particular is going to help answer questions I didn't know I should be asking. I've already found one such answer.

Now to put it together...



43
kavaXtreme
Dynamic Theme
  • 2005/4/5 12:53

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


I'm working on a dynamic theme that will display differently depending on what module is being accessed. Of course this must be done using PHP, however this is my first ever PHP project. My question is this: does anyone know of a variable used by XOOPS that lets it know which module is being displayed currently?

Input MUCHLY appreciated!



44
kavaXtreme
Re: 2.1 Roadmap Location?
  • 2005/4/5 8:58

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


For any following this thread, you might be interested in Mith's recent post. While there still does not appear to be a roadmap for 2.1 (or rather 2.2 since 2.1 will be the testing phase), Mith's post includes a mini-quasi-roadmap . It also suggests hoped for release dates for 2.1 as "during May" and 2.2 "some time in late June."



45
kavaXtreme
Re: Recent News titles to include topic?
  • 2005/3/15 10:38

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Okay. News 1.3 Final is officially out. (YES! ) So, can anyone tell me how to apply these 1.2.1 hacks to 1.3? As I mentioned earlier, things seem to have been moved around so I can't figure out what needs to be changed anymore. I'm guessing the changes now need to be made in include/functions.php, but what do I know...

Again, thanks for your previous replies!



46
kavaXtreme
Re: Recent News titles to include topic?
  • 2005/3/10 10:20

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Thanks for taking the time to answer, Rowd. Turns out that about the same time you were posting I was editing my post, so you missed my addition. I think my problem has to do with using 1.3RC2 (a mistake I'm not likely to repeat in the future; final releases only for me from now on).

Here's what I said.
Quote:

My biggest problem is that I can't find the "$sql" thingy where it's supposed to be, so I can't add the topic_title call. I've been trying to get my mind around this, so the rest is beginning to make sense to me.


The $sql calls are in nine files:
ratenews.php
xoopsversion.php
upgrade.php
class.newsstory.php
class.newstopic.php
class.sfiles.php
functions.php (include folder)
notification.inc.php
search.inc.php

Logic rules a few of those out, but I'm still stuck.

For interests sake, here's the start of the b_news_top_show function in the new news_top.php:
function b_news_top_show($options) {
    global 
$xoopsConfig;
    include_once 
XOOPS_ROOT_PATH.'/modules/news/include/functions.php';
    
$myts =& MyTextSanitizer::getInstance();
    
$block = array();
    
$displayname=getmoduleoption('displayname');


    if (
file_exists(XOOPS_ROOT_PATH.'/modules/news/language/'.$xoopsConfig['language'].'/main.php')) {
        include_once 
XOOPS_ROOT_PATH.'/modules/news/language/'.$xoopsConfig['language'].'/main.php';
    } else {
        include_once 
XOOPS_ROOT_PATH.'/modules/news/language/english/main.php';
    }

    
$block['displayview']=$options[8];
    
$restricted=getmoduleoption('restrictindex');
    
$dateformat=getmoduleoption('dateformat');
    
$infotips=getmoduleoption('infotips');
    
$newsrating=getmoduleoption('ratenews');

Any thoughts on what to do?



47
kavaXtreme
Re: Recent News titles to include topic?
  • 2005/3/9 23:15

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


anybody...? Please, please, please, PUULLLEEEASE!!!

My biggest problem is that I can't find the "$sql" thingy where it's supposed to be, so I can't add the topic_title call. I've been trying to get my mind around this, so the rest is beginning to make sense to me.



48
kavaXtreme
Re: PP-News Module from eXoops work with Xoops
  • 2005/3/9 23:04

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


so, anyone...?



49
kavaXtreme
Re: PP-News Module from eXoops work with Xoops
  • 2005/2/28 23:52

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


m0nty, where did you upload the English version TO? I've just spent a bunch of time searching around for it and can't find it anywhere. I can edit the translation if need be.

Also, is there a port of PHPlist for Xoops? I know about the xnewsletter idea, but as far as I can tell that died. Pity. Is there any replacement for it anywhere?

And thirdly, who is in charge of the Module Repository, and how do I go about volunteering to help out for that? XOOPS is good. We like Xoops. Since I can't program, perhaps I can help out elsewhere.



50
kavaXtreme
Re: Recent News titles to include topic?
  • 2005/2/28 10:38

  • kavaXtreme

  • Repository Maintainer

  • Posts: 110

  • Since: 2005/1/17


Thanks for the thread guys! This is EXACTLY what I want to do. I'm running into a few problems though, quite possibly because I don't have a clue about PHP.

1. I'm guessing this info is not about the News 1.3RC2 news_top.php? Could someone update the info for that version (or would it be better to just wait for the final version)?

2. Also, would it be too much trouble to ask someone to re-post the code as it looks in its final version after all the updates? Starting line numbers would be VERY helpful.

Sorry for questions that must seem very simple to you guys. I'm just out of my league when it comes to PHP.




TopTop
« 1 2 3 4 (5) 6 7 8 »



Login

Who's Online

184 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

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

Latest GitHub Commits