11
wcrwcr
Re: total noob here
  • 2010/2/16 20:36

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi

Is the link an external one?
If so i guess you can create a page using for instance mastop_publish or content module and display your link using < iframe >

another approach is to use the my frame module



12
wcrwcr
Re: AMS 3.0 combine with News 1.64. Give your opinion.
  • 2010/2/11 15:43

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi mamba

Quote:
Unless they are very specialized and doing something totally different from each other, we should aim for one "super News" module. We have too many different modules that are too similar and create a total confusion among users, and a lot of problems for our support people.


Partially agree

but since novaSmart is thinking on a cloneable mod, so maybe 100% agree

I´ll try to explain: thinking about people that wants a whole mod to handle a specific kind of publishing...



13
wcrwcr
Re: AMS 3.0 combine with News 1.64. Give your opinion.
  • 2010/2/11 15:23

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi NovaSmart


Cloneable is a great feature but, please consider the (super) spotlight...

Any thoughts?


PS. i´ve seen that feature in "lots" of wordpress themes and it´s a great contribution to the presentation of a modern site.


Thanks in advance



14
wcrwcr
Re: A page for designers
  • 2010/2/11 6:15

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


nice idea!

Very very useful

Downloading now....

Thanks burning



15
wcrwcr
Re: AMS 3.0 combine with News 1.64. Give your opinion.
  • 2010/2/10 21:52

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi NovaSmart

IMHO

If merging means stop the development of one, then I vote for NOT merge

But if you plan to create another mod (let´s say) News+ or AMS+ then go forward

In doing so we´ll have 3 excellent news/articles/blogs mod´s, instead of only one super


As a mini-wish list:

A super integrated spotlight with jquery(???) like the one we can find onhttp://www.maitsco.com

Look at MaitiscoPortal theme

I´d love to see that feature even on News or AMS
I think that feature is a must for a modern news module.

Regards






16
wcrwcr
Re: XOOPS 2.4.x Translations
  • 2010/1/23 6:44

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


@artsgeral

good work man.
and so are you the guardian? (xtrad, xt...etc)



17
wcrwcr
Re: Soapbox:Fatal error: Using $this when not in object context in...
  • 2009/11/25 13:58

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


I don´t reinstall yet but, just in case here follows the sql of the last version.

If i´m not wrong the "PRIMARY, columnID" is present:

# phpMyAdmin SQL Dump
# version 2.5.3
# http://www.phpmyadmin.net
#
# Host: localhost
# Generation Time: Dec 12, 2003 at 06:03 AM
# Server version: 3.23.56
# PHP Version: 4.3.3

# Database : `xoops`


# --------------------------------------------------------

#
# Table structure for table `sbcolumns`
#

CREATE TABLE `sbcolumns` (
    `
columnIDtinyint(4NOT NULL auto_increment,
    `
authorint(8NOT NULL,
    `
namevarchar(255NOT NULL default '',
    `
descriptiontext NOT NULL,
    `
totalint(11NOT NULL default '0',
    `
weightint(11NOT NULL default '1',
    `
colimagevarchar(255NOT NULL default 'blank.png',
    `
createdint(11NOT NULL default '1033141070',
    
PRIMARY KEY  (`columnID`),
    
UNIQUE KEY columnID (`columnID`)
TYPE=MyISAM COMMENT='Soapbox by hsalazar and domifara';

#
# Dumping data for table `sbcolumns`
#

# --------------------------------------------------------

#
# Table structure for table `sbarticles`
#

CREATE TABLE `sbarticles` (
    `
articleIDint(8NOT NULL auto_increment,
    `
columnIDtinyint(4NOT NULL default '0',
    `
headlinevarchar(255NOT NULL default '0',
    `
leadtext NOT NULL,
    `
bodytexttext NOT NULL,
    `
teasertext NOT NULL,
    `
uidint(6) default '1',
    `
submitint(1NOT NULL default '0',
    `
datesubint(11NOT NULL default '1033141070',
    `
counterint(8unsigned NOT NULL default '0',
    `
weightint(11NOT NULL default '1',
    `
htmlint(11NOT NULL default '0',
    `
smileyint(11NOT NULL default '0',
    `
xcodesint(11NOT NULL default '0',
    `
breaksint(11NOT NULL default '1',
    `
blockint(11NOT NULL default '0',
    `
artimagevarchar(255NOT NULL default '',
    `
votesint(11NOT NULL default '0',
    `
ratingdouble(6,4NOT NULL default '0.0000',
    `
commentableint(11NOT NULL default '0',
    `
offlineint(11NOT NULL default '0',
    `
notifypubint(11NOT NULL default '0',
    
PRIMARY KEY  (`articleID`),
    
UNIQUE KEY articleID (`articleID`),
    
FULLTEXT KEY bodytext (`bodytext`)
TYPE=MyISAM COMMENT='Soapbox by hsalazar and domifara';

#
# Dumping data for table `sbarticles`
#

# --------------------------------------------------------

#
# Table structure for table `sbvotedata`
#

CREATE TABLE `sbvotedata` (
    `
ratingidint(11unsigned NOT NULL auto_increment,
    `
lidint(11unsigned NOT NULL default '0',
    `
ratinguserint(11NOT NULL default '0',
    `
ratingtinyint(3unsigned NOT NULL default '0',
    `
ratinghostnamevarchar(60NOT NULL default '',
    `
ratingtimestampint(10NOT NULL default '0',
    
PRIMARY KEY  (`ratingid`),
    
KEY ratinguser (`ratinguser`),
    
KEY ratinghostname (`ratinghostname`),
    
KEY lid (`lid`)
TYPE=MyISAM;

#
# Dumping data for table `sbvotedata`
#




18
wcrwcr
Re: Soapbox:Fatal error: Using $this when not in object context in...
  • 2009/11/25 13:47

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Quote:
Did you check with phpMyAdmin, that you have field 'commentable' in your xoops_sbarticles table?


No I don´t have It

And looking a bit forward in the "sbcolumns" table I´ve found an error:

Following indexes seems to be identical and one of them must be removed "PRIMARY, columnID"

I´ll do te suggested action and come back with fresh news.

If that fails as well i´ll unnisntall and reinstal the module to check if that version works with php 5 and XOOPS 20182.

Thank you



19
wcrwcr
Re: Date selector does not work!
  • 2009/11/24 23:19

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


hi

take a look at : class\calendar\JSCal2\JSCal2\src\js\lang and tell us what you get, ok?



20
wcrwcr
Re: Soapbox:Fatal error: Using $this when not in object context in...
  • 2009/11/24 22:34

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


yep Ghia

update the module, check and repair DB and updated to XOOPS 20182 at least

thanks anyway




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



Login

Who's Online

111 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 111


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