Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   OpenTracker (http://www.bvlist.com/forumdisplay.php?f=125)
-   -   Forum Signature By Yupy (http://www.bvlist.com/showthread.php?t=8299)


                           
                           
                       
Under it add:

Code:


                         
                           

                           

                       

Save and close now open CMS\applications\forums/view-topic.php and find:

Code:

                        echo htmlformat($db->post_content, true);

                        if ($db->post_edited_by != 0) {
                            $edited = new Acl($db->post_edited_by);
                            echo "" . _t("Last edited") . " " . get_date($db->post_edited_date) . " " . _t("by") . " " . $edited->name . "";
                        }
                        ?>

Right under add:

Code:

                       
                       

                                                //Forum Signature By Yupy...
                        echo bbcodes($acl->semnatura);
                        ?>

Done...
Yupy 15th September 2012 08:22

Forum Signature By Yupy
 
Run this SQL query:

Code:

ALTER TABLE `tracker_users` ADD `user_semnatura` text NOT NULL;
Now open CMS\applications\profile/edit.php and find:

Code:

$db->posts_perpage = $_POST['posts_perpage'];
Under add:

Code:

$db->semnatura = $_POST['semnatura'];
Also in the same file search for:

Code:


                                :
                           

                               
                                ()
                           

                                :
                           

                               
                           

kutup95 18th September 2012 21:46

Quote:

                           
                           
                       
Under it add:

Code:


                         
                           

                           

                       

Save and close now open CMS\applications\forums/view-topic.php and find:

Code:

                        echo htmlformat($db->post_content, true);

                        if ($db->post_edited_by != 0) {
                            $edited = new Acl($db->post_edited_by);
                            echo "" . _t("Last edited") . " " . get_date($db->post_edited_date) . " " . _t("by") . " " . $edited->name . "";
                        }
                        ?>

Right under add:

Code:

                       
                       

                                                //Forum Signature By Yupy...
                        echo bbcodes($acl->semnatura);
                        ?>

Done...

Originally Posted by yupy (Post 36523)
Run this SQL query:

Code:

ALTER TABLE `tracker_users` ADD `user_semnatura` text NOT NULL;
Now open CMS\applications\profile/edit.php and find:

Code:

$db->posts_perpage = $_POST['posts_perpage'];
Under add:

Code:

$db->semnatura = $_POST['semnatura'];
Also in the same file search for:

Code:


                                :
                           

                               
                                ()
                           

                                :
                           

                               
                           

please caps ?

Yupy 19th September 2012 05:24

What do you mean?

GuldlocK 23rd September 2012 20:27

thx u :) it works great

eedu 16th October 2012 17:44

He also works with images? :gum:


All times are GMT +2. The time now is 01:36.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.