1
heladope
Re: Mylinks not working in home
  • 2006/4/5 21:25

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


No ideas? Anything I can try? I have racked my brain for a few days now and cant seem to get weblinks or mylinks to open in the home page.



2
heladope
Re: Mylinks not working in home
  • 2006/4/5 1:17

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


Update:

I uploaded and installed weblinks 1.01, I does not work as the home page either. I can run just about any other module in home then click on mylinks and it works fine, exacly as the "home" page should look. I did not edit any templates or make any changes to cause this. When it started I had created a block, viewed the home page, seen the block, changed the weight of the block, went back to the home page to view it and never seen mylinks in the home page since. I have deleted the block from the database incase it had a conflict that caused this but that didnt help.

I have been all over this site today I cant find anything even close to the same issues. Everything I find are prolems with modules not working at all. Mylinks is working, everything about it works as long as I dont have it set as my home page. When it is set as home the popular and top rated pages still work, I can view all links one at a time. I am lost and I have tried everything. If there is another post or anything in the FAQ that can help me please give me a link for them, maybe I am just not serching the right keywords for this topic.

Apache version 2.0.51
MySQL version 3.23.58
Xoops version 2.0.13.2

Thanks,
James



3
heladope
Mylinks not working in home
  • 2006/4/4 21:05

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


I have had the site up an running for over a week. I have always had mylinks as the home page. For no reason I can find it just stopped working.

Bad Response From Server

I can go to any other link, and web links works if I take it out of the home page, also if its in home, popular and top rated web links work fine. Just wont open in home. I have changed the modules around a bit and so far I see everything but web links and news will work as home page.

I am using XOOPS 2.0.13.2

I have reuploaded all files I could think might fix the problem, checked mainfile.php, everything looks right to me. Any ideas here?



4
heladope
Editing Comments Templates
  • 2006/3/30 4:17

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


I want my users to only be able to leave plain black commets with no other options. No bbcode, html, links, nothing else.

How can I do this?

I have cloned a temp set and edited a few other templates, just not sure what to do here.



5
heladope
Re: php debug issues?
  • 2006/3/30 2:16

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


thanks the sarcasm is sweet and I thought this was called the beginners corner for a reason, we cant all be experts, I have spent 4 days in the FAQ's, maybe I just ned a little help being pointed in the right direction sometimes. Thanks for helping, and no thanks for being an ass doing it!



6
heladope
Re: php debug issues?
  • 2006/3/30 1:48

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


ok the site is back up and running, exacly as it was before I started any editing,

the file I was taking about removing the code from is:

/modules/mylinks/templates/mylinks_index.html

Is this what you mean by editing the templates? If so thats what I did before, and just tried again but did not remove the logo or cat. listings.

Do I need to change something or update something for the changes to show?



7
heladope
Re: php debug issues?
  • 2006/3/29 21:10

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


Thats what I am doing now, I am deleting everything from my root and starting over with a fresh install.

I will work on changes once I have the site back up and running again. Thanks for the info and i will look into templates more before I start making changes and try to get this done the "right" way this time :)

FYI, I found I can upload and extract zip and tar files with the file manager in webmin. This will save hours in upload times and cut down on packets lost.

The bad part is, it wont delete directorys that are not emepty, so back to AceFTP to delete files 1 at a time :(



8
heladope
Re: php debug issues?
  • 2006/3/29 19:00

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


Some how my config file on my other site got blanked out as well, I replaced it and added error_reporting(0); to the mainfile.php, this cleaned that problem up, as far as the site running Xoops, I am working on re-reinstalling it. Working with a direcway satellite so this will take a while. I will report back if I get it going or still have issues.

Can anyone answer my last reply? If I remove the selected coed will that remove the logo and category sections from mylinks in the home page or is there more to remove?



9
heladope
Re: [RESOLVED] Blank page after transfer !
  • 2006/3/29 8:21

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


I went to your site nd seen this

Fatal error_parse_resource_name(): Failed opening required '/home2/nvidiacl/public_html/class/smarty/core/core.load_resource_plugin.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home2/nvidiacl/public_html/class/smarty/Smarty.class.php on line 1651
Warning 
[PHP]: _parse_resource_name(/home2/nvidiacl/public_html/class/smarty/core/core.load_resource_plugin.php): failed to open streamNo such file or directory in file class/smarty/Smarty.class.php line 1651


try this:

Line 38 in class/template.php
require_once SMARTY_DIR.'Smarty.class.php';



Should be:
require_once SMARTY_DIR.'smarty.class.php';



Line 381 class/smarty/smarty.class.php
var $compiler_file        =    'Smarty_Compiler.class.php';


Should be:
var $compiler_file        =    'smarty_compiler.class.php';


I found this in the FAQ's "Why do I have a blank white page on my site?"https://xoops.org/modules/smartfaq/faq.php?faqid=80

I'ts not calling the same lines but check your CaPs



10
heladope
Re: php debug issues?
  • 2006/3/29 5:14

  • heladope

  • Just popping in

  • Posts: 15

  • Since: 2006/3/25


First I edited myheader.php to match my theme, basicly changed colors and used my logo inplace of the XOOPS logo

next I was going to start on removing the logo and cat. sections. I am no programmer so of course I have a back up for any files I mess with. I removed the folowing lines from mylinks_index.html

<p align="center">
    <
a href="<{$xoops_url}>/modules/mylinks/index.php"><img src="<{$xoops_url}>/modules/mylinks/images/logo.gif" alt="" /></a>
</
p>

<
br /><br /><br />
  <{if 
count($categoriesgt 0}>
<
hr />
<
table border='0' cellspacing='5' cellpadding='0' align="center">
  <
tr>
  <!-- 
Start category loop -->
  <{foreach 
item=category from=$categories}>

    <
td valign="top">

    <{if 
$category.image != ""}>
    <
a href="<{$xoops_url}>/modules/mylinks/viewcat.php?cid=<{$category.id}>"><img src="<{$category.image}>" height="50" border="0" alt="" /></a>
    <{/if}>

    </
td>
    <
td valign="top" width="40%"><a href="<{$xoops_url}>/modules/mylinks/viewcat.php?cid=<{$category.id}>"><b><{$category.title}></b></a>&nbsp;(<{$category.totallink}>)<br /><{$category.subcategories}></td>

    <{if 
$category.count is div by 3}>
    </
tr><tr>
    <{/if}>

  <{/foreach}>
  <!-- 
End category loop -->

  </
tr>
</
table>

<
br /><br />


Will this be enough to remove the logo and category listings?




TopTop
(1) 2 »



Login

Who's Online

116 user(s) are online (60 user(s) are browsing Support Forums)


Members: 0


Guests: 116


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