www.mamboteam.com
Jx Development
Home arrow Support Forum
Thursday, 18 March 2010
 
 
Main Menu
Home
FAQs
Portfolio
File Archive
Bug Reports
Support Forum
Development Update
Work in Progress
Web Links
Contact Me
Component Demos
Jobline Demo
Mamblog Demo
Jambook Demo
Login Form





Lost Password?
No account yet? Register
Who's Online
We have 24 guests online
Newsletter

Subscribe to our newsletter.






Donate
If you use and like my scripts, and would like further developments, please consider donating a few bucks.

External links
www.ledutveckling.com - The Yard - Utvecklaren - Rollspel.nu - Spelwebben - Gardener's Game Garage - My Pet Peeves - PSPnuts

Interesting Sites
Joomla!
Joomlahut
Netshine Joomla Tutorial
JX extensions on JED
Support Forum
Welcome, Guest
Please Login or Register.    Lost Password?
jobline is adding text in backend text area (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: jobline is adding text in backend text area
#5460
someguy2 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:jobline is adding text in backend text area 1 Year, 3 Months ago Karma: 0  
I take it you found a workaround?

worthwhile would be something determined between the provider and myself... if the provider has a particular number in mind for the information, I would consider paying that... as long as the product works well.

If you have a workaround and want some remuneration for it, please drop me a line... and we can discuss terms.

If you don't care and love to share... I would appreciate the help that way too.

Cheers,
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5461
gulffresh (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:jobline is adding text in backend text area 1 Year, 3 Months ago Karma: 0  
I was asking how much because maybe we can pool resources to find the fix.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5462
gulffresh (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:jobline is adding text in backend text area 1 Year, 3 Months ago Karma: 0  
I think that it's a magic quotes issue I will try to figure it out
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5635
tkeahi (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:jobline is adding text in backend text area 9 Months, 1 Week ago Karma: 0  
I know this is an old post but I was having the same problem and found the solution here:
http://www.nickhammond.com/tag/php/
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5649
halison (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:jobline is adding text in backend text area 8 Months, 3 Weeks ago Karma: 0  
It is really helpful, Many tks Nick for the code.


/administrator/components/com_jobline/admin.jobline.php
Before HTML_jobline_admin::editJobPosting( $row, $lists, $cur_template, $returnpage );
line 454
Code:

$row->description = stripslashes($row->description); $row->qualifications = stripslashes($row->qualifications); $row->applyinfo = stripslashes($row->applyinfo);
/components/com_jobline/jobline.php before this HTML_jobline:how( $row ); line 594
Code:

$row->description = stripslashes($row->description); $row->qualifications = stripslashes($row->qualifications); $row->applyinfo = stripslashes($row->applyinfo);
Cool! www.halison.net
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Advertisement
Polls
Is Joomla 1.0 support needed in future releases of our extensions?
 
Latest News
Most Read
Latest Commented
Bug Reporting (1 comments)
Mamblog - User blog component (61 comments)
The road to Jobline v1.2 (5 comments)
Export vBulletin users to Mambo (6 comments)
Jobline Documentation (4 comments)
Latest Posts

More...
 
Top! Top!