1
horartor
Re: wf-links question
  • 2005/12/17 2:32

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


ok found it sry for the post I had to creat a catorgory first before I could access it.
thanks for the help



2
horartor
wf-links question
  • 2005/12/17 2:24

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


How can I make wf-links module to allow anonymous users to submit a link. I have looked everywhere and cant find a option for it. I have Module Access rights enabled for Anonymous Users Group, but I did not want to give them Module Admin rights if at all possiable.

I am using latest and greatest versions of each BTW.



3
horartor
Shoutbox 3.1 shoutbox.csv file making error
  • 2005/12/6 23:32

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


I am having problems installing shoutbox properly becouse my host has safemode turned on and will not turn it off so the script will not create shoutbox.csv file. Can some one tell me what is in the file so i can manually make it, or give me a copy that I can use?



4
horartor
Re: Pages not reloading.
  • 2005/12/5 2:54

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


I have found, after testing some more, that it is only doing it on Firefox and not Internet Explorer. Is there anything I can do to make it work properly with firefox?



5
horartor
Re: Pages not reloading.
  • 2005/12/5 2:37

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


Ok I have deacticated the module and the PHP debug text is gone as well(no errors) but the pages are still not refreshing. I have checked file folder permissions as well and cache, uploades, templates_c are 777 and mainfile.php is 644 as well as all the files in the themes directory are 644 and the directories including the themes directory is 755.



6
horartor
Re: Pages not reloading.
  • 2005/12/5 2:12

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


here is what I am getting from PHP debug.
Quote:
Warning [PHP]: xoops_load_lang_file(): Unable to access /home/gmc/public_html/modules/freegames/language/english/modinfo.php in file include/functions.php line 152
Warning [PHP]: xoops_load_lang_file(/home/gmc/public_html/modules/freegames/language/english/modinfo.php): failed to open stream: No such file or directory in file include/functions.php line 152
Warning [PHP]: xoops_load_lang_file(): Failed opening '/home/gmc/public_html/modules/freegames/language/english/modinfo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file include/functions.php line 152
Warning [PHP]: xoops_load_lang_file(): Unable to access /home/gmc/public_html/modules/freegames/language/english/modinfo.php in file include/functions.php line 153
Warning [PHP]: xoops_load_lang_file(/home/gmc/public_html/modules/freegames/language/english/modinfo.php): failed to open stream: No such file or directory in file include/functions.php line 153
Warning [PHP]: xoops_load_lang_file(): Failed opening '/home/gmc/public_html/modules/freegames/language/english/modinfo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file include/functions.php line 153


This is the only error I seam to be getting and it isnt constant on all the submition or log on pages.



7
horartor
Pages not reloading.
  • 2005/12/5 1:59

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


I am using XOOPS 2.2.3 final and am having problems with the themes reloading. I have 2 other sites where I have no problems with the themes but they are both running older versions of Xoops. I am using Firefox as well.(not knowing if it is a issue?) Also I have searched on the fourms and found the following that I have added to all the themes.
<!-- RMVadded module header -->
<{
$xoops_module_header}>

This still has not fix the problem. And yes I did change the thing under the preferances page as well.

And now the default theme that comes with XOOPS ( X2 i think its called) is also not reloading either.. I am at a loss, and its geting frustrating.



8
horartor
Re: donations module don_title edit
  • 2005/8/3 4:58

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


Never mind i found it finally its in the language/english/main.php incase anyone else later wants to know how to find it.



9
horartor
donations module don_title edit
  • 2005/8/2 18:49

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


I want to edit the < h2> tag in donations_main.html to something else. there is in there <(DON_TITLE)> tag that i can not find anywhere. I have taken out the <(DON_TITLE)> and manually replaced the text i wished to use but i still would like to find where it keeps the <(DON_TITLE)> value at so i can just modify it there. Does anyone know???
thanks



10
horartor
Re: How to Create Multiple Links under Main Menu ?
  • 2005/7/31 21:00

  • horartor

  • Just popping in

  • Posts: 14

  • Since: 2005/7/18


I was having the same issue but I just wanted extra content with a menu link on the page. The link you providedhttp://www.macambridge.com is a great page to find the information. if you go tohttp://www.macambridge.com/dummies/content.htm#One%20Page%20Module and look there they have a downloadable module that you can modify. What it will do is give you a link in you user menu and it will also show up in the block section so that you can add whatever content to the block as you desire. I am useing custom block to add content to my webpage. As per thier instuctions you can add this module as may times as you like just by modifying some informatioin in it and making a directory to download it in. Personelly unless you want sub menue's I would edit the last part of it as follows.
Quote:

$modversion['hasMain'] = 1;//0 to remove link from main menu
//$modversion['sub'][1]['name'] = _MI_MYPAGE_SMNAME1;//define in language/english/global.php
//$modversion['sub'][1]['url'] = "../../modules/ipboard/";
//$modversion['sub'][2]['name'] = _MI_MYPAGE_SMNAME2;//define in language/english/global.php
//$modversion['sub'][2]['url'] = "../../modules/weblog/";


if you download the file you will notice that the " //$modversion['sub'][1]['name'] = _MI_MYPAGE_SMNAME1;//define in language/english/global.php " does not have // infornt of it so it will give you some weard submenu's. All you have to do is copy what i have here or just add "// " to the front of the four lines at the bottom.
Hope this helps some it did me.
please fogive any spelling errors i cant spell to save my life.




TopTop
(1) 2 »



Login

Who's Online

155 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 155


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