Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 32 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Resend Email Activation Module | |
ethana Replies: 8 Views: 7971 ![]() |
![]() |
i totally spaced...that activation link sent out has nothing to do with this module, thats generated in your Your_Account module. Somethings going on there...when you recovered from your site being h ... | |
Topic: Resend Email Activation Module | |
ethana Replies: 8 Views: 7971 ![]() |
![]() |
you can try also to change your domain name to httP://www.teamphoenix.org in your preferences. | |
Topic: Resend Email Activation Module | |
ethana Replies: 8 Views: 7971 ![]() |
![]() |
the actual module code...so it'd be in modules/Resend_Email/index.php or something similar | |
Topic: Resend Email Activation Module | |
ethana Replies: 8 Views: 7971 ![]() |
![]() |
I hacked this module and the Your Account module to make a little tool so that only admins can approve memberships...it sends out emails as well to notify both the admin when a new user has asked for ... | |
Topic: HTML Page Module...anyone have a use for it? | |
ethana Replies: 15 Views: 12450 ![]() |
![]() |
Np, theres a lot of other things i couldve done...defintley some better design but like i first said i was in a hurry to get it done. If there is interest id defintley be up for improving, such as ad ... | |
Topic: HTML Page Module...anyone have a use for it? | |
ethana Replies: 15 Views: 12450 ![]() |
![]() |
Also, to see the downloads section just register | |
Topic: HTML Page Module...anyone have a use for it? | |
ethana Replies: 15 Views: 12450 ![]() |
![]() |
Alright, made a few quick bug fixes and such and it's ready for it's first release.
Go to www.nukecreations.com and pick it up under the downloads section. Any questions, comments, suggestions, et ... |
|
Topic: Mismatch quote issue with editor | |
ethana Replies: 1 Views: 7966 ![]() |
![]() |
Hello everyone, im using the advanced editor and im getting an issue when i insert images into text area using the advanced editor img tool. This specifically happens when i do the onmouseover and on ... | |
Topic: HTML Page Module...anyone have a use for it? | |
ethana Replies: 15 Views: 12450 ![]() |
![]() |
Ya, i wrote it and have it. Theres a ton of improvements that could be made and probably a few security filters i havent placed in but it does work. Ill get the current version put up tonight for yo ... | |
Topic: HTML Page Module...anyone have a use for it? | |
ethana Replies: 15 Views: 12450 ![]() |
![]() |
It is purely a backend admin access...the only public portion would be dumping the html pages to the user as well as the block showing the pages indented to eachother as specified by the admin. I sti ... | |
Topic: TextArea Issue | |
ethana Replies: 8 Views: 8144 ![]() |
![]() |
I apologize, i forgot i killed the domain for the image i posted previously. Its back up...the grey space is the problem, not the size. Before i was putting "columns" rather than "cols" but now it d ... | |
Topic: TextArea Issue | |
ethana Replies: 8 Views: 8144 ![]() |
![]() |
Alright, dragging this up again because its the same result but not the same cause (as in using columns instead of cols)...check out the following:
Right-click view source: <table width=&qu ... |
|
Topic: HTML Page Module...anyone have a use for it? | |
ethana Replies: 15 Views: 12450 ![]() |
![]() |
Oh, np...no discouragement here. I couldnt find anything and i posted here and nukecops i think with little or no response on existing work and google searches werent getting me anyway. If someone d ... | |
Topic: HTML Page Module...anyone have a use for it? | |
ethana Replies: 15 Views: 12450 ![]() |
![]() |
Any more specifics? If theres something better out there or different im happy to look at it, like i said i had to whip this together. | |
Topic: HTML Page Module...anyone have a use for it? | |
ethana Replies: 15 Views: 12450 ![]() |
![]() |
Hey everyone, looking to give back to the community a little bit. I tried searching for a module that a less than php pro could simply paste in some html code and upload some pictures and then a bloc ... | |
Topic: Outputting HTML from the mysql db | |
ethana Replies: 9 Views: 6394 ![]() |
![]() |
I guess maybe i misunderstood the intention of this function. I thought it was supposed to take certain HTML markups and store them as the more universal symoble...such as & being whatever and sp ... | |
Topic: Outputting HTML from the mysql db | |
ethana Replies: 9 Views: 6394 ![]() |
![]() |
I was actually half considering that earlier when i responded...ill reply in a sec with the results of this. | |
Topic: Outputting HTML from the mysql db | |
ethana Replies: 9 Views: 6394 ![]() |
![]() |
np...here is the following spec for the table:
+----------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | ... |
|
Topic: Outputting HTML from the mysql db | |
ethana Replies: 9 Views: 6394 ![]() |
![]() |
No = not...not rendering as in rather than actually taking the html and making pretty things its just dumping the html out as if you did a view source and saw the html | |
Topic: Outputting HTML from the mysql db | |
ethana Replies: 9 Views: 6394 ![]() |
![]() |
Hello everyone. Writing a very simple module that simply takes a bunch of html code...stores it in the db...then later dumps it be rendered later as an html page inside of the nuke framework. Ive ru ... | |
Topic: TextArea Issue | |
ethana Replies: 8 Views: 8144 ![]() |
![]() |
Bah, i cant say how man times in the years ive put columns instead of cols...thanks. | |
Topic: TextArea Issue | |
ethana Replies: 8 Views: 8144 ![]() |
![]() |
Hello, i have a small issue on my 7.8 install, no patches..i know...i know ![]() |
|
Topic: Writing modules with sessions | |
ethana Replies: 3 Views: 3932 ![]() |
![]() |
Yes, this i know, but it needs to be the first thing outputted. Writing it in my module wont work because im assuming that the framework is already outtputting data back to the client browser. If im ... | |
Topic: General Purpose Page Module - read for details | |
ethana Replies: 1 Views: 3821 ![]() |
![]() |
Hello all,
What im looking for is a module that you can go into, and essentially have a box that you can enter text, html, whatever, to make an actual web page on a nuke site. What this is for is t ... |
|
Topic: Writing modules with sessions | |
ethana Replies: 3 Views: 3932 ![]() |
![]() |
Hey there, question on sessios in nuke. Writing my own little shopping cart and wanted to use sessions to accomplish this. I see throughout the files that the only place that has "session_start" is in ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours