1
deren
extgallery: batch file upload not working
  • 2006/11/28 9:37

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


Hi,
there is one facility for administrator in extgallery module about uploading bunch of photos through batch folder.
I used it successefully once and uploaded 7 photos to one of my album catagory and after uploading, it has deleted all the files in the batch flder. But after this, when i try for new set of 27 photos, it says that "They are 27 photos on the batch folder. By pressing the SUBMIT button below, all photos on batch folder will be add to these album." and after submitting, it shows a message that all 27 photoes are added. however, still 27 photos are there in batch folder and it doesn't show any of the uploaded photos but only red cross blank.
can anybody help what is the problem?



2
deren
Re: Module for directory management
  • 2006/11/22 5:44

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


Hi tripmon,
ya i checked the permissions and clicked active project link too, but nothing has shown up.
can this be related to xoops_form?
Probably the form,that im filling to create a new project, may not working.
How can i check if that is working or not means everything is alright or not?
thanks,

Quote:

tripmon wrote:
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.



3
deren
Re: Where to find and download Kiovi, FCKeditor, etc? Grrrr
  • 2006/11/20 4:38

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


and how to install these editors?



4
deren
Re: Module for directory management
  • 2006/11/20 3:41

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


hi tripmon,
i have already tried wsproject 1.03 and i found some problem in creating new project. even if it is successfully installed, when i (even my website users too) try to create a project, it doesn't show that newly created project. only blank table as if no entry in MySQL table.(however user get notification about this newly created project). i reported this problem in "module troubleshooting forum" but found no cure of my problem. that's why i asked any module for non-software project management other than wsproject or xproject (it is for software development).
There are so many open source project management scripts/packages available, that's why i asked developers to make one for XOOPS too (im not the coder so i cant do it myself).
i liked wsproject as it is what i needed but since i can not use it,i regret it. can you help?

Quote:

tripmon wrote:
try this 1.03 for (non software specific) Project Management:
WSPROJECT WORKING



5
deren
Re: Module for directory management
  • 2006/11/18 9:06

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


it is really disappointing that XOOPS does not have a good and working "project management" module.
if all the other good CMS site are having same(Drupal too have one and active too)...then why not xoops? where are all coders?
Sorry to say but its true...



6
deren
Re: custom sublinks in the mainmenu
  • 2006/11/18 4:40

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


your code is Not working
Quote:

davidthomas1 wrote:
Thanks for the reply.

I had tried multiMenu but it was too tied up with the module URL's for my needs.

I wanted a menu that takes arbitrary main links and sublinks with no connection to XOOPs modules.

I ended up making a custom block menu with drop-down submenus etc.. it works fine.

Here's the code if anyone else is doing a similar thing :

I put the sub-links in DIV blocks and called a javascript function on main-link click to toggle the DIV blocks CSS display property.

It's quite simple, and it works

<script type="text/javascript">
function 
showMenu(list)
{
  var 
listElementStyle=document.getElementById(list).style;
  if (
listElementStyle.display=="none")
  {
listElementStyle.display="";}
  else 
  {
listElementStyle.display="none";}
}
</
script>

<
tbody>
<
tr>
<
td id="mainmenu">
       
