is there a way to put a html box or php box on each page.
i dont want to go on each page to put one.
is there any chance i can use sql in phpmyadmin to put a new html or php box on each page.??
regards
mchauhan
is there a way to put a html box or php box on each page. i dont want to go on each page to put one. is there any chance i can use sql in phpmyadmin to put a new html or php box on each page.??
regards
mchauhan Regards........ M.Chauhan U.K. |
That seems lazy, What pages is a problem? If you go to the page builder in your admin, you can add any block you want (for php blocks you need deanos tools if im correct ) but lets say profile pages, if you just set it for profile page, it will show on ever profile. or lets say sounds, you can modify the default view sound page and every sound uploaded wil have that block on their. This is really simple, you don't need to do that. |
There really is not easy way. A script could be written to do it, but by time your done writing the script, you could have added all the blocks manually. https://www.deanbassett.com |
cheers deano. thanks. by the way your php block tool is coming handy now.
@jwalkguy i lknow it sounds lazy. but it makes sense. if i had to remove all those boxes later on.. i will have to spend a lot of time removing that. where if i had a sql quary i could just remove that to do the job. Regards........ M.Chauhan U.K. |
cheers deano. thanks. by the way your php block tool is coming handy now.
@jwalkguy i lknow it sounds lazy. but it makes sense. if i had to remove all those boxes later on.. i will have to spend a lot of time removing that. where if i had a sql quary i could just remove that to do the job. Removal would be easy if all the html blocks had the same block title and was unique from the rest of the page blocks. It's putting them in thats not able to be done with a query. https://www.deanbassett.com |
aah. that makes sense now. thanks
cheers deano. thanks. by the way your php block tool is coming handy now.
@jwalkguy i lknow it sounds lazy. but it makes sense. if i had to remove all those boxes later on.. i will have to spend a lot of time removing that. where if i had a sql quary i could just remove that to do the job. Removal would be easy if all the html blocks had the same block title and was unique from the rest of the page blocks. It's putting them in thats not able to be done with a query.
Regards........ M.Chauhan U.K. |