290021
ackbarr
Re: Mydownloads/index.php

What is your "Default Template Set" in "System" -> "Preferences" -> "General Settings"
Resized Image

If it is set to anything other than "Default" go to "System" -> "Templates". Now go into the mydownloads templates for the default set. Now download "mydownloads_index.html"

Go back to "System" -> "Templates" and going into the mydownloads template for your custom set.
Upload the template saved before for "mydownloads_index.html"
Now try going to your page again.

If you still have problems, you could try deleting all the files in the /template_c/ directory. Maybe the template just needed to be recreated.



290022
PTlooker
Re: Mydownloads/index.php
  • 2003/10/18 13:24

  • PTlooker

  • Just can't stay away

  • Posts: 447

  • Since: 2003/6/15


Hi!
The update doesnt work..about the second advice, i dont inderstand what you want me to do...please explain better i really need that working...thanks in advance! :)



290023
ackbarr
Re: A Few Questions

1a. Modify line 55 in /modules/news/index.php

from:
$xt->makeTopicSelBox(1$xoopsOption['storytopic'], 'storytopic');


to:
$xt->makeTopicSelBox([color=800000]0[/color], $xoopsOption['storytopic'], 'storytopic');


1b. You can modify the News template news_index.html. For a getting started guide to editing templates see this link:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=12739&forum=20#forumpost51165

2. I think that should work ok. Just make sure your block is set to "HTML" contents.

3. You can control which modules a user can see in "System" -> "Groups". Give the Anonymous Users group access to the Forum and you will be all set.

4. XOOPS uses a very old version of phpBB. I am not exactly sure of the version, but I believe it was in the phpBB 1.0 development tree.

5. Any phpBB hacks would need serious alteration to work in the XOOPS environment. Another alternative is to use the IPB or phpBB modules created by Koudanshi,http://www.bbpixel.com/modules/news/



290024
ackbarr
Re: error at the bottom of every page..

well it is not caused by anything in a standard XOOPS release. I did a search for config_value in every release of XOOPS since 2.0.1 and it was not in any file in the /kernel directory.

That being said, sometimes an error such as this is caused by this sloppy coding practice:
$myvar[config_value] = 'some value';

PHP looks at the above line and looks for a constant with the name config_value, if it finds it config_value's defined value is used in its place. If not PHP uses the value 'config_value' and raises the error you outlined in your first post.

If this line were changed to (notice the quotes around config value:
$myvar['config_value'] = 'some value';


However, to figure out why the notice is being raised, we should see the call in its context. Please reply with the
code on line 126 in /kernel/session.php so we can help you further.



290025
Ridey
A Few Questions
  • 2003/10/18 12:54

  • Ridey

  • Just popping in

  • Posts: 10

  • Since: 2003/10/18


Hey all. I am new to Xoops, but to Portals. However, XOOPS is pretty different when compared to PHP-Nuke.

I am installing some templates but there are a few things I dislike that I want to change or enchance.

1.) Drop down category list above news
---Is there a way I take away the "----" as the first option? Anyone know what file it is directly to put like an image above it and make it stand out.

I need to know because I have many categories for my tutorial site. I guess I could make a new block and put the categories in by hand. Which brings me to my next question.

2.) When you click "Downloads" or "News" a tree starts. I dig that.
----If I view the html is it possible for me to do also if I was doing my category listing by hand?

3.) Is there a way to make the "Forum" link visible to unregistered users? So, anyone can view but if they want to post they have to register.

4.) XOOPS is using phpBB, right? What version of phpBB is used for XOOPS 2.0.5?

5.) Depending on the version of phpBB...is it possible to add phpBB hacks?

Thanks for the answers, adive and general help. :)

-Rider



290026
Roytje
Re: Theme doesn't work
  • 2003/10/18 12:53

  • Roytje

  • Just popping in

  • Posts: 15

  • Since: 2003/10/18


I checked the source in a debugger, but I got no errors. (ja, one in the javascript but, I know for sure that that one is good, becouse I paste it from the phpkaox file)



290027
ackbarr
Re: problem! pls help

to set your forum to display in flat mode - set the "Default Comment Display Mode" to flat in "System" -> "Preferences" -> "General Settings" Then check your user's "Comment Display Mode" setting in "Edit Account"

For your second question, if you are talking about the user avatar (displayed under the username in each post), that is controlled in "System" -> "Preferences" -> "User Info and Settings" under the setting "Allow Custom Avatar Upload". A user would then upload their avatar from the "View Account" sidebar option.

If you are referring to embedding pictures into their forum posts, you can use the image manager Resized Image to do this. In "System" -> "Images" create a new image category that every group can use to upload. Then click on the image manager icon above each forum post to upload an image.



290028
ackbarr
Re: Set Encoding!

are you referring to the character set value used in this tag:
<meta http-equiv="content-type" content="text/html; charset=[b]ISO-8859-1[/b]" />

if so, this is controlled in your sites global language file.
Check /language/<your language>/global.php



290029
ackbarr
Re: Theme doesn't work

as with any blank screen problem - the first troubleshooting step is to turn on php debugging and see if any errors are displayed



290030
Roytje
Re: Theme doesn't work
  • 2003/10/18 12:18

  • Roytje

  • Just popping in

  • Posts: 15

  • Since: 2003/10/18


Hmm... I think I did something wrong. I changed it, and i still have the white screen.

Hmm.. mayby somebody can say how I must change a theme. I feel really bad now, cause I worked day's on this theme, without any effect! I hope somebody can help!

I think that the problem is in the php, cause wenn I load the file by typping his url, he shows everything correctly, but ofcourse the php lines aren't replaced so you see things like:
<{if $xoops_showcblock == 1}> <{foreach item=block from=$xoops_ccblocks}> <{$block.title}>







Login

Who's Online

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


Members: 0


Guests: 138


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