<
class="menuTop" href="{X_SITEURL}index.php"Home </a>
<
class="menuMain" href="{X_SITEURL}modules/articles/article.php?id=17"Contact AJET </a>
<
class="menuMain" href="javascript:showMenu('ajetgroups');">AJET Groups </a>
<
div id="ajetgroups" style="display:none;">
<
class="menuSub" href="{X_SITEURL}modules/weblinks/viewcat.php?cid=1"Prefectural AJET Groups </a>
<
class="menuSub" href="{X_SITEURL}modules/weblinks/viewcat.php?cid=2"Special Interest Groups </a>
<
class="menuSub" href="{X_SITEURL}modules/weblinks/viewcat.php?cid=3"Nationality Groups </a>
<
class="menuSub" href="{X_SITEURL}modules/weblinks/viewcat.php?cid=26"Language Groups </a>
</
div>
<
class="menuMain" href="javascript:showMenu('publications');"Publications </a>
<
div id="publications" style="display: none;">
<
class="menuSub" href="http://aaj.ajet.net/"AJET Across Japan Magazine </a>
<
class="menuSub" href="http://ttp.ajet.net/"Team Taught Pizza </a>
<
class="menuSub" href="{X_SITEURL}modules/articles/article.php?id=18#hajet"Hokkaido AJET Publications </a>
<
class="menuSub" href="{X_SITEURL}modules/articles/article.php?id=18#hajet"Fukushima AJET Publications </a>
<
class="menuSub" href="{X_SITEURL}modules/articles/index.php?cat_id=8"E-Bulletins </a>
</
div>
<
class="menuMain" href="javascript:showMenu('services');"Services </a>
<
div id="services" style="display: none;">
<
class="menuSub" href="{X_SITEURL}modules/articles/article.php?id=19"AJET Peer Support Group </a>
<
class="menuSub" href="{X_SITEURL}modules/articles/article.php?id=21"Teaching Awards </a>
</
div>
<
class="menuMain" href="javascript:showMenu('faq');"FAQs </a>
<
div id="faq" style="display: none;">
<
class="menuSub" href="{X_SITEURL}modules/articles/article.php?id=3"English</a>
<
class="menuSub" href="{X_SITEURL}modules/articles/article.php?id=37">  &#12424;&#12367;&#12354;&#12427;&#12372;&#36074;&#21839; &#65288;&#26085;&#26412;&#35486;&#65289;</a>
</div>
<
class="menuMain" href="{X_SITEURL}modules/wfdownloads/"Downloads </a>
<
class="menuMain" href="{X_SITEURL}modules/weblinks/"Web Links</a>
</
td>
</
tr>
</
tbody>


There you have it a nice custom menu with expandable sub-links

hope it helps someone

ciao,

D.



7
deren
Re: Module for directory management
  • 2006/11/16 3:21

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


"xproject" is related to software development and in that way, it is excellent but i need a module that can handle activities with time limits and can show them on time scale...similar to "Microsoft project".
(*Cleaning my room can also be a project for me..hehhheee..just kidding..*)
thanks for reply..



8
deren
Re: Module for directory management
  • 2006/11/15 11:03

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


Ha, i found a module exactly what i wanted for directory management...
https://xoops.org/modules/news/article.php?storyid=3277

this is called "xplorer".

another one i need is for project management, similar to "wsproject"....any clue?



9
deren
Module for directory management
  • 2006/11/15 10:10

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


I really like "xoops" after installing first time in first week of this november. its very easy to use and customize but i feel sorry when "xoops" could not get the best cms award.
But for my usage i need two applications:
(1) a module for directory management like "quixplorer" that works directly on a directory in my server b'coz i have a big number of files and its rather difficult to upload and configure one by one.
as i mentioned im using "quixplorer" as an "external" but i want to get this within xoops.
(2) second one is a project management system, ya i know we have one "wsproject" but (i don't know why?) i m not able to use it (it doesn't create and show the new project). why not to have some more from you intelligent people on earth.right?



10
deren
Re: Pd Downloads Catagories not working
  • 2006/11/7 6:14

  • deren

  • Just popping in

  • Posts: 10

  • Since: 2006/11/2


Hi,
i have downloaded the XOOPS on 2 nov, and pd-download on 7 nov (Today) means i have the latest version of both.My problem is After successfully installing both,when i try to create the category in pd-download,it gives following error:

"This page cannot be displayed due to an internal error.

You can provide the following information to the administrators of this site to help them solve the problem:

Error: Database Access Error: Please report this error to the PDSection Website:

INSERT INTO xoops_PDdownloads_cat (cid, pid, title, imgurl, description, nohtml, nosmiley, noxcodes, noimages, nobreak, weight, spotlighttop, spotlighthis) VALUES ('', 0, 'softwares', '', 'All the Softwares to download', '', '', '', '', '1', '10', 0, 0)
"

What is this error and how to configure it,
I have MySQL 5.0 and php 5.




TopTop



Login

Who's Online

174 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 174


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