![]() |
|
| |||||||
| Notices |
| mySQL & PHP Discussions, information and help with mySQL and PHP. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| Hello Im using PHPizabi for Social Networking in which Vodahost is hosting. I have been Modifying the codes etc..... to add extra features for members to use. What I want to add 'Comment graphics' here is this scenario: 'When a user wants to add a comment to anothers users Blog, Article, etc... by placing a code that will display something like this: HTML Code: <a title="MySpace Graphics" href="http://1uo.net"><img border="0" src="http://img1.my-spacelayouts.net/1uo/disney/16.gif" alt="MySpace Graphics"></a><div style="position:absolute;right:0px;top:0px;width:88px;height:31px;"><a title="MySpace Graphics" href="http://1uo.net" target="_self"><img src="http://img1.my-spacelayouts.net/buttons/1uo.gif" border="0" alt="MySpace Graphics"></a></div><div style="position:absolute;left:20px;top:20px;width:300px;height:300px;"><a title="MySpace Graphics" href="http://1uo.net" target="_blank"><img src="http://img1.my-spacelayouts.net/buttons/trans.gif" width="300" height="300" border="0" alt="MySpace Graphics"></a></div> I also need a code to display bbcodes ...... If you can help this would be great and Thanks in advance. My site is www.yapidi.com if you need to view it to see what I mean. [IMG]file:///C:/DOCUME%7E1/Owner/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG] |
|
#2
| ||||
| ||||
| If this is an example of what you are tying to use on your site [IMG]file:///C:/DOCUME%7E1/Owner/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG] The image has to be online, not on a local computer. It has to be something liek ![]() If it doesn't have the feature of using BB code, or doesn't have images with the bb code then its a matter of editing the existing bb function or creating one. Implementing bb code into a script is not something that can be easily explained on the forum (I don't know how much experience you have writing php code but unless you have a fair amount of experience its not going to make sense). If there is already bb code and images just are not included, if you can find the function and you post it I can edit it for you.
__________________ Freelance web programming Do you need help installing a script, or need one written for you? I do freelance web programming (XHTML, CSS, PHP, MySQL). Feel free to contact me through my website and I will get back to you with a quote asap. Register/Login Script Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |
|
#3
| ||||
| ||||
| No no I know that, I was testing to see if the Image would show on here.. etc.. but it didnt I meant to delete that part..... Okay..... I will see what I can do thanks for that! |
|
#4
| ||||
| ||||
| Okay, I dont have much PHP coding skills, Im learning it..... Slowly..... I have found this code in my settings.php file, Is this the one Im supposed to have? PHP Code: |
|
#5
| ||||
| ||||
| No thats not it. Check whatever page loads when you submit the form to add a comment.
__________________ Freelance web programming Do you need help installing a script, or need one written for you? I do freelance web programming (XHTML, CSS, PHP, MySQL). Feel free to contact me through my website and I will get back to you with a quote asap. Register/Login Script Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |
|
#6
| ||||
| ||||
| Okay, I was originally thinking that, but then I saw that code and thought, Maybe it was it.... Here is the script from the myself.php file, this is the file where Users will place their Data. PHP Code: |
|
#7
| ||||
| ||||
| Its not the right file, view the source for the the comment page and open the file that is the action for the comments form. If that is the page then I can't really say for sure where its at, send me an email if thats the case (my email is this username ******.com)
__________________ Freelance web programming Do you need help installing a script, or need one written for you? I do freelance web programming (XHTML, CSS, PHP, MySQL). Feel free to contact me through my website and I will get back to you with a quote asap. Register/Login Script Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |