UBB.Dev
I want to create a Self Search Mod(ification)


The Self Search page would look similar to the Active Topics page here:

https://www.ubbdev.com/forums/ubbthreads.php/activeposts/7/1.html



Except, that it would only show every unique Reply made to you (the user logged in)


Example:

https://www.ubbdev.com/forums/ubbthreads.php/topics/312683/



On that thread, Gizmo responds to Ian_W


Re: [7.0.x] Generic Page Outside of forum director [Re: Ian_W] #312694 - 01/15/07 06:57 AM


I'm going to sticky this for the time being, I've gotten several requests on just this wink.

Also, since it covers UBB.T7.1 as well, I updated the subject to read 7.x vs 7.0.x.


===end===


That unique Reply from Gizmo to Ian_W, would show up in Ian_W's Self Search page

And he would click that Reply and it would go straight to Gizmo's Reply in the middle of the page

Click this link: Re: from Gizmo


---


I got that Re: from Gizmo link from AllenAyres's next Reply on that thread, which he replied to Gizmo


Re: [7.0.x] Generic Page Outside of forum director [Re: Gizmo] #312702 - 01/15/07 07:57 AM

Thank you Josh thumbsup

If you are wanting to make your portal page the index page for your site, just change this line:

$_REQUEST['ubb'] = "mypage";

to this:

$_REQUEST['ubb'] = "portal";


Save the page as index.php and upload it to the root of your site:

ex: https://ubbdev.com


===end===


And that Reply from AllenAyres to Gizmo, would show up on Gizmo's Self Search page




Now my question is, would I have to create anything extra in the MYSQL Database to do this? (I hope not)


I'm hoping that making this Mod will only require some php code


?


thanks for sharing links here....usefull links...
Originally Posted by lightningrod
I want to create a Self Search Mod(ification)


The Self Search page would look similar to the Active Topics page here:

https://www.ubbdev.com/forums/ubbthreads.php/activeposts/7/1.html



Except, that it would only show every unique Reply made to you (the user logged in)


Example:

https://www.ubbdev.com/forums/ubbthreads.php/topics/312683/



On that thread, Gizmo responds to Ian_W


Re: [7.0.x] Generic Page Outside of forum director [Re: Ian_W] #312694 - 01/15/07 06:57 AM


I'm going to sticky this for the time being, I've gotten several requests on just this wink.

Also, since it covers UBB.T7.1 as well, I updated the subject to read 7.x vs 7.0.x.


===end===


That unique Reply from Gizmo to Ian_W, would show up in Ian_W's Self Search page

And he would click that Reply and it would go straight to Gizmo's Reply in the middle of the page

Click this link: Re: from Gizmo


---


I got that Re: from Gizmo link from AllenAyres's next Reply on that thread, which he replied to Gizmo


Re: [7.0.x] Generic Page Outside of forum director [Re: Gizmo] #312702 - 01/15/07 07:57 AM

Thank you Josh thumbsup

If you are wanting to make your portal page the index page for your site, just change this line:

$_REQUEST['ubb'] = "mypage";

to this:

$_REQUEST['ubb'] = "portal";


Save the page as index.php and upload it to the root of your site:

ex: https://ubbdev.com


===end===


And that Reply from AllenAyres to Gizmo, would show up on Gizmo's Self Search page




Now my question is, would I have to create anything extra in the MYSQL Database to do this? (I hope not)


I'm hoping that making this Mod will only require some php code


?




Probably no mysql db work needed, tho it sounds like you're basically subscribing to every topic you post in.
To me it is a active topic page but limited to replies to what a user posted. So it would be somewhat like a subscribe page but it would only show replies to your own posts.
At least that is the jist I get.
© UBB.Developers