41
martyboy
Re: Article 0.98 blank page when create new category
  • 2006/10/19 22:13

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi, thanks for your reply, I dont have class/xoopseditor, I guess thats what has been causing the blank page?, does that mean I have to install one of the editors like FCK editor or something?

Thanks.
Michael Jackson = King Of Pop

Xoops = King Of CMS



42
martyboy
Article 0.98 blank page when create new category
  • 2006/10/19 21:08

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi all, I have instlaled the latest frameworks(from dev site) version 2.11 and the latest article module 0.98 but I keep getting a blank page when clicking on create new category, no errors are returned with debug on, I have tried unistalling and re-installing, reuploading both the module and frameworks but i still keep getting this blank page when trying to create a new category, any one got any ideas?

Info:
PHP Version::4.4.3
MySQL Version::4.1.21-standard
XOOPS Version::XOOPS 2.0.15
Module Version::0.98
Apache version:1.3.37 (Unix)

Thanks.
Michael Jackson = King Of Pop

Xoops = King Of CMS



43
martyboy
Re: Dual login with Subdomain...
  • 2006/10/13 19:00

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hey, I am also interested in doing this, I currently have my main site running 2.0.13.2 and I have installed 2.0.15 as a subdomain as an add on to the main site, how could i get users logged into both sites? I have been reading a bit about LDAP didnt really understand much though, is this type of thing possible without hacking core files?

Thanks
Michael Jackson = King Of Pop

Xoops = King Of CMS



44
martyboy
Re: SEO URLs for News Module
  • 2006/10/5 22:01

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Thats a very nice URL hack you have, i would definatley be interested in using this once you are happy to release the code, I also notice that you dont have /modules/ that is very cool.

Im not sure how search engines react to the long urls but alot of blogs like b2evolution use similar url's which contain the post title doesnt seem to do any harm.

I curently use the news titles hack by herve and its improved my news pages rankings I think your url hack would comliment this perfectly.
Michael Jackson = King Of Pop

Xoops = King Of CMS



45
martyboy
Re: How to shoe "YouTube" videos?
  • 2006/10/1 12:24

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


to everyone who wanted the section module i forgot i had a copy on my server so i have PM'd you with the download link.

One thing I changed recently its not on the download copy is simply putting div tags around <{$item.maintext}> in section_item.html template so the video is centered on the page.

<div align="center" class="itemText">
        <{
$item.maintext}>
    </
div>


Thats about the extent of my coding knowledge, LOL

It would be cool if someone with coding knowledge could integrate a rating system or something to rate videos and a report broken video report too is essential incase the person who uploaded it on you tube decides to remove it.

Hopefully someone can take the time to do this as I think the section module is pretty good for displaying youtube vids as all you really need is to paste in the video embed code.

Cheers.
Michael Jackson = King Of Pop

Xoops = King Of CMS



46
martyboy
Re: How to shoe "YouTube" videos?
  • 2006/10/1 0:04

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hey, I dont know if this is exactly what you want but I have slightly modified a cloned version of smartsection to act as a module for displaying youtube videos, you can see it in action on my site HERE

PM Me if you want it and I can email it to you.
Michael Jackson = King Of Pop

Xoops = King Of CMS



47
martyboy
Re: Problem with list-style on IE
  • 2006/9/30 20:40

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


I read your comment on the themes news story, i think you cant get the list image to show in IE is that right?

try this code:

ul
{
margin2px;
padding2px;
list-
style-imageurl(images/arrow.gif);
list-
style-typedisc;
text-alignleft;
}


You should mess about with the margin settings, i had a problem on a theme once where i was changing from disc inside to disc outside and the margin setting was causing the bullet to get hidden underneath the left column.

Or is this for like the main menu or something? why not try the arrow.gif as a background property.

td#mainmenu a
{
    
color#whatever;
    
padding1px 1px 1px 0px;
    
background-imageurl('images/arrow.gif');
    
background-repeatno-repeat;
    
background-positionleft;
    
background-color#whatever;
    
font-weightnormal;
    
borderwhatever you want;
    
font-size11px;
    
margin-right3px;
}
td#mainmenu a:hover
{
    
color#whatever;
    
background#whatever;
    
background-imageurl('images/hover-arrow.gif');
    
background-repeatno-repeat;
    
background-positionright;
    
borderwhatever you want;
}


I hope this can help you out please accept my apologies if it is of no use to you. Good luck.
Michael Jackson = King Of Pop

Xoops = King Of CMS



48
martyboy
Re: Xcgal troubles, pictures suddenly disappeared
  • 2006/9/21 19:32

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi, I think I may have had a similar problem, if its the same then one of the xcgal database tables has crashed or gone corrupt, probably the table that handles the picture data xcgal_pictures ir something like that.

You should check this phpmyadmin or if you use cpanel run a check on the DB, reparing the database/table should fix the problem.
Michael Jackson = King Of Pop

Xoops = King Of CMS



49
martyboy
Re: New module - videoweb
  • 2006/9/9 16:41

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Download it HERE.

I have only modified the language files to change Article to Video and so forth all credits should goto smartfactory.ca for creating smartsection and the original cloner of the smartsection module into section.

We still need a proper module for displaying videos a modified version of a downloads module would be ideal or a gallery module, something that ratings, report broken file(for videos removed on youtube) hopefully a coder can modifie a module to fit our needs.

OR i was thinking we could get inbox solutions to give us a price for either modifiying a module or creating a new module and we could all donate a few bucks via paypal to get inbox solutions to make this module for us, we would have to agree on features, etc.

If anyone is interested let me know and if anyone from inbox solutions is watching would you be interested? if so how much would it cost?

CHeers.
Michael Jackson = King Of Pop

Xoops = King Of CMS



50
martyboy
Re: CD Base (Discography Module) Lyrics Not Showing Up
  • 2006/9/8 12:34

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Well you shouldnt sacrafice security, I think register globals=ON is unsecure, it depends on how badly you need to use cdbase.

Alot of older modules dont seem to function correctly if register globals is off maybe someone with PHP knowledge could modify the code in cdbase so that it works with register globlas off. If you really need to use it though you probably need to turn register globals on im afraid.
Michael Jackson = King Of Pop

Xoops = King Of CMS




TopTop
« 1 2 3 4 (5) 6 7 8 ... 23 »



Login

Who's Online

227 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 227


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