11
tripmon
Re: mxdirectory 3.01 RC1 blank page
  • 2006/11/30 16:19

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


There will be a final release which will resolve your issues once 2.2.5 final is released and can be tested.



12
tripmon
Re: What attributes should this folder be set too?
  • 2006/11/20 21:38

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


you may also want to set your server so that it does not display directory listings.

for apache you can add :
Options -Indexes

to your .htaccess file.



13
tripmon
Re: Blue and Green Xoops Editor Images
  • 2006/11/20 8:18

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


I don't have anything negative to say about the images, they look great! What's 'critism' though?

Thanks for another nice contrib incama



14
tripmon
Re: Problem with form of news module
  • 2006/11/20 7:59

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Hervet, if you manage to see this, do you have a comment on this issue?



15
tripmon
Re: Module for directory management
  • 2006/11/20 7:46

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


I don't know of any other good PM modules. The copy that I got from the link I posted works for me under 2.0.15 & php5.

You may want to look at the permissions, and click active projects link in the main menu & make sure you're not missing something.



16
tripmon
Re: mxdirectory 3.01 RC1 blank page
  • 2006/11/20 7:38

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Should be in the next week.



17
tripmon
Re: mxdirectory 3.01 RC1 blank page
  • 2006/11/20 1:12

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


tx for the report...

I have decided to wait until the 2.2.5 release in order to test under it & 2.0.16.

This way, it will be most likely that the module will work under 2.3.

More news after 2.2.5 release

tx all



18
tripmon
Re: blank admin page after transfer
  • 2006/11/18 11:52

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


try deleting adminmenu.php from the cache directory & post back with results.

Quote:
I changed the admin md5 password with a known one in the xoops_user table... may this be the problem source?

If you can log in with the admin password and browse the site, that's not the problem.



19
tripmon
Re: Need a answer to the following question please!
  • 2006/11/18 11:46

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Are you POSITIVE that you have not provided admin access to the module(s) to a group other than admins via Admin Section->System Admin->Groups ?

Cick Modify on all the groups you have (other than Webmaster) and look at the 'System Admin rights' under 'Description'... remove any checkmarks here.... only the Webmaster group should have access.

HTH



20
tripmon
Re: Problem with form of news module
  • 2006/11/18 11:35

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


While Hervet would be the man to ask about this, I think I have a hack that will work for you... did it quick, so I don't know if there are other unknown issues (sanitize, etc.).

The only way I can see to get what you want is to:
1. Under Permissions, grant anonymous Submit, Approve & View.
2. In Preferences/Module Settings set: Auto approve news stories without admin intervention? No
3. edit include/storyform.inc.php
Change the red code below (line 87)
$editor=news_getWysiwygForm(_NW_THESCOOP'hometext'$hometext1560'hometext_hidden');
$sform->addElement($editor,true);

//Extra info
//If admin -> if submit privilege
if ($approveprivilege) {
    [
color=CC0000]$editor2=news_getWysiwygForm(_AM_EXTEXT'bodytext'$bodytext1560'bodytext_hidden');
    
$sform->addElement($editor2,false);[/color]


To this:

$editor=news_getWysiwygForm(_NW_THESCOOP'hometext'$hometext1560'hometext_hidden');
$sform->addElement($editor,true);
[
color=CC0000]$editor2=news_getWysiwygForm(_AM_EXTEXT'bodytext'$bodytext1560'bodytext_hidden');
$sform->addElement($editor2,true);[/color]
//Extra info
//If admin -> if submit privilege
if ($approveprivilege) {


Note, we just moved it out of the if statement it was in & changed the false parameter to true.
You can change the other missing features the same way if you need them.




TopTop
« 1 (2) 3 4 5 ... 44 »



Login

Who's Online

229 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 229


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