71
xsell
Re: intergate dhtml
  • 2009/11/30 20:27

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


That did Not work due to error "Fatal error: Class 'XoopsFormDhtmlTextArea' not found in "

I need to load the form to Html Template not php file .

It used to be Very Simple , i used to insert this code to the html template to Show the Dhtml editor.
<{xoopsdhtmltarea name="com_text" cols=50 rows=4}>

But this Not working any more due to XOOPS removed the plugin 'function.xoopsdhtmltarea.php' its not exisiting any more in the smarty plugin packages .. wht happend




72
xsell
intergate dhtml
  • 2009/11/30 3:17

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Hello

How do you intergate dhtml editor to existing Module that dose Not use editor Just Normal textarea Box , this is for posting forum.



73
xsell
Re: Instant-Zero closes its doors
  • 2009/11/14 11:48

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


@ghia .. I my Self do not use any of his Modules .. And Never donated to him .But i would if i used any of his Modules .i tried to hire him for making music Module , He was Nice and Pointed Out Debaser instaed Pay for New Module . I did not want talk about this But i Have Donated to XOOPS In the Past maybe two years ago under another username i used before xsell .I'm not Just saying Lets Support authors and Donate when i have never Done it . Yes i have .Right Now My site 80% is runing by Debaser . whenever Frankblack has a link to donation i would be happy help . Since i do make Money from his Module.and Courage all do same .

@ hervet did you see wht Mowaffaq Said?



74
xsell
Re: Instant-Zero closes its doors
  • 2009/11/14 5:09

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


@Burning ,Dude you Should Have Quoted My Full Line Not Cut it in Half . Thats wht i said .
"He Can Keep the Site Open and put the paid Modules for free and keep the Donation .. its no use for Him if he is not selling them anymore "

I Said if he is Not selling them anymore ... Someone Said Once ' Information not Shared is Lost " .. if he is Not selling them why not let Others use them .. free or Not .. the Dude Not Selling them so why keep such Good Work for Rusting ..and Modules Price is the key of Suces
Regards he gives them free or Not .. no one Can deny his work with his Legacy Modules ..

Too Bad that Not alot People Intrested in Buying ..

Honestly i belive it was Due to existing Free Modules that do same as the paid one .
Simple Content (paid ) VS Pico (free) which One you go for
the newslitter List (paid) Vs eventnews (free )

..... etc .. If i Could Give Him advice i would tell Him to make uniqe Modules that have Not been Done before .and there is Plenty ideas ... Security modules IS walking Money .. with Only Protector Out there a security module will be Good invesment , Music Library, Porting Different Forums to XOOPS ..
and the Module Price is a key of Stay in Busniess ..

and i have the Idea to courage Authors who Make free Modules ..So i do not belive Close the Site will pay his Bills .. Just leave it Open .. Keep Google ads and Donation Runing .. You Never know wht coming to U.. and remember you Can 't win the Lottery unless you Buy the Card...doese matter if u put the paid on free or not .. try reduce the Price....


in the end of the Day it is his Site , his Modules , his work .. if he Thinks the Good is just Shut it down then i repect that and Wishs Good for Him .. he deserve All Good for all wht he has Done for xoops.



75
xsell
Re: Instant-Zero closes its doors
  • 2009/11/14 2:46

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Thats Sad News ..

He Can Keep the Site Open and put the paid Modules for free and keep the Donation .. its no use for Him if he is not selling them anymore .., best Wishs for Him .

@Frankblack , Your Module is one Of the Best , as Matter of Fact its the Only Module Could Be a music Portal , we have plenty Video Modules But its only debaser for Audios/Mp3
and Tdmsound module but its Not free module .
The Number of Downloading of Debaser is larger than the Number u posted .. Because Debaser hosted in other sites it is Available for download in So Many Sites , Japanies , Chines, Arbic , Spanish Sites.. italin..etc

Unfortunately Many Xooper's Write a Comment or Post when they Need help , and Sometime they Get it Done but won't bother Say thx .. Some Act Like if , Ghia , Mamba, Trabis , Frankblack , wishcraft, ..his Employee , and get pissed if No answer for his post , or if the Answer was not Good Enoght For him ..

Frankblack i'm 100% with you runing Donation , Google Ads , Nothing wrong to be Rewarded For one of the best Free Modules in XOOPS .. I will be happy to Donate and Courage all to Do Same to any Author they belive he benfit them with devloping The Module ..



76
xsell
Re: Accessing xoopsModuleConfig from a block
  • 2009/10/15 4:20

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


as matter of fact i asked and tried about same methods here and non worked .. i then had it done by making it Block_func .. if you know wht i mean..:)



77
xsell
Re: debaser 3.01 pre-alpha
  • 2009/10/12 10:57

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Oh Million Thanks you Man . I Realy appreciate All your hard work with debaser and XOOPS in genral



78
xsell
Re: debaser 3.01 pre-alpha
  • 2009/10/12 3:43

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Thank you for your time to Put it togather ..

Frank i wish you kept the batchload Tool , was very Useful for me , i have more than 1000 Mp3 file . and it used to be easy for me to add So much of them in one click to any album ..



79
xsell
How do i make Next and Back button
  • 2009/10/3 7:34

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Hello Xooper's .

Today i Played this Code . to See all my Active user's . Although i know i can do it from admin page where select find users .. but i did this way to be able to see all the users with on click just open the file lets say ' Got old and Lazy '
My only Problem is i limited the page with 10 users and cant figuer out how to make Next and back for next 10 users or to go back to the last 10 users .

Any help . Please

//Let's connect to database and choose the database
$result mysql_query("SELECT * FROM ".$xoopsDB->prefix("users")." WHERE level=1 LIMIT 10");
$rows mysql_num_rows($result);
if(
$rows 0){

//Display users
        
echo "<table border='1' width='100%'>"
            
."<tr>"
            
."<td width='25%'><b>User ID</b></td><td width='25%'><b>level</b></td>"
            
."</tr>";

while(
$row mysql_fetch_array($result)){
echo 
"<tr><td width='25%'>".$row['uid']."</td><td width='25%'>".$row['level']."</td></td></tr>";
}

    echo 
"</table>";

echo 
"</td>
    </tr>
    </table>"
;



80
xsell
Re: Ajax in block
  • 2009/9/30 11:14

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Quote:
Cough! You must be joking! Learning how to do it NOT I assume.

I was Not Looking into Ajax or jquery in your Code but Needed Some info about the isadmin, isuser ..and Senak to the Report Link Code to use for my Own use . and Graped the html code from some of debaser template . Ha Sound Nothing left may as well Just take all .

Quote:
You mean Cache.
Cash is something to keep!


Ghia it Makes No different if you Do not have it .. :)




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 21 »



Login

Who's Online

204 user(s) are online (139 user(s) are browsing Support Forums)


Members: 0


Guests: 204


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